COLOR #599265

HEX: #599265
RGB: (89,146,101)

Color info

#599265 contains red, green and blue colors in about the same proportion. Web safe color of #599265 is #669966 (or #696).

RGB color model

#599265 color RGB value is (89,146,101).

  • red value is 89;
  • green value is 146;
  • blue value is 101.
RGB:
(89,146,101)
(35%,57%,40%)

RGB channels and saturation

R 89 of 255 = 35%
G 146 of 255 = 57%
B 101 of 255 = 40%

89
146
101

R + G + B ~ 44%. #599265 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 146 + 101 = 336 (100%)
R 89 of 336 ~ 26.49%
G 146 of 336 ~ 43.45%
B 101 of 336 ~ 30.06%

%26.49
%43.45
%30.06

CMYK color model

#599265 color CMYK value is (39,0,31,43).

  • cyan value is 39.04%
  • magenta value is 0.00%
  • yellow value is 30.82%
  • key color value is 42.75%
CMYK:
(39,0,31,43)
C39M0Y31K43 
(39%,0%,31%,43%)
(0.39/0.00/0.31/0.43)	

CMYK percentages

%39.04
%0
%30.82
%42.75

Codes

Color #599265 in popluar color models

599265
RGB89146101
HSL133°24.26%46.08%
HSB/HSV133°39.04%57.25%
CMYK39.04%0.00%30.82%
42.75%

Color #599265 in popluar number systems.

HEX599265
Decimal89146101
Binary1011001100100101100101
Octal131222145

Shades and tints

Shades of #599265

#599265
(89,146,101)
#51855C
(81,133,92)
#497853
(73,120,83)
#416B4A
(65,107,74)
#395E41
(57,94,65)
#315138
(49,81,56)
#29442F
(41,68,47)
#213726
(33,55,38)
#192A1D
(25,42,29)
#111D14
(17,29,20)
#09100B
(9,16,11)
#000000
(0,0,0)

Tints of #599265

#599265
(89,146,101)
#689B73
(104,155,115)
#77A481
(119,164,129)
#86AD8F
(134,173,143)
#95B69D
(149,182,157)
#A4BFAB
(164,191,171)
#B3C8B9
(179,200,185)
#C2D1C7
(194,209,199)
#D1DAD5
(209,218,213)
#E0E3E3
(224,227,227)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599265 color. Also use rgb(89,146,101) instead hex code.

Text Font Color

.myTextColor { color: #599265; }

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

This text font color is #599265.


Background Color

.myBgColor { background-color: #599265; }

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

This div background color is #599265.


Border color

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

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

This div border color is #599265.


Opacity

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

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

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

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

This text has shadow with #599265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599265 on black background.


Color preview on white background

This text has color #599265 on white background.



Black color preview on #599265 background

This text has black color on #599265 background.


White color preview on #599265 background

This text has white color on #599265 background.