COLOR #59951B

HEX: #59951B RGB: (89,149,27)

Color info

#59951B contains mainly green color. Web safe color of #59951B is #669933 (or #693).

RGB color model

#59951B color RGB value is (89,149,27).

RGB: (89,149,27) (35%, 58%, 11%)

RGB channels and saturation

R 89 of 255 = 35%
G 149 of 255 = 58%
B 27 of 255 = 11%

89
149
27

R + G + B ~ 35%. #59951B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 149 + 27 = 265 (100%)
R 89 of 265 ~ 33.58%
G 149 of 265 ~ 56.23%
B 27 of 265 ~ 10.19'%

%33.58
%56.23

CMYK color model

#59951B color CMYK value is (40,0,82,42).

  • cyan value is 40.27%
  • magenta value is 0.00%
  • yellow value is 81.88%
  • key color value is 41.57%

CMYK: (40,0,82,42)
C40M0Y82K42 (40%, 0%, 82%, 42%)
(0.40 / 0.00 / 0.82 / 0.42)

CMYK percentages

%40.27
%0
%81.88
%41.57

Codes

Color #59951B in popluar color models

59 95 1B
RGB 89 149 27
HSL 90° 69.32% 34.51%
HSB/HSV 90° 81.88% 58.43%
CMYK 40.27% 0.00% 81.88%
41.57%

Color #59951B in popluar number systems.

HEX 59 95 1B
Decimal 89 149 27
Binary 1011001 10010101 11011
Octal 131 225 33

Shades and tints

Shades of #59951B

#59951B
(89,149,27)
#518819
(81,136,25)
#497B17
(73,123,23)
#416E15
(65,110,21)
#396113
(57,97,19)
#315411
(49,84,17)
#29470F
(41,71,15)
#213A0D
(33,58,13)
#192D0B
(25,45,11)
#112009
(17,32,9)
#091307
(9,19,7)
#000000
(0,0,0)

Tints of #59951B

#59951B
(89,149,27)
#689E2F
(104,158,47)
#77A743
(119,167,67)
#86B057
(134,176,87)
#95B96B
(149,185,107)
#A4C27F
(164,194,127)
#B3CB93
(179,203,147)
#C2D4A7
(194,212,167)
#D1DDBB
(209,221,187)
#E0E6CF
(224,230,207)
#EFEFE3
(239,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59951B color. Also use rgb(89,149,27) instead hex code.

Text Font Color

.myTextColor { color: #59951B; }

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

This text font color is #59951B.

Background Color

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

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

This div background color is #59951B.

Border color

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

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

This div border color is #59951B.

Opacity

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

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

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

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

This text has shadow with #59951B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59951B.

Preview

Color preview on black background

This text has color #59951B on black background.


Color preview on white background

This text has color #59951B on white background.


Black color preview on #59951B background

This text has black color on #59951B background.


White color preview on #59951B background

This text has white color on #59951B background.


Related colors

Complementary color

Complementary color for #hex is #A66AE4.


I love getcolorcode.com

Triadic colors

1 #1B5995 and #951B59 with #59951B are triadic colors.

2 #1B9559 and #95591B with #59951B are triadic colors.