COLOR #384837

HEX: #384837
RGB: (56,72,55)

Color info

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

RGB color model

#384837 color RGB value is (56,72,55).

  • red value is 56;
  • green value is 72;
  • blue value is 55.
RGB:
(56,72,55)
(22%,28%,22%)

RGB channels and saturation

R 56 of 255 = 22%
G 72 of 255 = 28%
B 55 of 255 = 22%

56
72
55

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

Portions of RGB colors in percentages

R + G + B =
56 + 72 + 55 = 183 (100%)
R 56 of 183 ~ 30.6%
G 72 of 183 ~ 39.34%
B 55 of 183 ~ 30.05%

%30.6
%39.34
%30.05

CMYK color model

#384837 color CMYK value is (22,0,24,72).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 23.61%
  • key color value is 71.76%
CMYK:
(22,0,24,72)
C22M0Y24K72 
(22%,0%,24%,72%)
(0.22/0.00/0.24/0.72)	

CMYK percentages

%22.22
%0
%23.61
%71.76

Codes

Color #384837 in popluar color models

384837
RGB567255
HSL116°13.39%24.90%
HSB/HSV116°23.61%28.24%
CMYK22.22%0.00%23.61%
71.76%

Color #384837 in popluar number systems.

HEX384837
Decimal567255
Binary1110001001000110111
Octal7011067

Shades and tints

Shades of #384837

#384837
(56,72,55)
#334232
(51,66,50)
#2E3C2D
(46,60,45)
#293628
(41,54,40)
#243023
(36,48,35)
#1F2A1E
(31,42,30)
#1A2419
(26,36,25)
#151E14
(21,30,20)
#10180F
(16,24,15)
#0B120A
(11,18,10)
#060C05
(6,12,5)
#000000
(0,0,0)

Tints of #384837

#384837
(56,72,55)
#4A5849
(74,88,73)
#5C685B
(92,104,91)
#6E786D
(110,120,109)
#80887F
(128,136,127)
#929891
(146,152,145)
#A4A8A3
(164,168,163)
#B6B8B5
(182,184,181)
#C8C8C7
(200,200,199)
#DAD8D9
(218,216,217)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384837 color. Also use rgb(56,72,55) instead hex code.

Text Font Color

.myTextColor { color: #384837; }

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

This text font color is #384837.


Background Color

.myBgColor { background-color: #384837; }

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

This div background color is #384837.


Border color

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

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

This div border color is #384837.


Opacity

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

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

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

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

This text has shadow with #384837 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384837 on black background.


Color preview on white background

This text has color #384837 on white background.



Black color preview on #384837 background

This text has black color on #384837 background.


White color preview on #384837 background

This text has white color on #384837 background.