COLOR #386140

HEX: #386140
RGB: (56,97,64)

Color info

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

RGB color model

#386140 color RGB value is (56,97,64).

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

RGB channels and saturation

R 56 of 255 = 22%
G 97 of 255 = 38%
B 64 of 255 = 25%

56
97
64

R + G + B ~ 28%. #386140 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 97 + 64 = 217 (100%)
R 56 of 217 ~ 25.81%
G 97 of 217 ~ 44.7%
B 64 of 217 ~ 29.49%

%25.81
%44.7
%29.49

CMYK color model

#386140 color CMYK value is (42,0,34,62).

  • cyan value is 42.27%
  • magenta value is 0.00%
  • yellow value is 34.02%
  • key color value is 61.96%
CMYK:
(42,0,34,62)
C42M0Y34K62 
(42%,0%,34%,62%)
(0.42/0.00/0.34/0.62)	

CMYK percentages

%42.27
%0
%34.02
%61.96

Codes

Color #386140 in popluar color models

386140
RGB569764
HSL132°26.80%30.00%
HSB/HSV132°42.27%38.04%
CMYK42.27%0.00%34.02%
61.96%

Color #386140 in popluar number systems.

HEX386140
Decimal569764
Binary11100011000011000000
Octal70141100

Shades and tints

Shades of #386140

#386140
(56,97,64)
#33593B
(51,89,59)
#2E5136
(46,81,54)
#294931
(41,73,49)
#24412C
(36,65,44)
#1F3927
(31,57,39)
#1A3122
(26,49,34)
#15291D
(21,41,29)
#102118
(16,33,24)
#0B1913
(11,25,19)
#06110E
(6,17,14)
#000000
(0,0,0)

Tints of #386140

#386140
(56,97,64)
#4A6F51
(74,111,81)
#5C7D62
(92,125,98)
#6E8B73
(110,139,115)
#809984
(128,153,132)
#92A795
(146,167,149)
#A4B5A6
(164,181,166)
#B6C3B7
(182,195,183)
#C8D1C8
(200,209,200)
#DADFD9
(218,223,217)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #386140; }

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

This text font color is #386140.


Background Color

.myBgColor { background-color: #386140; }

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

This div background color is #386140.


Border color

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

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

This div border color is #386140.


Opacity

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

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

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

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

This text has shadow with #386140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386140 on black background.


Color preview on white background

This text has color #386140 on white background.



Black color preview on #386140 background

This text has black color on #386140 background.


White color preview on #386140 background

This text has white color on #386140 background.