COLOR #5B853C

HEX: #5B853C
RGB: (91,133,60)

Color info

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

RGB color model

#5B853C color RGB value is (91,133,60).

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

RGB channels and saturation

R 91 of 255 = 36%
G 133 of 255 = 52%
B 60 of 255 = 24%

91
133
60

R + G + B ~ 37%. #5B853C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 133 + 60 = 284 (100%)
R 91 of 284 ~ 32.04%
G 133 of 284 ~ 46.83%
B 60 of 284 ~ 21.13%

%32.04
%46.83
%21.13

CMYK color model

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

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 54.89%
  • key color value is 47.84%
CMYK:
(32,0,55,48)
C32M0Y55K48 
(32%,0%,55%,48%)
(0.32/0.00/0.55/0.48)	

CMYK percentages

%31.58
%0
%54.89
%47.84

Codes

Color #5B853C in popluar color models

5B853C
RGB9113360
HSL95°37.82%37.84%
HSB/HSV95°54.89%52.16%
CMYK31.58%0.00%54.89%
47.84%

Color #5B853C in popluar number systems.

HEX5B853C
Decimal9113360
Binary101101110000101111100
Octal13320574

Shades and tints

Shades of #5B853C

#5B853C
(91,133,60)
#537937
(83,121,55)
#4B6D32
(75,109,50)
#43612D
(67,97,45)
#3B5528
(59,85,40)
#334923
(51,73,35)
#2B3D1E
(43,61,30)
#233119
(35,49,25)
#1B2514
(27,37,20)
#13190F
(19,25,15)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #5B853C

#5B853C
(91,133,60)
#69904D
(105,144,77)
#779B5E
(119,155,94)
#85A66F
(133,166,111)
#93B180
(147,177,128)
#A1BC91
(161,188,145)
#AFC7A2
(175,199,162)
#BDD2B3
(189,210,179)
#CBDDC4
(203,221,196)
#D9E8D5
(217,232,213)
#E7F3E6
(231,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B853C; }

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

This text font color is #5B853C.


Background Color

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

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

This div background color is #5B853C.


Border color

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

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

This div border color is #5B853C.


Opacity

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

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

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

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

This text has shadow with #5B853C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B853C on black background.


Color preview on white background

This text has color #5B853C on white background.



Black color preview on #5B853C background

This text has black color on #5B853C background.


White color preview on #5B853C background

This text has white color on #5B853C background.