COLOR #386136

HEX: #386136
RGB: (56,97,54)

Color info

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

RGB color model

#386136 color RGB value is (56,97,54).

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

RGB channels and saturation

R 56 of 255 = 22%
G 97 of 255 = 38%
B 54 of 255 = 21%

56
97
54

R + G + B ~ 27%. #386136 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 97 + 54 = 207 (100%)
R 56 of 207 ~ 27.05%
G 97 of 207 ~ 46.86%
B 54 of 207 ~ 26.09%

%27.05
%46.86
%26.09

CMYK color model

#386136 color CMYK value is (42,0,44,62).

  • cyan value is 42.27%
  • magenta value is 0.00%
  • yellow value is 44.33%
  • key color value is 61.96%
CMYK:
(42,0,44,62)
C42M0Y44K62 
(42%,0%,44%,62%)
(0.42/0.00/0.44/0.62)	

CMYK percentages

%42.27
%0
%44.33
%61.96

Codes

Color #386136 in popluar color models

386136
RGB569754
HSL117°28.48%29.61%
HSB/HSV117°44.33%38.04%
CMYK42.27%0.00%44.33%
61.96%

Color #386136 in popluar number systems.

HEX386136
Decimal569754
Binary1110001100001110110
Octal7014166

Shades and tints

Shades of #386136

#386136
(56,97,54)
#335932
(51,89,50)
#2E512E
(46,81,46)
#29492A
(41,73,42)
#244126
(36,65,38)
#1F3922
(31,57,34)
#1A311E
(26,49,30)
#15291A
(21,41,26)
#102116
(16,33,22)
#0B1912
(11,25,18)
#06110E
(6,17,14)
#000000
(0,0,0)

Tints of #386136

#386136
(56,97,54)
#4A6F48
(74,111,72)
#5C7D5A
(92,125,90)
#6E8B6C
(110,139,108)
#80997E
(128,153,126)
#92A790
(146,167,144)
#A4B5A2
(164,181,162)
#B6C3B4
(182,195,180)
#C8D1C6
(200,209,198)
#DADFD8
(218,223,216)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #386136; }

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

This text font color is #386136.


Background Color

.myBgColor { background-color: #386136; }

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

This div background color is #386136.


Border color

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

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

This div border color is #386136.


Opacity

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

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

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

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

This text has shadow with #386136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386136 on black background.


Color preview on white background

This text has color #386136 on white background.



Black color preview on #386136 background

This text has black color on #386136 background.


White color preview on #386136 background

This text has white color on #386136 background.