COLOR #531E0E

HEX: #531E0E
RGB: (83,30,14)

Color info

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

RGB color model

#531E0E color RGB value is (83,30,14).

  • red value is 83;
  • green value is 30;
  • blue value is 14.
RGB:
(83,30,14)
(33%,12%,5%)

RGB channels and saturation

R 83 of 255 = 33%
G 30 of 255 = 12%
B 14 of 255 = 5%

83
30
14

R + G + B ~ 17%. #531E0E is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 30 + 14 = 127 (100%)
R 83 of 127 ~ 65.35%
G 30 of 127 ~ 23.62%
B 14 of 127 ~ 11.02%

%65.35
%23.62
%11.02

CMYK color model

#531E0E color CMYK value is (0,64,83,67).

  • cyan value is 0.00%
  • magenta value is 63.86%
  • yellow value is 83.13%
  • key color value is 67.45%
CMYK:
(0,64,83,67)
C0M64Y83K67 
(0%,64%,83%,67%)
(0.00/0.64/0.83/0.67)	

CMYK percentages

%0
%63.86
%83.13
%67.45

Codes

Color #531E0E in popluar color models

531E0E
RGB833014
HSL14°71.13%19.02%
HSB/HSV14°83.13%32.55%
CMYK0.00%63.86%83.13%
67.45%

Color #531E0E in popluar number systems.

HEX531E0E
Decimal833014
Binary1010011111101110
Octal1233616

Shades and tints

Shades of #531E0E

#531E0E
(83,30,14)
#4C1C0D
(76,28,13)
#451A0C
(69,26,12)
#3E180B
(62,24,11)
#37160A
(55,22,10)
#301409
(48,20,9)
#291208
(41,18,8)
#221007
(34,16,7)
#1B0E06
(27,14,6)
#140C05
(20,12,5)
#0D0A04
(13,10,4)
#000000
(0,0,0)

Tints of #531E0E

#531E0E
(83,30,14)
#623223
(98,50,35)
#714638
(113,70,56)
#805A4D
(128,90,77)
#8F6E62
(143,110,98)
#9E8277
(158,130,119)
#AD968C
(173,150,140)
#BCAAA1
(188,170,161)
#CBBEB6
(203,190,182)
#DAD2CB
(218,210,203)
#E9E6E0
(233,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #531E0E color. Also use rgb(83,30,14) instead hex code.

Text Font Color

.myTextColor { color: #531E0E; }

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

This text font color is #531E0E.


Background Color

.myBgColor { background-color: #531E0E; }

<div style="background-color:#531E0E">Inner text</div>

This div background color is #531E0E.


Border color

.myBorderColor { border: 1px solid #531E0E; }

<div style="border:3px solid #531E0E">Div</div>

This div border color is #531E0E.


Opacity

.myOpacity80 { color: #531E0E; opacity: 0.8; }

<p style="color:#531E0E;opacity:0.8;">80%</p>

Text with #531E0E 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 #531E0E;}

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

This text has shadow with #531E0E color.

.textShadow {text-shadow: 3px 3px 1px #531E0E, 3px 3px 1px red;}

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

This text has shadow with #531E0E primary color and red secondary color.


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

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

This text has shadow with #531E0E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531E0E on black background.


Color preview on white background

This text has color #531E0E on white background.



Black color preview on #531E0E background

This text has black color on #531E0E background.


White color preview on #531E0E background

This text has white color on #531E0E background.