COLOR #5B7E5F

HEX: #5B7E5F RGB: (91,126,95)

Color info

#5B7E5F contains red, green and blue colors in about the same proportion. Web safe color of #5B7E5F is #666666 (or #666).

RGB color model

#5B7E5F color RGB value is (91,126,95).

RGB: (91,126,95) (36%, 49%, 37%)

RGB channels and saturation

R 91 of 255 = 36%
G 126 of 255 = 49%
B 95 of 255 = 37%

91
126
95

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

Portions of RGB colors in percentages

R + G + B = 91 + 126 + 95 = 312 (100%)
R 91 of 312 ~ 29.17%
G 126 of 312 ~ 40.38%
B 95 of 312 ~ 30.45'%

%29.17
%40.38
%30.45

CMYK color model

#5B7E5F color CMYK value is (28,0,25,51).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 24.60%
  • key color value is 50.59%

CMYK: (28,0,25,51)
C28M0Y25K51 (28%, 0%, 25%, 51%)
(0.28 / 0.00 / 0.25 / 0.51)

CMYK percentages

%27.78
%0
%24.6
%50.59

Codes

Color #5B7E5F in popluar color models

5B 7E 5F
RGB 91 126 95
HSL 127° 16.13% 42.55%
HSB/HSV 127° 27.78% 49.41%
CMYK 27.78% 0.00% 24.60%
50.59%

Color #5B7E5F in popluar number systems.

HEX 5B 7E 5F
Decimal 91 126 95
Binary 1011011 1111110 1011111
Octal 133 176 137

Shades and tints

Shades of #5B7E5F

#5B7E5F
(91,126,95)
#537357
(83,115,87)
#4B684F
(75,104,79)
#435D47
(67,93,71)
#3B523F
(59,82,63)
#334737
(51,71,55)
#2B3C2F
(43,60,47)
#233127
(35,49,39)
#1B261F
(27,38,31)
#131B17
(19,27,23)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #5B7E5F

#5B7E5F
(91,126,95)
#69896D
(105,137,109)
#77947B
(119,148,123)
#859F89
(133,159,137)
#93AA97
(147,170,151)
#A1B5A5
(161,181,165)
#AFC0B3
(175,192,179)
#BDCBC1
(189,203,193)
#CBD6CF
(203,214,207)
#D9E1DD
(217,225,221)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7E5F color. Also use rgb(91,126,95) instead hex code.

Text Font Color

.myTextColor { color: #5B7E5F; }

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

This text font color is #5B7E5F.

Background Color

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

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

This div background color is #5B7E5F.

Border color

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

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

This div border color is #5B7E5F.

Opacity

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

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

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

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

This text has shadow with #5B7E5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B7E5F.

Preview

Color preview on black background

This text has color #5B7E5F on black background.


Color preview on white background

This text has color #5B7E5F on white background.


Black color preview on #5B7E5F background

This text has black color on #5B7E5F background.


White color preview on #5B7E5F background

This text has white color on #5B7E5F background.


Related colors

Complementary color

Complementary color for #hex is #A481A0.


I love getcolorcode.com

Triadic colors

1 #5F5B7E and #7E5F5B with #5B7E5F are triadic colors.

2 #5F7E5B and #7E5B5F with #5B7E5F are triadic colors.