COLOR #5B843F

HEX: #5B843F
RGB: (91,132,63)

Color info

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

RGB color model

#5B843F color RGB value is (91,132,63).

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

RGB channels and saturation

R 91 of 255 = 36%
G 132 of 255 = 52%
B 63 of 255 = 25%

91
132
63

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

Portions of RGB colors in percentages

R + G + B =
91 + 132 + 63 = 286 (100%)
R 91 of 286 ~ 31.82%
G 132 of 286 ~ 46.15%
B 63 of 286 ~ 22.03%

%31.82
%46.15
%22.03

CMYK color model

#5B843F color CMYK value is (31,0,52,48).

  • cyan value is 31.06%
  • magenta value is 0.00%
  • yellow value is 52.27%
  • key color value is 48.24%
CMYK:
(31,0,52,48)
C31M0Y52K48 
(31%,0%,52%,48%)
(0.31/0.00/0.52/0.48)	

CMYK percentages

%31.06
%0
%52.27
%48.24

Codes

Color #5B843F in popluar color models

5B843F
RGB9113263
HSL96°35.38%38.24%
HSB/HSV96°52.27%51.76%
CMYK31.06%0.00%52.27%
48.24%

Color #5B843F in popluar number systems.

HEX5B843F
Decimal9113263
Binary101101110000100111111
Octal13320477

Shades and tints

Shades of #5B843F

#5B843F
(91,132,63)
#53783A
(83,120,58)
#4B6C35
(75,108,53)
#436030
(67,96,48)
#3B542B
(59,84,43)
#334826
(51,72,38)
#2B3C21
(43,60,33)
#23301C
(35,48,28)
#1B2417
(27,36,23)
#131812
(19,24,18)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #5B843F

#5B843F
(91,132,63)
#698F50
(105,143,80)
#779A61
(119,154,97)
#85A572
(133,165,114)
#93B083
(147,176,131)
#A1BB94
(161,187,148)
#AFC6A5
(175,198,165)
#BDD1B6
(189,209,182)
#CBDCC7
(203,220,199)
#D9E7D8
(217,231,216)
#E7F2E9
(231,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B843F; }

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

This text font color is #5B843F.


Background Color

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

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

This div background color is #5B843F.


Border color

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

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

This div border color is #5B843F.


Opacity

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

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

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

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

This text has shadow with #5B843F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B843F on black background.


Color preview on white background

This text has color #5B843F on white background.



Black color preview on #5B843F background

This text has black color on #5B843F background.


White color preview on #5B843F background

This text has white color on #5B843F background.