COLOR #5B702D

HEX: #5B702D
RGB: (91,112,45)

Color info

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

RGB color model

#5B702D color RGB value is (91,112,45).

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

RGB channels and saturation

R 91 of 255 = 36%
G 112 of 255 = 44%
B 45 of 255 = 18%

91
112
45

R + G + B ~ 33%. #5B702D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 112 + 45 = 248 (100%)
R 91 of 248 ~ 36.69%
G 112 of 248 ~ 45.16%
B 45 of 248 ~ 18.15%

%36.69
%45.16
%18.15

CMYK color model

#5B702D color CMYK value is (19,0,60,56).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 59.82%
  • key color value is 56.08%
CMYK:
(19,0,60,56)
C19M0Y60K56 
(19%,0%,60%,56%)
(0.19/0.00/0.60/0.56)	

CMYK percentages

%18.75
%0
%59.82
%56.08

Codes

Color #5B702D in popluar color models

5B702D
RGB9111245
HSL79°42.68%30.78%
HSB/HSV79°59.82%43.92%
CMYK18.75%0.00%59.82%
56.08%

Color #5B702D in popluar number systems.

HEX5B702D
Decimal9111245
Binary10110111110000101101
Octal13316055

Shades and tints

Shades of #5B702D

#5B702D
(91,112,45)
#536629
(83,102,41)
#4B5C25
(75,92,37)
#435221
(67,82,33)
#3B481D
(59,72,29)
#333E19
(51,62,25)
#2B3415
(43,52,21)
#232A11
(35,42,17)
#1B200D
(27,32,13)
#131609
(19,22,9)
#0B0C05
(11,12,5)
#000000
(0,0,0)

Tints of #5B702D

#5B702D
(91,112,45)
#697D40
(105,125,64)
#778A53
(119,138,83)
#859766
(133,151,102)
#93A479
(147,164,121)
#A1B18C
(161,177,140)
#AFBE9F
(175,190,159)
#BDCBB2
(189,203,178)
#CBD8C5
(203,216,197)
#D9E5D8
(217,229,216)
#E7F2EB
(231,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B702D; }

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

This text font color is #5B702D.


Background Color

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

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

This div background color is #5B702D.


Border color

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

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

This div border color is #5B702D.


Opacity

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

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

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

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

This text has shadow with #5B702D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B702D on black background.


Color preview on white background

This text has color #5B702D on white background.



Black color preview on #5B702D background

This text has black color on #5B702D background.


White color preview on #5B702D background

This text has white color on #5B702D background.