COLOR #606A33

HEX: #606A33 RGB: (96,106,51)

Color info

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

RGB color model

#606A33 color RGB value is (96,106,51).

RGB: (96,106,51) (38%, 42%, 20%)

RGB channels and saturation

R 96 of 255 = 38%
G 106 of 255 = 42%
B 51 of 255 = 20%

96
106
51

R + G + B ~ 33%. #606A33 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 96 + 106 + 51 = 253 (100%)
R 96 of 253 ~ 37.94%
G 106 of 253 ~ 41.9%
B 51 of 253 ~ 20.16'%

%37.94
%41.9
%20.16

CMYK color model

#606A33 color CMYK value is (9,0,52,58).

  • cyan value is 9.43%
  • magenta value is 0.00%
  • yellow value is 51.89%
  • key color value is 58.43%

CMYK: (9,0,52,58)
C9M0Y52K58 (9%, 0%, 52%, 58%)
(0.09 / 0.00 / 0.52 / 0.58)

CMYK percentages

%9.43
%0
%51.89
%58.43

Codes

Color #606A33 in popluar color models

60 6A 33
RGB 96 106 51
HSL 71° 35.03% 30.78%
HSB/HSV 71° 51.89% 41.57%
CMYK 9.43% 0.00% 51.89%
58.43%

Color #606A33 in popluar number systems.

HEX 60 6A 33
Decimal 96 106 51
Binary 1100000 1101010 110011
Octal 140 152 63

Shades and tints

Shades of #606A33

#606A33
(96,106,51)
#58612F
(88,97,47)
#50582B
(80,88,43)
#484F27
(72,79,39)
#404623
(64,70,35)
#383D1F
(56,61,31)
#30341B
(48,52,27)
#282B17
(40,43,23)
#202213
(32,34,19)
#18190F
(24,25,15)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #606A33

#606A33
(96,106,51)
#6E7745
(110,119,69)
#7C8457
(124,132,87)
#8A9169
(138,145,105)
#989E7B
(152,158,123)
#A6AB8D
(166,171,141)
#B4B89F
(180,184,159)
#C2C5B1
(194,197,177)
#D0D2C3
(208,210,195)
#DEDFD5
(222,223,213)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606A33 color. Also use rgb(96,106,51) instead hex code.

Text Font Color

.myTextColor { color: #606A33; }

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

This text font color is #606A33.

Background Color

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

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

This div background color is #606A33.

Border color

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

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

This div border color is #606A33.

Opacity

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

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

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

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

This text has shadow with #606A33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #606A33.

Preview

Color preview on black background

This text has color #606A33 on black background.


Color preview on white background

This text has color #606A33 on white background.


Black color preview on #606A33 background

This text has black color on #606A33 background.


White color preview on #606A33 background

This text has white color on #606A33 background.


Related colors

Complementary color

Complementary color for #hex is #9F95CC.


I love getcolorcode.com

Triadic colors

1 #33606A and #6A3360 with #606A33 are triadic colors.

2 #336A60 and #6A6033 with #606A33 are triadic colors.