COLOR #384E2B

HEX: #384E2B
RGB: (56,78,43)

Color info

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

RGB color model

#384E2B color RGB value is (56,78,43).

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

RGB channels and saturation

R 56 of 255 = 22%
G 78 of 255 = 31%
B 43 of 255 = 17%

56
78
43

R + G + B ~ 23%. #384E2B is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 78 + 43 = 177 (100%)
R 56 of 177 ~ 31.64%
G 78 of 177 ~ 44.07%
B 43 of 177 ~ 24.29%

%31.64
%44.07
%24.29

CMYK color model

#384E2B color CMYK value is (28,0,45,69).

  • cyan value is 28.21%
  • magenta value is 0.00%
  • yellow value is 44.87%
  • key color value is 69.41%
CMYK:
(28,0,45,69)
C28M0Y45K69 
(28%,0%,45%,69%)
(0.28/0.00/0.45/0.69)	

CMYK percentages

%28.21
%0
%44.87
%69.41

Codes

Color #384E2B in popluar color models

384E2B
RGB567843
HSL98°28.93%23.73%
HSB/HSV98°44.87%30.59%
CMYK28.21%0.00%44.87%
69.41%

Color #384E2B in popluar number systems.

HEX384E2B
Decimal567843
Binary1110001001110101011
Octal7011653

Shades and tints

Shades of #384E2B

#384E2B
(56,78,43)
#334728
(51,71,40)
#2E4025
(46,64,37)
#293922
(41,57,34)
#24321F
(36,50,31)
#1F2B1C
(31,43,28)
#1A2419
(26,36,25)
#151D16
(21,29,22)
#101613
(16,22,19)
#0B0F10
(11,15,16)
#06080D
(6,8,13)
#000000
(0,0,0)

Tints of #384E2B

#384E2B
(56,78,43)
#4A5E3E
(74,94,62)
#5C6E51
(92,110,81)
#6E7E64
(110,126,100)
#808E77
(128,142,119)
#929E8A
(146,158,138)
#A4AE9D
(164,174,157)
#B6BEB0
(182,190,176)
#C8CEC3
(200,206,195)
#DADED6
(218,222,214)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384E2B; }

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

This text font color is #384E2B.


Background Color

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

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

This div background color is #384E2B.


Border color

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

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

This div border color is #384E2B.


Opacity

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

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

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

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

This text has shadow with #384E2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384E2B on black background.


Color preview on white background

This text has color #384E2B on white background.



Black color preview on #384E2B background

This text has black color on #384E2B background.


White color preview on #384E2B background

This text has white color on #384E2B background.