COLOR #606030

HEX: #606030
RGB: (96,96,48)

Color info

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

RGB color model

#606030 color RGB value is (96,96,48).

  • red value is 96;
  • green value is 96;
  • blue value is 48.
RGB:
(96,96,48)
(38%,38%,19%)

RGB channels and saturation

R 96 of 255 = 38%
G 96 of 255 = 38%
B 48 of 255 = 19%

96
96
48

R + G + B ~ 32%. #606030 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 96 + 48 = 240 (100%)
R 96 of 240 ~ 40%
G 96 of 240 ~ 40%
B 48 of 240 ~ 20%

%40
%40
%20

CMYK color model

#606030 color CMYK value is (0,0,50,62).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 62.35%
CMYK:
(0,0,50,62)
C0M0Y50K62 
(0%,0%,50%,62%)
(0.00/0.00/0.50/0.62)	

CMYK percentages

%0
%0
%50
%62.35

Codes

Color #606030 in popluar color models

606030
RGB969648
HSL60°33.33%28.24%
HSB/HSV60°50.00%37.65%
CMYK0.00%0.00%50.00%
62.35%

Color #606030 in popluar number systems.

HEX606030
Decimal969648
Binary11000001100000110000
Octal14014060

Shades and tints

Shades of #606030

#606030
(96,96,48)
#58582C
(88,88,44)
#505028
(80,80,40)
#484824
(72,72,36)
#404020
(64,64,32)
#38381C
(56,56,28)
#303018
(48,48,24)
#282814
(40,40,20)
#202010
(32,32,16)
#18180C
(24,24,12)
#101008
(16,16,8)
#000000
(0,0,0)

Tints of #606030

#606030
(96,96,48)
#6E6E42
(110,110,66)
#7C7C54
(124,124,84)
#8A8A66
(138,138,102)
#989878
(152,152,120)
#A6A68A
(166,166,138)
#B4B49C
(180,180,156)
#C2C2AE
(194,194,174)
#D0D0C0
(208,208,192)
#DEDED2
(222,222,210)
#ECECE4
(236,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606030; }

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

This text font color is #606030.


Background Color

.myBgColor { background-color: #606030; }

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

This div background color is #606030.


Border color

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

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

This div border color is #606030.


Opacity

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

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

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

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

This text has shadow with #606030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606030 on black background.


Color preview on white background

This text has color #606030 on white background.



Black color preview on #606030 background

This text has black color on #606030 background.


White color preview on #606030 background

This text has white color on #606030 background.