COLOR #5B651B

HEX: #5B651B
RGB: (91,101,27)

Color info

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

RGB color model

#5B651B color RGB value is (91,101,27).

  • red value is 91;
  • green value is 101;
  • blue value is 27.
RGB:
(91,101,27)
(36%,40%,11%)

RGB channels and saturation

R 91 of 255 = 36%
G 101 of 255 = 40%
B 27 of 255 = 11%

91
101
27

R + G + B ~ 29%. #5B651B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 101 + 27 = 219 (100%)
R 91 of 219 ~ 41.55%
G 101 of 219 ~ 46.12%
B 27 of 219 ~ 12.33%

%41.55
%46.12
%12.33

CMYK color model

#5B651B color CMYK value is (10,0,73,60).

  • cyan value is 9.90%
  • magenta value is 0.00%
  • yellow value is 73.27%
  • key color value is 60.39%
CMYK:
(10,0,73,60)
C10M0Y73K60 
(10%,0%,73%,60%)
(0.10/0.00/0.73/0.60)	

CMYK percentages

%9.9
%0
%73.27
%60.39

Codes

Color #5B651B in popluar color models

5B651B
RGB9110127
HSL68°57.81%25.10%
HSB/HSV68°73.27%39.61%
CMYK9.90%0.00%73.27%
60.39%

Color #5B651B in popluar number systems.

HEX5B651B
Decimal9110127
Binary1011011110010111011
Octal13314533

Shades and tints

Shades of #5B651B

#5B651B
(91,101,27)
#535C19
(83,92,25)
#4B5317
(75,83,23)
#434A15
(67,74,21)
#3B4113
(59,65,19)
#333811
(51,56,17)
#2B2F0F
(43,47,15)
#23260D
(35,38,13)
#1B1D0B
(27,29,11)
#131409
(19,20,9)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #5B651B

#5B651B
(91,101,27)
#69732F
(105,115,47)
#778143
(119,129,67)
#858F57
(133,143,87)
#939D6B
(147,157,107)
#A1AB7F
(161,171,127)
#AFB993
(175,185,147)
#BDC7A7
(189,199,167)
#CBD5BB
(203,213,187)
#D9E3CF
(217,227,207)
#E7F1E3
(231,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B651B color. Also use rgb(91,101,27) instead hex code.

Text Font Color

.myTextColor { color: #5B651B; }

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

This text font color is #5B651B.


Background Color

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

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

This div background color is #5B651B.


Border color

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

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

This div border color is #5B651B.


Opacity

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

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

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

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

This text has shadow with #5B651B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B651B on black background.


Color preview on white background

This text has color #5B651B on white background.



Black color preview on #5B651B background

This text has black color on #5B651B background.


White color preview on #5B651B background

This text has white color on #5B651B background.