COLOR #531E2D

HEX: #531E2D
RGB: (83,30,45)

Color info

#531E2D contains red, green and blue colors in about the same proportion. Web safe color of #531E2D is #663333 (or #633).

RGB color model

#531E2D color RGB value is (83,30,45).

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

RGB channels and saturation

R 83 of 255 = 33%
G 30 of 255 = 12%
B 45 of 255 = 18%

83
30
45

R + G + B ~ 21%. #531E2D is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 30 + 45 = 158 (100%)
R 83 of 158 ~ 52.53%
G 30 of 158 ~ 18.99%
B 45 of 158 ~ 28.48%

%52.53
%18.99
%28.48

CMYK color model

#531E2D color CMYK value is (0,64,46,67).

  • cyan value is 0.00%
  • magenta value is 63.86%
  • yellow value is 45.78%
  • key color value is 67.45%
CMYK:
(0,64,46,67)
C0M64Y46K67 
(0%,64%,46%,67%)
(0.00/0.64/0.46/0.67)	

CMYK percentages

%0
%63.86
%45.78
%67.45

Codes

Color #531E2D in popluar color models

531E2D
RGB833045
HSL343°46.90%22.16%
HSB/HSV343°63.86%32.55%
CMYK0.00%63.86%45.78%
67.45%

Color #531E2D in popluar number systems.

HEX531E2D
Decimal833045
Binary101001111110101101
Octal1233655

Shades and tints

Shades of #531E2D

#531E2D
(83,30,45)
#4C1C29
(76,28,41)
#451A25
(69,26,37)
#3E1821
(62,24,33)
#37161D
(55,22,29)
#301419
(48,20,25)
#291215
(41,18,21)
#221011
(34,16,17)
#1B0E0D
(27,14,13)
#140C09
(20,12,9)
#0D0A05
(13,10,5)
#000000
(0,0,0)

Tints of #531E2D

#531E2D
(83,30,45)
#623240
(98,50,64)
#714653
(113,70,83)
#805A66
(128,90,102)
#8F6E79
(143,110,121)
#9E828C
(158,130,140)
#AD969F
(173,150,159)
#BCAAB2
(188,170,178)
#CBBEC5
(203,190,197)
#DAD2D8
(218,210,216)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #531E2D; }

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

This text font color is #531E2D.


Background Color

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

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

This div background color is #531E2D.


Border color

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

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

This div border color is #531E2D.


Opacity

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

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

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

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

This text has shadow with #531E2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531E2D on black background.


Color preview on white background

This text has color #531E2D on white background.



Black color preview on #531E2D background

This text has black color on #531E2D background.


White color preview on #531E2D background

This text has white color on #531E2D background.