COLOR #5B8545

HEX: #5B8545
RGB: (91,133,69)

Color info

#5B8545 contains mainly red and green colors. Web safe color of #5B8545 is #669933 (or #693).

RGB color model

#5B8545 color RGB value is (91,133,69).

  • red value is 91;
  • green value is 133;
  • blue value is 69.
RGB:
(91,133,69)
(36%,52%,27%)

RGB channels and saturation

R 91 of 255 = 36%
G 133 of 255 = 52%
B 69 of 255 = 27%

91
133
69

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

Portions of RGB colors in percentages

R + G + B =
91 + 133 + 69 = 293 (100%)
R 91 of 293 ~ 31.06%
G 133 of 293 ~ 45.39%
B 69 of 293 ~ 23.55%

%31.06
%45.39
%23.55

CMYK color model

#5B8545 color CMYK value is (32,0,48,48).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 48.12%
  • key color value is 47.84%
CMYK:
(32,0,48,48)
C32M0Y48K48 
(32%,0%,48%,48%)
(0.32/0.00/0.48/0.48)	

CMYK percentages

%31.58
%0
%48.12
%47.84

Codes

Color #5B8545 in popluar color models

5B8545
RGB9113369
HSL99°31.68%39.61%
HSB/HSV99°48.12%52.16%
CMYK31.58%0.00%48.12%
47.84%

Color #5B8545 in popluar number systems.

HEX5B8545
Decimal9113369
Binary1011011100001011000101
Octal133205105

Shades and tints

Shades of #5B8545

#5B8545
(91,133,69)
#53793F
(83,121,63)
#4B6D39
(75,109,57)
#436133
(67,97,51)
#3B552D
(59,85,45)
#334927
(51,73,39)
#2B3D21
(43,61,33)
#23311B
(35,49,27)
#1B2515
(27,37,21)
#13190F
(19,25,15)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #5B8545

#5B8545
(91,133,69)
#699055
(105,144,85)
#779B65
(119,155,101)
#85A675
(133,166,117)
#93B185
(147,177,133)
#A1BC95
(161,188,149)
#AFC7A5
(175,199,165)
#BDD2B5
(189,210,181)
#CBDDC5
(203,221,197)
#D9E8D5
(217,232,213)
#E7F3E5
(231,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B8545 color. Also use rgb(91,133,69) instead hex code.

Text Font Color

.myTextColor { color: #5B8545; }

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

This text font color is #5B8545.


Background Color

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

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

This div background color is #5B8545.


Border color

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

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

This div border color is #5B8545.


Opacity

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

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

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

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

This text has shadow with #5B8545 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8545 on black background.


Color preview on white background

This text has color #5B8545 on white background.



Black color preview on #5B8545 background

This text has black color on #5B8545 background.


White color preview on #5B8545 background

This text has white color on #5B8545 background.