COLOR #599B35

HEX: #599B35
RGB: (89,155,53)

Color info

#599B35 contains mainly green color. Web safe color of #599B35 is #669933 (or #693).

RGB color model

#599B35 color RGB value is (89,155,53).

  • red value is 89;
  • green value is 155;
  • blue value is 53.
RGB:
(89,155,53)
(35%,61%,21%)

RGB channels and saturation

R 89 of 255 = 35%
G 155 of 255 = 61%
B 53 of 255 = 21%

89
155
53

R + G + B ~ 39%. #599B35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 155 + 53 = 297 (100%)
R 89 of 297 ~ 29.97%
G 155 of 297 ~ 52.19%
B 53 of 297 ~ 17.85%

%29.97
%52.19
%17.85

CMYK color model

#599B35 color CMYK value is (43,0,66,39).

  • cyan value is 42.58%
  • magenta value is 0.00%
  • yellow value is 65.81%
  • key color value is 39.22%
CMYK:
(43,0,66,39)
C43M0Y66K39 
(43%,0%,66%,39%)
(0.43/0.00/0.66/0.39)	

CMYK percentages

%42.58
%0
%65.81
%39.22

Codes

Color #599B35 in popluar color models

599B35
RGB8915553
HSL99°49.04%40.78%
HSB/HSV99°65.81%60.78%
CMYK42.58%0.00%65.81%
39.22%

Color #599B35 in popluar number systems.

HEX599B35
Decimal8915553
Binary101100110011011110101
Octal13123365

Shades and tints

Shades of #599B35

#599B35
(89,155,53)
#518D31
(81,141,49)
#497F2D
(73,127,45)
#417129
(65,113,41)
#396325
(57,99,37)
#315521
(49,85,33)
#29471D
(41,71,29)
#213919
(33,57,25)
#192B15
(25,43,21)
#111D11
(17,29,17)
#090F0D
(9,15,13)
#000000
(0,0,0)

Tints of #599B35

#599B35
(89,155,53)
#68A447
(104,164,71)
#77AD59
(119,173,89)
#86B66B
(134,182,107)
#95BF7D
(149,191,125)
#A4C88F
(164,200,143)
#B3D1A1
(179,209,161)
#C2DAB3
(194,218,179)
#D1E3C5
(209,227,197)
#E0ECD7
(224,236,215)
#EFF5E9
(239,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599B35 color. Also use rgb(89,155,53) instead hex code.

Text Font Color

.myTextColor { color: #599B35; }

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

This text font color is #599B35.


Background Color

.myBgColor { background-color: #599B35; }

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

This div background color is #599B35.


Border color

.myBorderColor { border: 1px solid #599B35; }

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

This div border color is #599B35.


Opacity

.myOpacity80 { color: #599B35; opacity: 0.8; }

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

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

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

This text has shadow with #599B35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599B35 on black background.


Color preview on white background

This text has color #599B35 on white background.



Black color preview on #599B35 background

This text has black color on #599B35 background.


White color preview on #599B35 background

This text has white color on #599B35 background.