COLOR #5B7F2D

HEX: #5B7F2D
RGB: (91,127,45)

Color info

#5B7F2D contains mainly red and green colors. Web safe color of #5B7F2D is #666633 (or #663).

RGB color model

#5B7F2D color RGB value is (91,127,45).

  • red value is 91;
  • green value is 127;
  • blue value is 45.
RGB:
(91,127,45)
(36%,50%,18%)

RGB channels and saturation

R 91 of 255 = 36%
G 127 of 255 = 50%
B 45 of 255 = 18%

91
127
45

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

Portions of RGB colors in percentages

R + G + B =
91 + 127 + 45 = 263 (100%)
R 91 of 263 ~ 34.6%
G 127 of 263 ~ 48.29%
B 45 of 263 ~ 17.11%

%34.6
%48.29
%17.11

CMYK color model

#5B7F2D color CMYK value is (28,0,65,50).

  • cyan value is 28.35%
  • magenta value is 0.00%
  • yellow value is 64.57%
  • key color value is 50.20%
CMYK:
(28,0,65,50)
C28M0Y65K50 
(28%,0%,65%,50%)
(0.28/0.00/0.65/0.50)	

CMYK percentages

%28.35
%0
%64.57
%50.2

Codes

Color #5B7F2D in popluar color models

5B7F2D
RGB9112745
HSL86°47.67%33.73%
HSB/HSV86°64.57%49.80%
CMYK28.35%0.00%64.57%
50.20%

Color #5B7F2D in popluar number systems.

HEX5B7F2D
Decimal9112745
Binary10110111111111101101
Octal13317755

Shades and tints

Shades of #5B7F2D

#5B7F2D
(91,127,45)
#537429
(83,116,41)
#4B6925
(75,105,37)
#435E21
(67,94,33)
#3B531D
(59,83,29)
#334819
(51,72,25)
#2B3D15
(43,61,21)
#233211
(35,50,17)
#1B270D
(27,39,13)
#131C09
(19,28,9)
#0B1105
(11,17,5)
#000000
(0,0,0)

Tints of #5B7F2D

#5B7F2D
(91,127,45)
#698A40
(105,138,64)
#779553
(119,149,83)
#85A066
(133,160,102)
#93AB79
(147,171,121)
#A1B68C
(161,182,140)
#AFC19F
(175,193,159)
#BDCCB2
(189,204,178)
#CBD7C5
(203,215,197)
#D9E2D8
(217,226,216)
#E7EDEB
(231,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7F2D color. Also use rgb(91,127,45) instead hex code.

Text Font Color

.myTextColor { color: #5B7F2D; }

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

This text font color is #5B7F2D.


Background Color

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

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

This div background color is #5B7F2D.


Border color

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

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

This div border color is #5B7F2D.


Opacity

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

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

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

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

This text has shadow with #5B7F2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7F2D on black background.


Color preview on white background

This text has color #5B7F2D on white background.



Black color preview on #5B7F2D background

This text has black color on #5B7F2D background.


White color preview on #5B7F2D background

This text has white color on #5B7F2D background.