COLOR #606E38

HEX: #606E38
RGB: (96,110,56)

Color info

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

RGB color model

#606E38 color RGB value is (96,110,56).

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

RGB channels and saturation

R 96 of 255 = 38%
G 110 of 255 = 43%
B 56 of 255 = 22%

96
110
56

R + G + B ~ 34%. #606E38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 110 + 56 = 262 (100%)
R 96 of 262 ~ 36.64%
G 110 of 262 ~ 41.98%
B 56 of 262 ~ 21.37%

%36.64
%41.98
%21.37

CMYK color model

#606E38 color CMYK value is (13,0,49,57).

  • cyan value is 12.73%
  • magenta value is 0.00%
  • yellow value is 49.09%
  • key color value is 56.86%
CMYK:
(13,0,49,57)
C13M0Y49K57 
(13%,0%,49%,57%)
(0.13/0.00/0.49/0.57)	

CMYK percentages

%12.73
%0
%49.09
%56.86

Codes

Color #606E38 in popluar color models

606E38
RGB9611056
HSL76°32.53%32.55%
HSB/HSV76°49.09%43.14%
CMYK12.73%0.00%49.09%
56.86%

Color #606E38 in popluar number systems.

HEX606E38
Decimal9611056
Binary11000001101110111000
Octal14015670

Shades and tints

Shades of #606E38

#606E38
(96,110,56)
#586433
(88,100,51)
#505A2E
(80,90,46)
#485029
(72,80,41)
#404624
(64,70,36)
#383C1F
(56,60,31)
#30321A
(48,50,26)
#282815
(40,40,21)
#201E10
(32,30,16)
#18140B
(24,20,11)
#100A06
(16,10,6)
#000000
(0,0,0)

Tints of #606E38

#606E38
(96,110,56)
#6E7B4A
(110,123,74)
#7C885C
(124,136,92)
#8A956E
(138,149,110)
#98A280
(152,162,128)
#A6AF92
(166,175,146)
#B4BCA4
(180,188,164)
#C2C9B6
(194,201,182)
#D0D6C8
(208,214,200)
#DEE3DA
(222,227,218)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606E38; }

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

This text font color is #606E38.


Background Color

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

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

This div background color is #606E38.


Border color

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

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

This div border color is #606E38.


Opacity

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

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

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

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

This text has shadow with #606E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606E38 on black background.


Color preview on white background

This text has color #606E38 on white background.



Black color preview on #606E38 background

This text has black color on #606E38 background.


White color preview on #606E38 background

This text has white color on #606E38 background.