COLOR #385536

HEX: #385536
RGB: (56,85,54)

Color info

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

RGB color model

#385536 color RGB value is (56,85,54).

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

RGB channels and saturation

R 56 of 255 = 22%
G 85 of 255 = 33%
B 54 of 255 = 21%

56
85
54

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

Portions of RGB colors in percentages

R + G + B =
56 + 85 + 54 = 195 (100%)
R 56 of 195 ~ 28.72%
G 85 of 195 ~ 43.59%
B 54 of 195 ~ 27.69%

%28.72
%43.59
%27.69

CMYK color model

#385536 color CMYK value is (34,0,36,67).

  • cyan value is 34.12%
  • magenta value is 0.00%
  • yellow value is 36.47%
  • key color value is 66.67%
CMYK:
(34,0,36,67)
C34M0Y36K67 
(34%,0%,36%,67%)
(0.34/0.00/0.36/0.67)	

CMYK percentages

%34.12
%0
%36.47
%66.67

Codes

Color #385536 in popluar color models

385536
RGB568554
HSL116°22.30%27.25%
HSB/HSV116°36.47%33.33%
CMYK34.12%0.00%36.47%
66.67%

Color #385536 in popluar number systems.

HEX385536
Decimal568554
Binary1110001010101110110
Octal7012566

Shades and tints

Shades of #385536

#385536
(56,85,54)
#334E32
(51,78,50)
#2E472E
(46,71,46)
#29402A
(41,64,42)
#243926
(36,57,38)
#1F3222
(31,50,34)
#1A2B1E
(26,43,30)
#15241A
(21,36,26)
#101D16
(16,29,22)
#0B1612
(11,22,18)
#060F0E
(6,15,14)
#000000
(0,0,0)

Tints of #385536

#385536
(56,85,54)
#4A6448
(74,100,72)
#5C735A
(92,115,90)
#6E826C
(110,130,108)
#80917E
(128,145,126)
#92A090
(146,160,144)
#A4AFA2
(164,175,162)
#B6BEB4
(182,190,180)
#C8CDC6
(200,205,198)
#DADCD8
(218,220,216)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385536; }

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

This text font color is #385536.


Background Color

.myBgColor { background-color: #385536; }

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

This div background color is #385536.


Border color

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

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

This div border color is #385536.


Opacity

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

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

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

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

This text has shadow with #385536 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385536 on black background.


Color preview on white background

This text has color #385536 on white background.



Black color preview on #385536 background

This text has black color on #385536 background.


White color preview on #385536 background

This text has white color on #385536 background.