COLOR #384836

HEX: #384836
RGB: (56,72,54)

Color info

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

RGB color model

#384836 color RGB value is (56,72,54).

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

RGB channels and saturation

R 56 of 255 = 22%
G 72 of 255 = 28%
B 54 of 255 = 21%

56
72
54

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

Portions of RGB colors in percentages

R + G + B =
56 + 72 + 54 = 182 (100%)
R 56 of 182 ~ 30.77%
G 72 of 182 ~ 39.56%
B 54 of 182 ~ 29.67%

%30.77
%39.56
%29.67

CMYK color model

#384836 color CMYK value is (22,0,25,72).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 71.76%
CMYK:
(22,0,25,72)
C22M0Y25K72 
(22%,0%,25%,72%)
(0.22/0.00/0.25/0.72)	

CMYK percentages

%22.22
%0
%25
%71.76

Codes

Color #384836 in popluar color models

384836
RGB567254
HSL113°14.29%24.71%
HSB/HSV113°25.00%28.24%
CMYK22.22%0.00%25.00%
71.76%

Color #384836 in popluar number systems.

HEX384836
Decimal567254
Binary1110001001000110110
Octal7011066

Shades and tints

Shades of #384836

#384836
(56,72,54)
#334232
(51,66,50)
#2E3C2E
(46,60,46)
#29362A
(41,54,42)
#243026
(36,48,38)
#1F2A22
(31,42,34)
#1A241E
(26,36,30)
#151E1A
(21,30,26)
#101816
(16,24,22)
#0B1212
(11,18,18)
#060C0E
(6,12,14)
#000000
(0,0,0)

Tints of #384836

#384836
(56,72,54)
#4A5848
(74,88,72)
#5C685A
(92,104,90)
#6E786C
(110,120,108)
#80887E
(128,136,126)
#929890
(146,152,144)
#A4A8A2
(164,168,162)
#B6B8B4
(182,184,180)
#C8C8C6
(200,200,198)
#DAD8D8
(218,216,216)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384836; }

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

This text font color is #384836.


Background Color

.myBgColor { background-color: #384836; }

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

This div background color is #384836.


Border color

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

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

This div border color is #384836.


Opacity

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

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

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

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

This text has shadow with #384836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384836 on black background.


Color preview on white background

This text has color #384836 on white background.



Black color preview on #384836 background

This text has black color on #384836 background.


White color preview on #384836 background

This text has white color on #384836 background.