COLOR #60590B

HEX: #60590B
RGB: (96,89,11)

Color info

#60590B contains mainly red and green colors. Web safe color of #60590B is #666600 (or #660).

RGB color model

#60590B color RGB value is (96,89,11).

  • red value is 96;
  • green value is 89;
  • blue value is 11.
RGB:
(96,89,11)
(38%,35%,4%)

RGB channels and saturation

R 96 of 255 = 38%
G 89 of 255 = 35%
B 11 of 255 = 4%

96
89
11

R + G + B ~ 26%. #60590B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 89 + 11 = 196 (100%)
R 96 of 196 ~ 48.98%
G 89 of 196 ~ 45.41%
B 11 of 196 ~ 5.61%

%48.98
%45.41

CMYK color model

#60590B color CMYK value is (0,7,89,62).

  • cyan value is 0.00%
  • magenta value is 7.29%
  • yellow value is 88.54%
  • key color value is 62.35%
CMYK:
(0,7,89,62)
C0M7Y89K62 
(0%,7%,89%,62%)
(0.00/0.07/0.89/0.62)	

CMYK percentages

%0
%7.29
%88.54
%62.35

Codes

Color #60590B in popluar color models

60590B
RGB968911
HSL55°79.44%20.98%
HSB/HSV55°88.54%37.65%
CMYK0.00%7.29%88.54%
62.35%

Color #60590B in popluar number systems.

HEX60590B
Decimal968911
Binary110000010110011011
Octal14013113

Shades and tints

Shades of #60590B

#60590B
(96,89,11)
#58510A
(88,81,10)
#504909
(80,73,9)
#484108
(72,65,8)
#403907
(64,57,7)
#383106
(56,49,6)
#302905
(48,41,5)
#282104
(40,33,4)
#201903
(32,25,3)
#181102
(24,17,2)
#100901
(16,9,1)
#000000
(0,0,0)

Tints of #60590B

#60590B
(96,89,11)
#6E6821
(110,104,33)
#7C7737
(124,119,55)
#8A864D
(138,134,77)
#989563
(152,149,99)
#A6A479
(166,164,121)
#B4B38F
(180,179,143)
#C2C2A5
(194,194,165)
#D0D1BB
(208,209,187)
#DEE0D1
(222,224,209)
#ECEFE7
(236,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60590B color. Also use rgb(96,89,11) instead hex code.

Text Font Color

.myTextColor { color: #60590B; }

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

This text font color is #60590B.


Background Color

.myBgColor { background-color: #60590B; }

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

This div background color is #60590B.


Border color

.myBorderColor { border: 1px solid #60590B; }

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

This div border color is #60590B.


Opacity

.myOpacity80 { color: #60590B; opacity: 0.8; }

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

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

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

This text has shadow with #60590B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60590B on black background.


Color preview on white background

This text has color #60590B on white background.



Black color preview on #60590B background

This text has black color on #60590B background.


White color preview on #60590B background

This text has white color on #60590B background.