COLOR #5B7D4B

HEX: #5B7D4B
RGB: (91,125,75)

Color info

#5B7D4B contains red, green and blue colors in about the same proportion. Web safe color of #5B7D4B is #666633 (or #663).

RGB color model

#5B7D4B color RGB value is (91,125,75).

  • red value is 91;
  • green value is 125;
  • blue value is 75.
RGB:
(91,125,75)
(36%,49%,29%)

RGB channels and saturation

R 91 of 255 = 36%
G 125 of 255 = 49%
B 75 of 255 = 29%

91
125
75

R + G + B ~ 38%. #5B7D4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 125 + 75 = 291 (100%)
R 91 of 291 ~ 31.27%
G 125 of 291 ~ 42.96%
B 75 of 291 ~ 25.77%

%31.27
%42.96
%25.77

CMYK color model

#5B7D4B color CMYK value is (27,0,40,51).

  • cyan value is 27.20%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 50.98%
CMYK:
(27,0,40,51)
C27M0Y40K51 
(27%,0%,40%,51%)
(0.27/0.00/0.40/0.51)	

CMYK percentages

%27.2
%0
%40
%50.98

Codes

Color #5B7D4B in popluar color models

5B7D4B
RGB9112575
HSL101°25.00%39.22%
HSB/HSV101°40.00%49.02%
CMYK27.20%0.00%40.00%
50.98%

Color #5B7D4B in popluar number systems.

HEX5B7D4B
Decimal9112575
Binary101101111111011001011
Octal133175113

Shades and tints

Shades of #5B7D4B

#5B7D4B
(91,125,75)
#537245
(83,114,69)
#4B673F
(75,103,63)
#435C39
(67,92,57)
#3B5133
(59,81,51)
#33462D
(51,70,45)
#2B3B27
(43,59,39)
#233021
(35,48,33)
#1B251B
(27,37,27)
#131A15
(19,26,21)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #5B7D4B

#5B7D4B
(91,125,75)
#69885B
(105,136,91)
#77936B
(119,147,107)
#859E7B
(133,158,123)
#93A98B
(147,169,139)
#A1B49B
(161,180,155)
#AFBFAB
(175,191,171)
#BDCABB
(189,202,187)
#CBD5CB
(203,213,203)
#D9E0DB
(217,224,219)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7D4B color. Also use rgb(91,125,75) instead hex code.

Text Font Color

.myTextColor { color: #5B7D4B; }

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

This text font color is #5B7D4B.


Background Color

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

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

This div background color is #5B7D4B.


Border color

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

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

This div border color is #5B7D4B.


Opacity

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

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

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

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

This text has shadow with #5B7D4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7D4B on black background.


Color preview on white background

This text has color #5B7D4B on white background.



Black color preview on #5B7D4B background

This text has black color on #5B7D4B background.


White color preview on #5B7D4B background

This text has white color on #5B7D4B background.