COLOR #386214

HEX: #386214
RGB: (56,98,20)

Color info

#386214 contains mainly red and green colors. Web safe color of #386214 is #336600 (or #360).

RGB color model

#386214 color RGB value is (56,98,20).

  • red value is 56;
  • green value is 98;
  • blue value is 20.
RGB:
(56,98,20)
(22%,38%,8%)

RGB channels and saturation

R 56 of 255 = 22%
G 98 of 255 = 38%
B 20 of 255 = 8%

56
98
20

R + G + B ~ 23%. #386214 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 98 + 20 = 174 (100%)
R 56 of 174 ~ 32.18%
G 98 of 174 ~ 56.32%
B 20 of 174 ~ 11.49%

%32.18
%56.32
%11.49

CMYK color model

#386214 color CMYK value is (43,0,80,62).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 79.59%
  • key color value is 61.57%
CMYK:
(43,0,80,62)
C43M0Y80K62 
(43%,0%,80%,62%)
(0.43/0.00/0.80/0.62)	

CMYK percentages

%42.86
%0
%79.59
%61.57

Codes

Color #386214 in popluar color models

386214
RGB569820
HSL92°66.10%23.14%
HSB/HSV92°79.59%38.43%
CMYK42.86%0.00%79.59%
61.57%

Color #386214 in popluar number systems.

HEX386214
Decimal569820
Binary111000110001010100
Octal7014224

Shades and tints

Shades of #386214

#386214
(56,98,20)
#335A13
(51,90,19)
#2E5212
(46,82,18)
#294A11
(41,74,17)
#244210
(36,66,16)
#1F3A0F
(31,58,15)
#1A320E
(26,50,14)
#152A0D
(21,42,13)
#10220C
(16,34,12)
#0B1A0B
(11,26,11)
#06120A
(6,18,10)
#000000
(0,0,0)

Tints of #386214

#386214
(56,98,20)
#4A7029
(74,112,41)
#5C7E3E
(92,126,62)
#6E8C53
(110,140,83)
#809A68
(128,154,104)
#92A87D
(146,168,125)
#A4B692
(164,182,146)
#B6C4A7
(182,196,167)
#C8D2BC
(200,210,188)
#DAE0D1
(218,224,209)
#ECEEE6
(236,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386214 color. Also use rgb(56,98,20) instead hex code.

Text Font Color

.myTextColor { color: #386214; }

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

This text font color is #386214.


Background Color

.myBgColor { background-color: #386214; }

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

This div background color is #386214.


Border color

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

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

This div border color is #386214.


Opacity

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

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

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

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

This text has shadow with #386214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386214 on black background.


Color preview on white background

This text has color #386214 on white background.



Black color preview on #386214 background

This text has black color on #386214 background.


White color preview on #386214 background

This text has white color on #386214 background.