COLOR #387223

HEX: #387223
RGB: (56,114,35)

Color info

#387223 contains mainly red and green colors. Web safe color of #387223 is #336633 (or #363).

RGB color model

#387223 color RGB value is (56,114,35).

  • red value is 56;
  • green value is 114;
  • blue value is 35.
RGB:
(56,114,35)
(22%,45%,14%)

RGB channels and saturation

R 56 of 255 = 22%
G 114 of 255 = 45%
B 35 of 255 = 14%

56
114
35

R + G + B ~ 27%. #387223 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 114 + 35 = 205 (100%)
R 56 of 205 ~ 27.32%
G 114 of 205 ~ 55.61%
B 35 of 205 ~ 17.07%

%27.32
%55.61
%17.07

CMYK color model

#387223 color CMYK value is (51,0,69,55).

  • cyan value is 50.88%
  • magenta value is 0.00%
  • yellow value is 69.30%
  • key color value is 55.29%
CMYK:
(51,0,69,55)
C51M0Y69K55 
(51%,0%,69%,55%)
(0.51/0.00/0.69/0.55)	

CMYK percentages

%50.88
%0
%69.3
%55.29

Codes

Color #387223 in popluar color models

387223
RGB5611435
HSL104°53.02%29.22%
HSB/HSV104°69.30%44.71%
CMYK50.88%0.00%69.30%
55.29%

Color #387223 in popluar number systems.

HEX387223
Decimal5611435
Binary1110001110010100011
Octal7016243

Shades and tints

Shades of #387223

#387223
(56,114,35)
#336820
(51,104,32)
#2E5E1D
(46,94,29)
#29541A
(41,84,26)
#244A17
(36,74,23)
#1F4014
(31,64,20)
#1A3611
(26,54,17)
#152C0E
(21,44,14)
#10220B
(16,34,11)
#0B1808
(11,24,8)
#060E05
(6,14,5)
#000000
(0,0,0)

Tints of #387223

#387223
(56,114,35)
#4A7E37
(74,126,55)
#5C8A4B
(92,138,75)
#6E965F
(110,150,95)
#80A273
(128,162,115)
#92AE87
(146,174,135)
#A4BA9B
(164,186,155)
#B6C6AF
(182,198,175)
#C8D2C3
(200,210,195)
#DADED7
(218,222,215)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387223 color. Also use rgb(56,114,35) instead hex code.

Text Font Color

.myTextColor { color: #387223; }

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

This text font color is #387223.


Background Color

.myBgColor { background-color: #387223; }

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

This div background color is #387223.


Border color

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

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

This div border color is #387223.


Opacity

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

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

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

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

This text has shadow with #387223 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387223 on black background.


Color preview on white background

This text has color #387223 on white background.



Black color preview on #387223 background

This text has black color on #387223 background.


White color preview on #387223 background

This text has white color on #387223 background.