COLOR #5B9259

HEX: #5B9259 RGB: (91,146,89)

Color info

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

RGB color model

#5B9259 color RGB value is (91,146,89).

RGB: (91,146,89) (36%, 57%, 35%)

RGB channels and saturation

R 91 of 255 = 36%
G 146 of 255 = 57%
B 89 of 255 = 35%

91
146
89

R + G + B ~ 43%. #5B9259 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 91 + 146 + 89 = 326 (100%)
R 91 of 326 ~ 27.91%
G 146 of 326 ~ 44.79%
B 89 of 326 ~ 27.3'%

%27.91
%44.79
%27.3

CMYK color model

#5B9259 color CMYK value is (38,0,39,43).

  • cyan value is 37.67%
  • magenta value is 0.00%
  • yellow value is 39.04%
  • key color value is 42.75%

CMYK: (38,0,39,43)
C38M0Y39K43 (38%, 0%, 39%, 43%)
(0.38 / 0.00 / 0.39 / 0.43)

CMYK percentages

%37.67
%0
%39.04
%42.75

Codes

Color #5B9259 in popluar color models

5B 92 59
RGB 91 146 89
HSL 118° 24.26% 46.08%
HSB/HSV 118° 39.04% 57.25%
CMYK 37.67% 0.00% 39.04%
42.75%

Color #5B9259 in popluar number systems.

HEX 5B 92 59
Decimal 91 146 89
Binary 1011011 10010010 1011001
Octal 133 222 131

Shades and tints

Shades of #5B9259

#5B9259
(91,146,89)
#538551
(83,133,81)
#4B7849
(75,120,73)
#436B41
(67,107,65)
#3B5E39
(59,94,57)
#335131
(51,81,49)
#2B4429
(43,68,41)
#233721
(35,55,33)
#1B2A19
(27,42,25)
#131D11
(19,29,17)
#0B1009
(11,16,9)
#000000
(0,0,0)

Tints of #5B9259

#5B9259
(91,146,89)
#699B68
(105,155,104)
#77A477
(119,164,119)
#85AD86
(133,173,134)
#93B695
(147,182,149)
#A1BFA4
(161,191,164)
#AFC8B3
(175,200,179)
#BDD1C2
(189,209,194)
#CBDAD1
(203,218,209)
#D9E3E0
(217,227,224)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B9259; }

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

This text font color is #5B9259.

Background Color

.myBgColor { background-color: #5B9259; }

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

This div background color is #5B9259.

Border color

.myBorderColor { border: 1px solid #5B9259; }

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

This div border color is #5B9259.

Opacity

.myOpacity80 { color: #5B9259; opacity: 0.8; }

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

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

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

This text has shadow with #5B9259 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B9259.

Preview

Color preview on black background

This text has color #5B9259 on black background.


Color preview on white background

This text has color #5B9259 on white background.


Black color preview on #5B9259 background

This text has black color on #5B9259 background.


White color preview on #5B9259 background

This text has white color on #5B9259 background.


Related colors

Complementary color

Complementary color for #hex is #A46DA6.


I love getcolorcode.com

Triadic colors

1 #595B92 and #92595B with #5B9259 are triadic colors.

2 #59925B and #925B59 with #5B9259 are triadic colors.