COLOR #385B22

HEX: #385B22
RGB: (56,91,34)

Color info

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

RGB color model

#385B22 color RGB value is (56,91,34).

  • red value is 56;
  • green value is 91;
  • blue value is 34.
RGB:
(56,91,34)
(22%,36%,13%)

RGB channels and saturation

R 56 of 255 = 22%
G 91 of 255 = 36%
B 34 of 255 = 13%

56
91
34

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

Portions of RGB colors in percentages

R + G + B =
56 + 91 + 34 = 181 (100%)
R 56 of 181 ~ 30.94%
G 91 of 181 ~ 50.28%
B 34 of 181 ~ 18.78%

%30.94
%50.28
%18.78

CMYK color model

#385B22 color CMYK value is (38,0,63,64).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 62.64%
  • key color value is 64.31%
CMYK:
(38,0,63,64)
C38M0Y63K64 
(38%,0%,63%,64%)
(0.38/0.00/0.63/0.64)	

CMYK percentages

%38.46
%0
%62.64
%64.31

Codes

Color #385B22 in popluar color models

385B22
RGB569134
HSL97°45.60%24.51%
HSB/HSV97°62.64%35.69%
CMYK38.46%0.00%62.64%
64.31%

Color #385B22 in popluar number systems.

HEX385B22
Decimal569134
Binary1110001011011100010
Octal7013342

Shades and tints

Shades of #385B22

#385B22
(56,91,34)
#33531F
(51,83,31)
#2E4B1C
(46,75,28)
#294319
(41,67,25)
#243B16
(36,59,22)
#1F3313
(31,51,19)
#1A2B10
(26,43,16)
#15230D
(21,35,13)
#101B0A
(16,27,10)
#0B1307
(11,19,7)
#060B04
(6,11,4)
#000000
(0,0,0)

Tints of #385B22

#385B22
(56,91,34)
#4A6936
(74,105,54)
#5C774A
(92,119,74)
#6E855E
(110,133,94)
#809372
(128,147,114)
#92A186
(146,161,134)
#A4AF9A
(164,175,154)
#B6BDAE
(182,189,174)
#C8CBC2
(200,203,194)
#DAD9D6
(218,217,214)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #385B22 color. Also use rgb(56,91,34) instead hex code.

Text Font Color

.myTextColor { color: #385B22; }

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

This text font color is #385B22.


Background Color

.myBgColor { background-color: #385B22; }

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

This div background color is #385B22.


Border color

.myBorderColor { border: 1px solid #385B22; }

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

This div border color is #385B22.


Opacity

.myOpacity80 { color: #385B22; opacity: 0.8; }

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

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

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

This text has shadow with #385B22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385B22 on black background.


Color preview on white background

This text has color #385B22 on white background.



Black color preview on #385B22 background

This text has black color on #385B22 background.


White color preview on #385B22 background

This text has white color on #385B22 background.