COLOR #387416

HEX: #387416
RGB: (56,116,22)

Color info

#387416 contains mainly green color. Web safe color of #387416 is #336600 (or #360).

RGB color model

#387416 color RGB value is (56,116,22).

  • red value is 56;
  • green value is 116;
  • blue value is 22.
RGB:
(56,116,22)
(22%,45%,9%)

RGB channels and saturation

R 56 of 255 = 22%
G 116 of 255 = 45%
B 22 of 255 = 9%

56
116
22

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

Portions of RGB colors in percentages

R + G + B =
56 + 116 + 22 = 194 (100%)
R 56 of 194 ~ 28.87%
G 116 of 194 ~ 59.79%
B 22 of 194 ~ 11.34%

%28.87
%59.79
%11.34

CMYK color model

#387416 color CMYK value is (52,0,81,55).

  • cyan value is 51.72%
  • magenta value is 0.00%
  • yellow value is 81.03%
  • key color value is 54.51%
CMYK:
(52,0,81,55)
C52M0Y81K55 
(52%,0%,81%,55%)
(0.52/0.00/0.81/0.55)	

CMYK percentages

%51.72
%0
%81.03
%54.51

Codes

Color #387416 in popluar color models

387416
RGB5611622
HSL98°68.12%27.06%
HSB/HSV98°81.03%45.49%
CMYK51.72%0.00%81.03%
54.51%

Color #387416 in popluar number systems.

HEX387416
Decimal5611622
Binary111000111010010110
Octal7016426

Shades and tints

Shades of #387416

#387416
(56,116,22)
#336A14
(51,106,20)
#2E6012
(46,96,18)
#295610
(41,86,16)
#244C0E
(36,76,14)
#1F420C
(31,66,12)
#1A380A
(26,56,10)
#152E08
(21,46,8)
#102406
(16,36,6)
#0B1A04
(11,26,4)
#061002
(6,16,2)
#000000
(0,0,0)

Tints of #387416

#387416
(56,116,22)
#4A802B
(74,128,43)
#5C8C40
(92,140,64)
#6E9855
(110,152,85)
#80A46A
(128,164,106)
#92B07F
(146,176,127)
#A4BC94
(164,188,148)
#B6C8A9
(182,200,169)
#C8D4BE
(200,212,190)
#DAE0D3
(218,224,211)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387416 color. Also use rgb(56,116,22) instead hex code.

Text Font Color

.myTextColor { color: #387416; }

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

This text font color is #387416.


Background Color

.myBgColor { background-color: #387416; }

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

This div background color is #387416.


Border color

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

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

This div border color is #387416.


Opacity

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

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

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

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

This text has shadow with #387416 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387416 on black background.


Color preview on white background

This text has color #387416 on white background.



Black color preview on #387416 background

This text has black color on #387416 background.


White color preview on #387416 background

This text has white color on #387416 background.