COLOR #606338

HEX: #606338
RGB: (96,99,56)

Color info

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

RGB color model

#606338 color RGB value is (96,99,56).

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

RGB channels and saturation

R 96 of 255 = 38%
G 99 of 255 = 39%
B 56 of 255 = 22%

96
99
56

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

Portions of RGB colors in percentages

R + G + B =
96 + 99 + 56 = 251 (100%)
R 96 of 251 ~ 38.25%
G 99 of 251 ~ 39.44%
B 56 of 251 ~ 22.31%

%38.25
%39.44
%22.31

CMYK color model

#606338 color CMYK value is (3,0,43,61).

  • cyan value is 3.03%
  • magenta value is 0.00%
  • yellow value is 43.43%
  • key color value is 61.18%
CMYK:
(3,0,43,61)
C3M0Y43K61 
(3%,0%,43%,61%)
(0.03/0.00/0.43/0.61)	

CMYK percentages

%3.03
%0
%43.43
%61.18

Codes

Color #606338 in popluar color models

606338
RGB969956
HSL64°27.74%30.39%
HSB/HSV64°43.43%38.82%
CMYK3.03%0.00%43.43%
61.18%

Color #606338 in popluar number systems.

HEX606338
Decimal969956
Binary11000001100011111000
Octal14014370

Shades and tints

Shades of #606338

#606338
(96,99,56)
#585A33
(88,90,51)
#50512E
(80,81,46)
#484829
(72,72,41)
#403F24
(64,63,36)
#38361F
(56,54,31)
#302D1A
(48,45,26)
#282415
(40,36,21)
#201B10
(32,27,16)
#18120B
(24,18,11)
#100906
(16,9,6)
#000000
(0,0,0)

Tints of #606338

#606338
(96,99,56)
#6E714A
(110,113,74)
#7C7F5C
(124,127,92)
#8A8D6E
(138,141,110)
#989B80
(152,155,128)
#A6A992
(166,169,146)
#B4B7A4
(180,183,164)
#C2C5B6
(194,197,182)
#D0D3C8
(208,211,200)
#DEE1DA
(222,225,218)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606338; }

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

This text font color is #606338.


Background Color

.myBgColor { background-color: #606338; }

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

This div background color is #606338.


Border color

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

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

This div border color is #606338.


Opacity

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

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

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

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

This text has shadow with #606338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606338 on black background.


Color preview on white background

This text has color #606338 on white background.



Black color preview on #606338 background

This text has black color on #606338 background.


White color preview on #606338 background

This text has white color on #606338 background.