COLOR #606E3B

HEX: #606E3B
RGB: (96,110,59)

Color info

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

RGB color model

#606E3B color RGB value is (96,110,59).

  • red value is 96;
  • green value is 110;
  • blue value is 59.
RGB:
(96,110,59)
(38%,43%,23%)

RGB channels and saturation

R 96 of 255 = 38%
G 110 of 255 = 43%
B 59 of 255 = 23%

96
110
59

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

Portions of RGB colors in percentages

R + G + B =
96 + 110 + 59 = 265 (100%)
R 96 of 265 ~ 36.23%
G 110 of 265 ~ 41.51%
B 59 of 265 ~ 22.26%

%36.23
%41.51
%22.26

CMYK color model

#606E3B color CMYK value is (13,0,46,57).

  • cyan value is 12.73%
  • magenta value is 0.00%
  • yellow value is 46.36%
  • key color value is 56.86%
CMYK:
(13,0,46,57)
C13M0Y46K57 
(13%,0%,46%,57%)
(0.13/0.00/0.46/0.57)	

CMYK percentages

%12.73
%0
%46.36
%56.86

Codes

Color #606E3B in popluar color models

606E3B
RGB9611059
HSL76°30.18%33.14%
HSB/HSV76°46.36%43.14%
CMYK12.73%0.00%46.36%
56.86%

Color #606E3B in popluar number systems.

HEX606E3B
Decimal9611059
Binary11000001101110111011
Octal14015673

Shades and tints

Shades of #606E3B

#606E3B
(96,110,59)
#586436
(88,100,54)
#505A31
(80,90,49)
#48502C
(72,80,44)
#404627
(64,70,39)
#383C22
(56,60,34)
#30321D
(48,50,29)
#282818
(40,40,24)
#201E13
(32,30,19)
#18140E
(24,20,14)
#100A09
(16,10,9)
#000000
(0,0,0)

Tints of #606E3B

#606E3B
(96,110,59)
#6E7B4C
(110,123,76)
#7C885D
(124,136,93)
#8A956E
(138,149,110)
#98A27F
(152,162,127)
#A6AF90
(166,175,144)
#B4BCA1
(180,188,161)
#C2C9B2
(194,201,178)
#D0D6C3
(208,214,195)
#DEE3D4
(222,227,212)
#ECF0E5
(236,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606E3B color. Also use rgb(96,110,59) instead hex code.

Text Font Color

.myTextColor { color: #606E3B; }

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

This text font color is #606E3B.


Background Color

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

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

This div background color is #606E3B.


Border color

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

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

This div border color is #606E3B.


Opacity

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

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

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

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

This text has shadow with #606E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606E3B on black background.


Color preview on white background

This text has color #606E3B on white background.



Black color preview on #606E3B background

This text has black color on #606E3B background.


White color preview on #606E3B background

This text has white color on #606E3B background.