COLOR #606D3C

HEX: #606D3C RGB: (96,109,60)

Color info

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

RGB color model

#606D3C color RGB value is (96,109,60).

RGB: (96,109,60) (38%, 43%, 24%)

RGB channels and saturation

R 96 of 255 = 38%
G 109 of 255 = 43%
B 60 of 255 = 24%

96
109
60

R + G + B ~ 35%. #606D3C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 96 + 109 + 60 = 265 (100%)
R 96 of 265 ~ 36.23%
G 109 of 265 ~ 41.13%
B 60 of 265 ~ 22.64'%

%36.23
%41.13
%22.64

CMYK color model

#606D3C color CMYK value is (12,0,45,57).

  • cyan value is 11.93%
  • magenta value is 0.00%
  • yellow value is 44.95%
  • key color value is 57.25%

CMYK: (12,0,45,57)
C12M0Y45K57 (12%, 0%, 45%, 57%)
(0.12 / 0.00 / 0.45 / 0.57)

CMYK percentages

%11.93
%0
%44.95
%57.25

Codes

Color #606D3C in popluar color models

60 6D 3C
RGB 96 109 60
HSL 76° 28.99% 33.14%
HSB/HSV 76° 44.95% 42.75%
CMYK 11.93% 0.00% 44.95%
57.25%

Color #606D3C in popluar number systems.

HEX 60 6D 3C
Decimal 96 109 60
Binary 1100000 1101101 111100
Octal 140 155 74

Shades and tints

Shades of #606D3C

#606D3C
(96,109,60)
#586437
(88,100,55)
#505B32
(80,91,50)
#48522D
(72,82,45)
#404928
(64,73,40)
#384023
(56,64,35)
#30371E
(48,55,30)
#282E19
(40,46,25)
#202514
(32,37,20)
#181C0F
(24,28,15)
#10130A
(16,19,10)
#000000
(0,0,0)

Tints of #606D3C

#606D3C
(96,109,60)
#6E7A4D
(110,122,77)
#7C875E
(124,135,94)
#8A946F
(138,148,111)
#98A180
(152,161,128)
#A6AE91
(166,174,145)
#B4BBA2
(180,187,162)
#C2C8B3
(194,200,179)
#D0D5C4
(208,213,196)
#DEE2D5
(222,226,213)
#ECEFE6
(236,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606D3C; }

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

This text font color is #606D3C.

Background Color

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

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

This div background color is #606D3C.

Border color

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

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

This div border color is #606D3C.

Opacity

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

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

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

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

This text has shadow with #606D3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #606D3C.

Preview

Color preview on black background

This text has color #606D3C on black background.


Color preview on white background

This text has color #606D3C on white background.


Black color preview on #606D3C background

This text has black color on #606D3C background.


White color preview on #606D3C background

This text has white color on #606D3C background.


Related colors

Complementary color

Complementary color for #hex is #9F92C3.


I love getcolorcode.com

Triadic colors

1 #3C606D and #6D3C60 with #606D3C are triadic colors.

2 #3C6D60 and #6D603C with #606D3C are triadic colors.