COLOR #5B6225

HEX: #5B6225
RGB: (91,98,37)

Color info

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

RGB color model

#5B6225 color RGB value is (91,98,37).

  • red value is 91;
  • green value is 98;
  • blue value is 37.
RGB: (91,98,37) (36%,38%,15%)

RGB channels and saturation

R 91 of 255 = 36%
G 98 of 255 = 38%
B 37 of 255 = 15%

91
98
37

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

Portions of RGB colors in percentages

R + G + B =
91 + 98 + 37 = 226 (100%)
R 91 of 226 ~ 40.27%
G 98 of 226 ~ 43.36%
B 37 of 226 ~ 16.37%

%40.27
%43.36
%16.37

CMYK color model

#5B6225 color CMYK value is (7,0,62,62).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 62.24%
  • key color value is 61.57%
CMYK: (7,0,62,62) C7M0Y62K62 (7%,0%,62%,62%) (0.07/0.00/0.62/0.62)

CMYK percentages

%7.14
%0
%62.24
%61.57

Codes

Color #5B6225 in popluar color models

5B6225
RGB919837
HSL67°45.19%26.47%
HSB/HSV67°62.24%38.43%
CMYK7.14%0.00%62.24%
61.57%

Color #5B6225 in popluar number systems.

HEX5B6225
Decimal919837
Binary10110111100010100101
Octal13314245

Shades and tints

Shades of #5B6225

#5B6225
(91,98,37)
#535A22
(83,90,34)
#4B521F
(75,82,31)
#434A1C
(67,74,28)
#3B4219
(59,66,25)
#333A16
(51,58,22)
#2B3213
(43,50,19)
#232A10
(35,42,16)
#1B220D
(27,34,13)
#131A0A
(19,26,10)
#0B1207
(11,18,7)
#000000
(0,0,0)

Tints of #5B6225

#5B6225
(91,98,37)
#697038
(105,112,56)
#777E4B
(119,126,75)
#858C5E
(133,140,94)
#939A71
(147,154,113)
#A1A884
(161,168,132)
#AFB697
(175,182,151)
#BDC4AA
(189,196,170)
#CBD2BD
(203,210,189)
#D9E0D0
(217,224,208)
#E7EEE3
(231,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6225 color. Also use rgb(91,98,37) instead hex code.

Text Font Color

.myTextColor { color: #5B6225; }

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

This text font color is #5B6225.


Background Color

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

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

This div background color is #5B6225.


Border color

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

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

This div border color is #5B6225.


Opacity

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

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

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

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

This text has shadow with #5B6225 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5B6225 on black background.


Color preview on white background

This text has color #5B6225 on white background.



Black color preview on #5B6225 background

This text has black color on #5B6225 background.


White color preview on #5B6225 background

This text has white color on #5B6225 background.