COLOR #606214

HEX: #606214
RGB: (96,98,20)

Color info

#606214 contains mainly red and green colors. Web safe color of #606214 is #666600 (or #660).

RGB color model

#606214 color RGB value is (96,98,20).

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

RGB channels and saturation

R 96 of 255 = 38%
G 98 of 255 = 38%
B 20 of 255 = 8%

96
98
20

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

Portions of RGB colors in percentages

R + G + B =
96 + 98 + 20 = 214 (100%)
R 96 of 214 ~ 44.86%
G 98 of 214 ~ 45.79%
B 20 of 214 ~ 9.35%

%44.86
%45.79

CMYK color model

#606214 color CMYK value is (2,0,80,62).

  • cyan value is 2.04%
  • magenta value is 0.00%
  • yellow value is 79.59%
  • key color value is 61.57%
CMYK:
(2,0,80,62)
C2M0Y80K62 
(2%,0%,80%,62%)
(0.02/0.00/0.80/0.62)	

CMYK percentages

%2.04
%0
%79.59
%61.57

Codes

Color #606214 in popluar color models

606214
RGB969820
HSL62°66.10%23.14%
HSB/HSV62°79.59%38.43%
CMYK2.04%0.00%79.59%
61.57%

Color #606214 in popluar number systems.

HEX606214
Decimal969820
Binary1100000110001010100
Octal14014224

Shades and tints

Shades of #606214

#606214
(96,98,20)
#585A13
(88,90,19)
#505212
(80,82,18)
#484A11
(72,74,17)
#404210
(64,66,16)
#383A0F
(56,58,15)
#30320E
(48,50,14)
#282A0D
(40,42,13)
#20220C
(32,34,12)
#181A0B
(24,26,11)
#10120A
(16,18,10)
#000000
(0,0,0)

Tints of #606214

#606214
(96,98,20)
#6E7029
(110,112,41)
#7C7E3E
(124,126,62)
#8A8C53
(138,140,83)
#989A68
(152,154,104)
#A6A87D
(166,168,125)
#B4B692
(180,182,146)
#C2C4A7
(194,196,167)
#D0D2BC
(208,210,188)
#DEE0D1
(222,224,209)
#ECEEE6
(236,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606214; }

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

This text font color is #606214.


Background Color

.myBgColor { background-color: #606214; }

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

This div background color is #606214.


Border color

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

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

This div border color is #606214.


Opacity

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

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

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

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

This text has shadow with #606214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606214 on black background.


Color preview on white background

This text has color #606214 on white background.



Black color preview on #606214 background

This text has black color on #606214 background.


White color preview on #606214 background

This text has white color on #606214 background.