COLOR #385836

HEX: #385836
RGB: (56,88,54)

Color info

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

RGB color model

#385836 color RGB value is (56,88,54).

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

RGB channels and saturation

R 56 of 255 = 22%
G 88 of 255 = 35%
B 54 of 255 = 21%

56
88
54

R + G + B ~ 26%. #385836 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 88 + 54 = 198 (100%)
R 56 of 198 ~ 28.28%
G 88 of 198 ~ 44.44%
B 54 of 198 ~ 27.27%

%28.28
%44.44
%27.27

CMYK color model

#385836 color CMYK value is (36,0,39,65).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 38.64%
  • key color value is 65.49%
CMYK:
(36,0,39,65)
C36M0Y39K65 
(36%,0%,39%,65%)
(0.36/0.00/0.39/0.65)	

CMYK percentages

%36.36
%0
%38.64
%65.49

Codes

Color #385836 in popluar color models

385836
RGB568854
HSL116°23.94%27.84%
HSB/HSV116°38.64%34.51%
CMYK36.36%0.00%38.64%
65.49%

Color #385836 in popluar number systems.

HEX385836
Decimal568854
Binary1110001011000110110
Octal7013066

Shades and tints

Shades of #385836

#385836
(56,88,54)
#335032
(51,80,50)
#2E482E
(46,72,46)
#29402A
(41,64,42)
#243826
(36,56,38)
#1F3022
(31,48,34)
#1A281E
(26,40,30)
#15201A
(21,32,26)
#101816
(16,24,22)
#0B1012
(11,16,18)
#06080E
(6,8,14)
#000000
(0,0,0)

Tints of #385836

#385836
(56,88,54)
#4A6748
(74,103,72)
#5C765A
(92,118,90)
#6E856C
(110,133,108)
#80947E
(128,148,126)
#92A390
(146,163,144)
#A4B2A2
(164,178,162)
#B6C1B4
(182,193,180)
#C8D0C6
(200,208,198)
#DADFD8
(218,223,216)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385836; }

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

This text font color is #385836.


Background Color

.myBgColor { background-color: #385836; }

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

This div background color is #385836.


Border color

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

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

This div border color is #385836.


Opacity

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

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

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

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

This text has shadow with #385836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385836 on black background.


Color preview on white background

This text has color #385836 on white background.



Black color preview on #385836 background

This text has black color on #385836 background.


White color preview on #385836 background

This text has white color on #385836 background.