COLOR #5B250E

HEX: #5B250E
RGB: (91,37,14)

Color info

#5B250E contains mainly red and green colors. Web safe color of #5B250E is #663300 (or #630).

RGB color model

#5B250E color RGB value is (91,37,14).

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

RGB channels and saturation

R 91 of 255 = 36%
G 37 of 255 = 15%
B 14 of 255 = 5%

91
37
14

R + G + B ~ 19%. #5B250E is dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 37 + 14 = 142 (100%)
R 91 of 142 ~ 64.08%
G 37 of 142 ~ 26.06%
B 14 of 142 ~ 9.86%

%64.08
%26.06
%9.86

CMYK color model

#5B250E color CMYK value is (0,59,85,64).

  • cyan value is 0.00%
  • magenta value is 59.34%
  • yellow value is 84.62%
  • key color value is 64.31%
CMYK:
(0,59,85,64)
C0M59Y85K64 
(0%,59%,85%,64%)
(0.00/0.59/0.85/0.64)	

CMYK percentages

%0
%59.34
%84.62
%64.31

Codes

Color #5B250E in popluar color models

5B250E
RGB913714
HSL18°73.33%20.59%
HSB/HSV18°84.62%35.69%
CMYK0.00%59.34%84.62%
64.31%

Color #5B250E in popluar number systems.

HEX5B250E
Decimal913714
Binary10110111001011110
Octal1334516

Shades and tints

Shades of #5B250E

#5B250E
(91,37,14)
#53220D
(83,34,13)
#4B1F0C
(75,31,12)
#431C0B
(67,28,11)
#3B190A
(59,25,10)
#331609
(51,22,9)
#2B1308
(43,19,8)
#231007
(35,16,7)
#1B0D06
(27,13,6)
#130A05
(19,10,5)
#0B0704
(11,7,4)
#000000
(0,0,0)

Tints of #5B250E

#5B250E
(91,37,14)
#693823
(105,56,35)
#774B38
(119,75,56)
#855E4D
(133,94,77)
#937162
(147,113,98)
#A18477
(161,132,119)
#AF978C
(175,151,140)
#BDAAA1
(189,170,161)
#CBBDB6
(203,189,182)
#D9D0CB
(217,208,203)
#E7E3E0
(231,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B250E; }

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

This text font color is #5B250E.


Background Color

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

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

This div background color is #5B250E.


Border color

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

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

This div border color is #5B250E.


Opacity

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

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

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

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

This text has shadow with #5B250E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B250E on black background.


Color preview on white background

This text has color #5B250E on white background.



Black color preview on #5B250E background

This text has black color on #5B250E background.


White color preview on #5B250E background

This text has white color on #5B250E background.