COLOR #5B8443

HEX: #5B8443
RGB: (91,132,67)

Color info

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

RGB color model

#5B8443 color RGB value is (91,132,67).

  • red value is 91;
  • green value is 132;
  • blue value is 67.
RGB:
(91,132,67)
(36%,52%,26%)

RGB channels and saturation

R 91 of 255 = 36%
G 132 of 255 = 52%
B 67 of 255 = 26%

91
132
67

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

Portions of RGB colors in percentages

R + G + B =
91 + 132 + 67 = 290 (100%)
R 91 of 290 ~ 31.38%
G 132 of 290 ~ 45.52%
B 67 of 290 ~ 23.1%

%31.38
%45.52
%23.1

CMYK color model

#5B8443 color CMYK value is (31,0,49,48).

  • cyan value is 31.06%
  • magenta value is 0.00%
  • yellow value is 49.24%
  • key color value is 48.24%
CMYK:
(31,0,49,48)
C31M0Y49K48 
(31%,0%,49%,48%)
(0.31/0.00/0.49/0.48)	

CMYK percentages

%31.06
%0
%49.24
%48.24

Codes

Color #5B8443 in popluar color models

5B8443
RGB9113267
HSL98°32.66%39.02%
HSB/HSV98°49.24%51.76%
CMYK31.06%0.00%49.24%
48.24%

Color #5B8443 in popluar number systems.

HEX5B8443
Decimal9113267
Binary1011011100001001000011
Octal133204103

Shades and tints

Shades of #5B8443

#5B8443
(91,132,67)
#53783D
(83,120,61)
#4B6C37
(75,108,55)
#436031
(67,96,49)
#3B542B
(59,84,43)
#334825
(51,72,37)
#2B3C1F
(43,60,31)
#233019
(35,48,25)
#1B2413
(27,36,19)
#13180D
(19,24,13)
#0B0C07
(11,12,7)
#000000
(0,0,0)

Tints of #5B8443

#5B8443
(91,132,67)
#698F54
(105,143,84)
#779A65
(119,154,101)
#85A576
(133,165,118)
#93B087
(147,176,135)
#A1BB98
(161,187,152)
#AFC6A9
(175,198,169)
#BDD1BA
(189,209,186)
#CBDCCB
(203,220,203)
#D9E7DC
(217,231,220)
#E7F2ED
(231,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B8443 color. Also use rgb(91,132,67) instead hex code.

Text Font Color

.myTextColor { color: #5B8443; }

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

This text font color is #5B8443.


Background Color

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

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

This div background color is #5B8443.


Border color

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

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

This div border color is #5B8443.


Opacity

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

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

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

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

This text has shadow with #5B8443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8443 on black background.


Color preview on white background

This text has color #5B8443 on white background.



Black color preview on #5B8443 background

This text has black color on #5B8443 background.


White color preview on #5B8443 background

This text has white color on #5B8443 background.