COLOR #387B0F

HEX: #387B0F RGB: (56,123,15)

Color info

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

RGB color model

#387B0F color RGB value is (56,123,15).

RGB: (56,123,15) (22%, 48%, 6%)

RGB channels and saturation

R 56 of 255 = 22%
G 123 of 255 = 48%
B 15 of 255 = 6%

56
123
15

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

Portions of RGB colors in percentages

R + G + B = 56 + 123 + 15 = 194 (100%)
R 56 of 194 ~ 28.87%
G 123 of 194 ~ 63.4%
B 15 of 194 ~ 7.73'%

%28.87
%63.4

CMYK color model

#387B0F color CMYK value is (54,0,88,52).

  • cyan value is 54.47%
  • magenta value is 0.00%
  • yellow value is 87.80%
  • key color value is 51.76%

CMYK: (54,0,88,52)
C54M0Y88K52 (54%, 0%, 88%, 52%)
(0.54 / 0.00 / 0.88 / 0.52)

CMYK percentages

%54.47
%0
%87.8
%51.76

Codes

Color #387B0F in popluar color models

38 7B 0F
RGB 56 123 15
HSL 97° 78.26% 27.06%
HSB/HSV 97° 87.80% 48.24%
CMYK 54.47% 0.00% 87.80%
51.76%

Color #387B0F in popluar number systems.

HEX 38 7B 0F
Decimal 56 123 15
Binary 111000 1111011 1111
Octal 70 173 17

Shades and tints

Shades of #387B0F

#387B0F
(56,123,15)
#33700E
(51,112,14)
#2E650D
(46,101,13)
#295A0C
(41,90,12)
#244F0B
(36,79,11)
#1F440A
(31,68,10)
#1A3909
(26,57,9)
#152E08
(21,46,8)
#102307
(16,35,7)
#0B1806
(11,24,6)
#060D05
(6,13,5)
#000000
(0,0,0)

Tints of #387B0F

#387B0F
(56,123,15)
#4A8724
(74,135,36)
#5C9339
(92,147,57)
#6E9F4E
(110,159,78)
#80AB63
(128,171,99)
#92B778
(146,183,120)
#A4C38D
(164,195,141)
#B6CFA2
(182,207,162)
#C8DBB7
(200,219,183)
#DAE7CC
(218,231,204)
#ECF3E1
(236,243,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387B0F color. Also use rgb(56,123,15) instead hex code.

Text Font Color

.myTextColor { color: #387B0F; }

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

This text font color is #387B0F.

Background Color

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

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

This div background color is #387B0F.

Border color

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

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

This div border color is #387B0F.

Opacity

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

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

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

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

This text has shadow with #387B0F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #387B0F.

Preview

Color preview on black background

This text has color #387B0F on black background.


Color preview on white background

This text has color #387B0F on white background.


Black color preview on #387B0F background

This text has black color on #387B0F background.


White color preview on #387B0F background

This text has white color on #387B0F background.


Related colors

Complementary color

Complementary color for #hex is #C784F0.


I love getcolorcode.com

Triadic colors

1 #0F387B and #7B0F38 with #387B0F are triadic colors.

2 #0F7B38 and #7B380F with #387B0F are triadic colors.