COLOR #387813

HEX: #387813
RGB: (56,120,19)

Color info

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

RGB color model

#387813 color RGB value is (56,120,19).

  • red value is 56;
  • green value is 120;
  • blue value is 19.
RGB:
(56,120,19)
(22%,47%,7%)

RGB channels and saturation

R 56 of 255 = 22%
G 120 of 255 = 47%
B 19 of 255 = 7%

56
120
19

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

Portions of RGB colors in percentages

R + G + B =
56 + 120 + 19 = 195 (100%)
R 56 of 195 ~ 28.72%
G 120 of 195 ~ 61.54%
B 19 of 195 ~ 9.74%

%28.72
%61.54
%9.74

CMYK color model

#387813 color CMYK value is (53,0,84,53).

  • cyan value is 53.33%
  • magenta value is 0.00%
  • yellow value is 84.17%
  • key color value is 52.94%
CMYK:
(53,0,84,53)
C53M0Y84K53 
(53%,0%,84%,53%)
(0.53/0.00/0.84/0.53)	

CMYK percentages

%53.33
%0
%84.17
%52.94

Codes

Color #387813 in popluar color models

387813
RGB5612019
HSL98°72.66%27.25%
HSB/HSV98°84.17%47.06%
CMYK53.33%0.00%84.17%
52.94%

Color #387813 in popluar number systems.

HEX387813
Decimal5612019
Binary111000111100010011
Octal7017023

Shades and tints

Shades of #387813

#387813
(56,120,19)
#336E12
(51,110,18)
#2E6411
(46,100,17)
#295A10
(41,90,16)
#24500F
(36,80,15)
#1F460E
(31,70,14)
#1A3C0D
(26,60,13)
#15320C
(21,50,12)
#10280B
(16,40,11)
#0B1E0A
(11,30,10)
#061409
(6,20,9)
#000000
(0,0,0)

Tints of #387813

#387813
(56,120,19)
#4A8428
(74,132,40)
#5C903D
(92,144,61)
#6E9C52
(110,156,82)
#80A867
(128,168,103)
#92B47C
(146,180,124)
#A4C091
(164,192,145)
#B6CCA6
(182,204,166)
#C8D8BB
(200,216,187)
#DAE4D0
(218,228,208)
#ECF0E5
(236,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387813 color. Also use rgb(56,120,19) instead hex code.

Text Font Color

.myTextColor { color: #387813; }

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

This text font color is #387813.


Background Color

.myBgColor { background-color: #387813; }

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

This div background color is #387813.


Border color

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

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

This div border color is #387813.


Opacity

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

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

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

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

This text has shadow with #387813 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387813 on black background.


Color preview on white background

This text has color #387813 on white background.



Black color preview on #387813 background

This text has black color on #387813 background.


White color preview on #387813 background

This text has white color on #387813 background.