COLOR #384E39

HEX: #384E39
RGB: (56,78,57)

Color info

#384E39 contains red, green and blue colors in about the same proportion. Web safe color of #384E39 is #336633 (or #363).

RGB color model

#384E39 color RGB value is (56,78,57).

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

RGB channels and saturation

R 56 of 255 = 22%
G 78 of 255 = 31%
B 57 of 255 = 22%

56
78
57

R + G + B ~ 25%. #384E39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 78 + 57 = 191 (100%)
R 56 of 191 ~ 29.32%
G 78 of 191 ~ 40.84%
B 57 of 191 ~ 29.84%

%29.32
%40.84
%29.84

CMYK color model

#384E39 color CMYK value is (28,0,27,69).

  • cyan value is 28.21%
  • magenta value is 0.00%
  • yellow value is 26.92%
  • key color value is 69.41%
CMYK:
(28,0,27,69)
C28M0Y27K69 
(28%,0%,27%,69%)
(0.28/0.00/0.27/0.69)	

CMYK percentages

%28.21
%0
%26.92
%69.41

Codes

Color #384E39 in popluar color models

384E39
RGB567857
HSL123°16.42%26.27%
HSB/HSV123°28.21%30.59%
CMYK28.21%0.00%26.92%
69.41%

Color #384E39 in popluar number systems.

HEX384E39
Decimal567857
Binary1110001001110111001
Octal7011671

Shades and tints

Shades of #384E39

#384E39
(56,78,57)
#334734
(51,71,52)
#2E402F
(46,64,47)
#29392A
(41,57,42)
#243225
(36,50,37)
#1F2B20
(31,43,32)
#1A241B
(26,36,27)
#151D16
(21,29,22)
#101611
(16,22,17)
#0B0F0C
(11,15,12)
#060807
(6,8,7)
#000000
(0,0,0)

Tints of #384E39

#384E39
(56,78,57)
#4A5E4B
(74,94,75)
#5C6E5D
(92,110,93)
#6E7E6F
(110,126,111)
#808E81
(128,142,129)
#929E93
(146,158,147)
#A4AEA5
(164,174,165)
#B6BEB7
(182,190,183)
#C8CEC9
(200,206,201)
#DADEDB
(218,222,219)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384E39; }

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

This text font color is #384E39.


Background Color

.myBgColor { background-color: #384E39; }

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

This div background color is #384E39.


Border color

.myBorderColor { border: 1px solid #384E39; }

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

This div border color is #384E39.


Opacity

.myOpacity80 { color: #384E39; opacity: 0.8; }

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

Text with #384E39 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 #384E39;}

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

This text has shadow with #384E39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384E39 on black background.


Color preview on white background

This text has color #384E39 on white background.



Black color preview on #384E39 background

This text has black color on #384E39 background.


White color preview on #384E39 background

This text has white color on #384E39 background.