COLOR #5E2510

HEX: #5E2510
RGB: (94,37,16)

Color info

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

RGB color model

#5E2510 color RGB value is (94,37,16).

  • red value is 94;
  • green value is 37;
  • blue value is 16.
RGB:
(94,37,16)
(37%,15%,6%)

RGB channels and saturation

R 94 of 255 = 37%
G 37 of 255 = 15%
B 16 of 255 = 6%

94
37
16

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

Portions of RGB colors in percentages

R + G + B =
94 + 37 + 16 = 147 (100%)
R 94 of 147 ~ 63.95%
G 37 of 147 ~ 25.17%
B 16 of 147 ~ 10.88%

%63.95
%25.17
%10.88

CMYK color model

#5E2510 color CMYK value is (0,61,83,63).

  • cyan value is 0.00%
  • magenta value is 60.64%
  • yellow value is 82.98%
  • key color value is 63.14%
CMYK:
(0,61,83,63)
C0M61Y83K63 
(0%,61%,83%,63%)
(0.00/0.61/0.83/0.63)	

CMYK percentages

%0
%60.64
%82.98
%63.14

Codes

Color #5E2510 in popluar color models

5E2510
RGB943716
HSL16°70.91%21.57%
HSB/HSV16°82.98%36.86%
CMYK0.00%60.64%82.98%
63.14%

Color #5E2510 in popluar number systems.

HEX5E2510
Decimal943716
Binary101111010010110000
Octal1364520

Shades and tints

Shades of #5E2510

#5E2510
(94,37,16)
#56220F
(86,34,15)
#4E1F0E
(78,31,14)
#461C0D
(70,28,13)
#3E190C
(62,25,12)
#36160B
(54,22,11)
#2E130A
(46,19,10)
#261009
(38,16,9)
#1E0D08
(30,13,8)
#160A07
(22,10,7)
#0E0706
(14,7,6)
#000000
(0,0,0)

Tints of #5E2510

#5E2510
(94,37,16)
#6C3825
(108,56,37)
#7A4B3A
(122,75,58)
#885E4F
(136,94,79)
#967164
(150,113,100)
#A48479
(164,132,121)
#B2978E
(178,151,142)
#C0AAA3
(192,170,163)
#CEBDB8
(206,189,184)
#DCD0CD
(220,208,205)
#EAE3E2
(234,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E2510 color. Also use rgb(94,37,16) instead hex code.

Text Font Color

.myTextColor { color: #5E2510; }

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

This text font color is #5E2510.


Background Color

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

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

This div background color is #5E2510.


Border color

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

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

This div border color is #5E2510.


Opacity

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

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

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

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

This text has shadow with #5E2510 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E2510 on black background.


Color preview on white background

This text has color #5E2510 on white background.



Black color preview on #5E2510 background

This text has black color on #5E2510 background.


White color preview on #5E2510 background

This text has white color on #5E2510 background.