COLOR #5B701A

HEX: #5B701A
RGB: (91,112,26)

Color info

#5B701A contains mainly red and green colors. Web safe color of #5B701A is #666600 (or #660).

RGB color model

#5B701A color RGB value is (91,112,26).

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

RGB channels and saturation

R 91 of 255 = 36%
G 112 of 255 = 44%
B 26 of 255 = 10%

91
112
26

R + G + B ~ 30%. #5B701A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 112 + 26 = 229 (100%)
R 91 of 229 ~ 39.74%
G 112 of 229 ~ 48.91%
B 26 of 229 ~ 11.35%

%39.74
%48.91
%11.35

CMYK color model

#5B701A color CMYK value is (19,0,77,56).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 76.79%
  • key color value is 56.08%
CMYK:
(19,0,77,56)
C19M0Y77K56 
(19%,0%,77%,56%)
(0.19/0.00/0.77/0.56)	

CMYK percentages

%18.75
%0
%76.79
%56.08

Codes

Color #5B701A in popluar color models

5B701A
RGB9111226
HSL75°62.32%27.06%
HSB/HSV75°76.79%43.92%
CMYK18.75%0.00%76.79%
56.08%

Color #5B701A in popluar number systems.

HEX5B701A
Decimal9111226
Binary1011011111000011010
Octal13316032

Shades and tints

Shades of #5B701A

#5B701A
(91,112,26)
#536618
(83,102,24)
#4B5C16
(75,92,22)
#435214
(67,82,20)
#3B4812
(59,72,18)
#333E10
(51,62,16)
#2B340E
(43,52,14)
#232A0C
(35,42,12)
#1B200A
(27,32,10)
#131608
(19,22,8)
#0B0C06
(11,12,6)
#000000
(0,0,0)

Tints of #5B701A

#5B701A
(91,112,26)
#697D2E
(105,125,46)
#778A42
(119,138,66)
#859756
(133,151,86)
#93A46A
(147,164,106)
#A1B17E
(161,177,126)
#AFBE92
(175,190,146)
#BDCBA6
(189,203,166)
#CBD8BA
(203,216,186)
#D9E5CE
(217,229,206)
#E7F2E2
(231,242,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B701A; }

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

This text font color is #5B701A.


Background Color

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

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

This div background color is #5B701A.


Border color

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

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

This div border color is #5B701A.


Opacity

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

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

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

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

This text has shadow with #5B701A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B701A on black background.


Color preview on white background

This text has color #5B701A on white background.



Black color preview on #5B701A background

This text has black color on #5B701A background.


White color preview on #5B701A background

This text has white color on #5B701A background.