COLOR #384439

HEX: #384439
RGB: (56,68,57)

Color info

#384439 contains red, green and blue colors in about the same proportion. Web safe color of #384439 is #333333 (or #333).

RGB color model

#384439 color RGB value is (56,68,57).

  • red value is 56;
  • green value is 68;
  • blue value is 57.
RGB:
(56,68,57)
(22%,27%,22%)

RGB channels and saturation

R 56 of 255 = 22%
G 68 of 255 = 27%
B 57 of 255 = 22%

56
68
57

R + G + B ~ 24%. #384439 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 68 + 57 = 181 (100%)
R 56 of 181 ~ 30.94%
G 68 of 181 ~ 37.57%
B 57 of 181 ~ 31.49%

%30.94
%37.57
%31.49

CMYK color model

#384439 color CMYK value is (18,0,16,73).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 16.18%
  • key color value is 73.33%
CMYK:
(18,0,16,73)
C18M0Y16K73 
(18%,0%,16%,73%)
(0.18/0.00/0.16/0.73)	

CMYK percentages

%17.65
%0
%16.18
%73.33

Codes

Color #384439 in popluar color models

384439
RGB566857
HSL125°9.68%24.31%
HSB/HSV125°17.65%26.67%
CMYK17.65%0.00%16.18%
73.33%

Color #384439 in popluar number systems.

HEX384439
Decimal566857
Binary1110001000100111001
Octal7010471

Shades and tints

Shades of #384439

#384439
(56,68,57)
#333E34
(51,62,52)
#2E382F
(46,56,47)
#29322A
(41,50,42)
#242C25
(36,44,37)
#1F2620
(31,38,32)
#1A201B
(26,32,27)
#151A16
(21,26,22)
#101411
(16,20,17)
#0B0E0C
(11,14,12)
#060807
(6,8,7)
#000000
(0,0,0)

Tints of #384439

#384439
(56,68,57)
#4A554B
(74,85,75)
#5C665D
(92,102,93)
#6E776F
(110,119,111)
#808881
(128,136,129)
#929993
(146,153,147)
#A4AAA5
(164,170,165)
#B6BBB7
(182,187,183)
#C8CCC9
(200,204,201)
#DADDDB
(218,221,219)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384439 color. Also use rgb(56,68,57) instead hex code.

Text Font Color

.myTextColor { color: #384439; }

<p style="color:#384439">This sample text font color is #384439.</p>

This text font color is #384439.


Background Color

.myBgColor { background-color: #384439; }

<div style="background-color:#384439">Inner text</div>

This div background color is #384439.


Border color

.myBorderColor { border: 1px solid #384439; }

<div style="border:3px solid #384439">Div</div>

This div border color is #384439.


Opacity

.myOpacity80 { color: #384439; opacity: 0.8; }

<p style="color:#384439;opacity:0.8;">80%</p>

Text with #384439 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #384439;}

<p style="text-shadow: 3px 3px 1px #384439">Text here.</p>

This text has shadow with #384439 color.

.textShadow {text-shadow: 3px 3px 1px #384439, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #384439, 5px 5px 20px red">Text here.</p>

This text has shadow with #384439 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#384439, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#384439, Direction=45, Strength=4)">Text</p>

This text has shadow with #384439 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #384439;
  -webkit-box-shadow:	1px 1px 3px 2px #384439;
  box-shadow:		1px 1px 3px 2px #384439;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #384439;
-webkit-box-shadow: 1px 1px 3px 2px #384439;
box-shadow:1px 1px 3px 2px #384439;">
Div content here</div>
This div box has shadow with color #384439.

Preview

Color preview on black background

This text has color #384439 on black background.


Color preview on white background

This text has color #384439 on white background.



Black color preview on #384439 background

This text has black color on #384439 background.


White color preview on #384439 background

This text has white color on #384439 background.