COLOR #386127

HEX: #386127
RGB: (56,97,39)

Color info

#386127 contains red, green and blue colors in about the same proportion. Web safe color of #386127 is #336633 (or #363).

RGB color model

#386127 color RGB value is (56,97,39).

  • red value is 56;
  • green value is 97;
  • blue value is 39.
RGB:
(56,97,39)
(22%,38%,15%)

RGB channels and saturation

R 56 of 255 = 22%
G 97 of 255 = 38%
B 39 of 255 = 15%

56
97
39

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

Portions of RGB colors in percentages

R + G + B =
56 + 97 + 39 = 192 (100%)
R 56 of 192 ~ 29.17%
G 97 of 192 ~ 50.52%
B 39 of 192 ~ 20.31%

%29.17
%50.52
%20.31

CMYK color model

#386127 color CMYK value is (42,0,60,62).

  • cyan value is 42.27%
  • magenta value is 0.00%
  • yellow value is 59.79%
  • key color value is 61.96%
CMYK:
(42,0,60,62)
C42M0Y60K62 
(42%,0%,60%,62%)
(0.42/0.00/0.60/0.62)	

CMYK percentages

%42.27
%0
%59.79
%61.96

Codes

Color #386127 in popluar color models

386127
RGB569739
HSL102°42.65%26.67%
HSB/HSV102°59.79%38.04%
CMYK42.27%0.00%59.79%
61.96%

Color #386127 in popluar number systems.

HEX386127
Decimal569739
Binary1110001100001100111
Octal7014147

Shades and tints

Shades of #386127

#386127
(56,97,39)
#335924
(51,89,36)
#2E5121
(46,81,33)
#29491E
(41,73,30)
#24411B
(36,65,27)
#1F3918
(31,57,24)
#1A3115
(26,49,21)
#152912
(21,41,18)
#10210F
(16,33,15)
#0B190C
(11,25,12)
#061109
(6,17,9)
#000000
(0,0,0)

Tints of #386127

#386127
(56,97,39)
#4A6F3A
(74,111,58)
#5C7D4D
(92,125,77)
#6E8B60
(110,139,96)
#809973
(128,153,115)
#92A786
(146,167,134)
#A4B599
(164,181,153)
#B6C3AC
(182,195,172)
#C8D1BF
(200,209,191)
#DADFD2
(218,223,210)
#ECEDE5
(236,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386127 color. Also use rgb(56,97,39) instead hex code.

Text Font Color

.myTextColor { color: #386127; }

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

This text font color is #386127.


Background Color

.myBgColor { background-color: #386127; }

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

This div background color is #386127.


Border color

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

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

This div border color is #386127.


Opacity

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

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

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

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

This text has shadow with #386127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386127 on black background.


Color preview on white background

This text has color #386127 on white background.



Black color preview on #386127 background

This text has black color on #386127 background.


White color preview on #386127 background

This text has white color on #386127 background.