COLOR #387F0D

HEX: #387F0D RGB: (56,127,13)

Color info

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

RGB color model

#387F0D color RGB value is (56,127,13).

RGB: (56,127,13) (22%, 50%, 5%)

RGB channels and saturation

R 56 of 255 = 22%
G 127 of 255 = 50%
B 13 of 255 = 5%

56
127
13

R + G + B ~ 26%. #387F0D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 127 + 13 = 196 (100%)
R 56 of 196 ~ 28.57%
G 127 of 196 ~ 64.8%
B 13 of 196 ~ 6.63'%

%28.57
%64.8

CMYK color model

#387F0D color CMYK value is (56,0,90,50).

  • cyan value is 55.91%
  • magenta value is 0.00%
  • yellow value is 89.76%
  • key color value is 50.20%

CMYK: (56,0,90,50)
C56M0Y90K50 (56%, 0%, 90%, 50%)
(0.56 / 0.00 / 0.90 / 0.50)

CMYK percentages

%55.91
%0
%89.76
%50.2

Codes

Color #387F0D in popluar color models

38 7F 0D
RGB 56 127 13
HSL 97° 81.43% 27.45%
HSB/HSV 97° 89.76% 49.80%
CMYK 55.91% 0.00% 89.76%
50.20%

Color #387F0D in popluar number systems.

HEX 38 7F 0D
Decimal 56 127 13
Binary 111000 1111111 1101
Octal 70 177 15

Shades and tints

Shades of #387F0D

#387F0D
(56,127,13)
#33740C
(51,116,12)
#2E690B
(46,105,11)
#295E0A
(41,94,10)
#245309
(36,83,9)
#1F4808
(31,72,8)
#1A3D07
(26,61,7)
#153206
(21,50,6)
#102705
(16,39,5)
#0B1C04
(11,28,4)
#061103
(6,17,3)
#000000
(0,0,0)

Tints of #387F0D

#387F0D
(56,127,13)
#4A8A23
(74,138,35)
#5C9539
(92,149,57)
#6EA04F
(110,160,79)
#80AB65
(128,171,101)
#92B67B
(146,182,123)
#A4C191
(164,193,145)
#B6CCA7
(182,204,167)
#C8D7BD
(200,215,189)
#DAE2D3
(218,226,211)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387F0D color. Also use rgb(56,127,13) instead hex code.

Text Font Color

.myTextColor { color: #387F0D; }

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

This text font color is #387F0D.

Background Color

.myBgColor { background-color: #387F0D; }

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

This div background color is #387F0D.

Border color

.myBorderColor { border: 1px solid #387F0D; }

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

This div border color is #387F0D.

Opacity

.myOpacity80 { color: #387F0D; opacity: 0.8; }

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

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

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

This text has shadow with #387F0D color.


.textShadow {text-shadow: 3px 3px 1px #387F0D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #387F0D; -webkit-box-shadow: 1px 1px 3px 2px #387F0D; box-shadow:1px 1px 3px 2px #387F0D;">
Div content here
</div>

This div box has shadow with color #387F0D.

Preview

Color preview on black background

This text has color #387F0D on black background.


Color preview on white background

This text has color #387F0D on white background.


Black color preview on #387F0D background

This text has black color on #387F0D background.


White color preview on #387F0D background

This text has white color on #387F0D background.


Related colors

Complementary color

Complementary color for #hex is #C780F2.


I love getcolorcode.com

Triadic colors

1 #0D387F and #7F0D38 with #387F0D are triadic colors.

2 #0D7F38 and #7F380D with #387F0D are triadic colors.