COLOR #606126

HEX: #606126
RGB: (96,97,38)

Color info

#606126 contains red, green and blue colors in about the same proportion. Web safe color of #606126 is #666633 (or #663).

RGB color model

#606126 color RGB value is (96,97,38).

  • red value is 96;
  • green value is 97;
  • blue value is 38.
RGB:
(96,97,38)
(38%,38%,15%)

RGB channels and saturation

R 96 of 255 = 38%
G 97 of 255 = 38%
B 38 of 255 = 15%

96
97
38

R + G + B ~ 30%. #606126 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 97 + 38 = 231 (100%)
R 96 of 231 ~ 41.56%
G 97 of 231 ~ 41.99%
B 38 of 231 ~ 16.45%

%41.56
%41.99
%16.45

CMYK color model

#606126 color CMYK value is (1,0,61,62).

  • cyan value is 1.03%
  • magenta value is 0.00%
  • yellow value is 60.82%
  • key color value is 61.96%
CMYK:
(1,0,61,62)
C1M0Y61K62 
(1%,0%,61%,62%)
(0.01/0.00/0.61/0.62)	

CMYK percentages

%1.03
%0
%60.82
%61.96

Codes

Color #606126 in popluar color models

606126
RGB969738
HSL61°43.70%26.47%
HSB/HSV61°60.82%38.04%
CMYK1.03%0.00%60.82%
61.96%

Color #606126 in popluar number systems.

HEX606126
Decimal969738
Binary11000001100001100110
Octal14014146

Shades and tints

Shades of #606126

#606126
(96,97,38)
#585923
(88,89,35)
#505120
(80,81,32)
#48491D
(72,73,29)
#40411A
(64,65,26)
#383917
(56,57,23)
#303114
(48,49,20)
#282911
(40,41,17)
#20210E
(32,33,14)
#18190B
(24,25,11)
#101108
(16,17,8)
#000000
(0,0,0)

Tints of #606126

#606126
(96,97,38)
#6E6F39
(110,111,57)
#7C7D4C
(124,125,76)
#8A8B5F
(138,139,95)
#989972
(152,153,114)
#A6A785
(166,167,133)
#B4B598
(180,181,152)
#C2C3AB
(194,195,171)
#D0D1BE
(208,209,190)
#DEDFD1
(222,223,209)
#ECEDE4
(236,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606126 color. Also use rgb(96,97,38) instead hex code.

Text Font Color

.myTextColor { color: #606126; }

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

This text font color is #606126.


Background Color

.myBgColor { background-color: #606126; }

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

This div background color is #606126.


Border color

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

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

This div border color is #606126.


Opacity

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

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

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

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

This text has shadow with #606126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606126 on black background.


Color preview on white background

This text has color #606126 on white background.



Black color preview on #606126 background

This text has black color on #606126 background.


White color preview on #606126 background

This text has white color on #606126 background.