COLOR #595F11

HEX: #595F11
RGB: (89,95,17)

Color info

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

RGB color model

#595F11 color RGB value is (89,95,17).

  • red value is 89;
  • green value is 95;
  • blue value is 17.
RGB:
(89,95,17)
(35%,37%,7%)

RGB channels and saturation

R 89 of 255 = 35%
G 95 of 255 = 37%
B 17 of 255 = 7%

89
95
17

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

Portions of RGB colors in percentages

R + G + B =
89 + 95 + 17 = 201 (100%)
R 89 of 201 ~ 44.28%
G 95 of 201 ~ 47.26%
B 17 of 201 ~ 8.46%

%44.28
%47.26

CMYK color model

#595F11 color CMYK value is (6,0,82,63).

  • cyan value is 6.32%
  • magenta value is 0.00%
  • yellow value is 82.11%
  • key color value is 62.75%
CMYK:
(6,0,82,63)
C6M0Y82K63 
(6%,0%,82%,63%)
(0.06/0.00/0.82/0.63)	

CMYK percentages

%6.32
%0
%82.11
%62.75

Codes

Color #595F11 in popluar color models

595F11
RGB899517
HSL65°69.64%21.96%
HSB/HSV65°82.11%37.25%
CMYK6.32%0.00%82.11%
62.75%

Color #595F11 in popluar number systems.

HEX595F11
Decimal899517
Binary1011001101111110001
Octal13113721

Shades and tints

Shades of #595F11

#595F11
(89,95,17)
#515710
(81,87,16)
#494F0F
(73,79,15)
#41470E
(65,71,14)
#393F0D
(57,63,13)
#31370C
(49,55,12)
#292F0B
(41,47,11)
#21270A
(33,39,10)
#191F09
(25,31,9)
#111708
(17,23,8)
#090F07
(9,15,7)
#000000
(0,0,0)

Tints of #595F11

#595F11
(89,95,17)
#686D26
(104,109,38)
#777B3B
(119,123,59)
#868950
(134,137,80)
#959765
(149,151,101)
#A4A57A
(164,165,122)
#B3B38F
(179,179,143)
#C2C1A4
(194,193,164)
#D1CFB9
(209,207,185)
#E0DDCE
(224,221,206)
#EFEBE3
(239,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595F11 color. Also use rgb(89,95,17) instead hex code.

Text Font Color

.myTextColor { color: #595F11; }

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

This text font color is #595F11.


Background Color

.myBgColor { background-color: #595F11; }

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

This div background color is #595F11.


Border color

.myBorderColor { border: 1px solid #595F11; }

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

This div border color is #595F11.


Opacity

.myOpacity80 { color: #595F11; opacity: 0.8; }

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

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

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

This text has shadow with #595F11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595F11 on black background.


Color preview on white background

This text has color #595F11 on white background.



Black color preview on #595F11 background

This text has black color on #595F11 background.


White color preview on #595F11 background

This text has white color on #595F11 background.