COLOR #606D12

HEX: #606D12
RGB: (96,109,18)

Color info

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

RGB color model

#606D12 color RGB value is (96,109,18).

  • red value is 96;
  • green value is 109;
  • blue value is 18.
RGB:
(96,109,18)
(38%,43%,7%)

RGB channels and saturation

R 96 of 255 = 38%
G 109 of 255 = 43%
B 18 of 255 = 7%

96
109
18

R + G + B ~ 29%. #606D12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 109 + 18 = 223 (100%)
R 96 of 223 ~ 43.05%
G 109 of 223 ~ 48.88%
B 18 of 223 ~ 8.07%

%43.05
%48.88

CMYK color model

#606D12 color CMYK value is (12,0,83,57).

  • cyan value is 11.93%
  • magenta value is 0.00%
  • yellow value is 83.49%
  • key color value is 57.25%
CMYK:
(12,0,83,57)
C12M0Y83K57 
(12%,0%,83%,57%)
(0.12/0.00/0.83/0.57)	

CMYK percentages

%11.93
%0
%83.49
%57.25

Codes

Color #606D12 in popluar color models

606D12
RGB9610918
HSL69°71.65%24.90%
HSB/HSV69°83.49%42.75%
CMYK11.93%0.00%83.49%
57.25%

Color #606D12 in popluar number systems.

HEX606D12
Decimal9610918
Binary1100000110110110010
Octal14015522

Shades and tints

Shades of #606D12

#606D12
(96,109,18)
#586411
(88,100,17)
#505B10
(80,91,16)
#48520F
(72,82,15)
#40490E
(64,73,14)
#38400D
(56,64,13)
#30370C
(48,55,12)
#282E0B
(40,46,11)
#20250A
(32,37,10)
#181C09
(24,28,9)
#101308
(16,19,8)
#000000
(0,0,0)

Tints of #606D12

#606D12
(96,109,18)
#6E7A27
(110,122,39)
#7C873C
(124,135,60)
#8A9451
(138,148,81)
#98A166
(152,161,102)
#A6AE7B
(166,174,123)
#B4BB90
(180,187,144)
#C2C8A5
(194,200,165)
#D0D5BA
(208,213,186)
#DEE2CF
(222,226,207)
#ECEFE4
(236,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606D12 color. Also use rgb(96,109,18) instead hex code.

Text Font Color

.myTextColor { color: #606D12; }

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

This text font color is #606D12.


Background Color

.myBgColor { background-color: #606D12; }

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

This div background color is #606D12.


Border color

.myBorderColor { border: 1px solid #606D12; }

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

This div border color is #606D12.


Opacity

.myOpacity80 { color: #606D12; opacity: 0.8; }

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

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

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

This text has shadow with #606D12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606D12 on black background.


Color preview on white background

This text has color #606D12 on white background.



Black color preview on #606D12 background

This text has black color on #606D12 background.


White color preview on #606D12 background

This text has white color on #606D12 background.