COLOR #531C39

HEX: #531C39
RGB: (83,28,57)

Color info

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

RGB color model

#531C39 color RGB value is (83,28,57).

  • red value is 83;
  • green value is 28;
  • blue value is 57.
RGB:
(83,28,57)
(33%,11%,22%)

RGB channels and saturation

R 83 of 255 = 33%
G 28 of 255 = 11%
B 57 of 255 = 22%

83
28
57

R + G + B ~ 22%. #531C39 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 28 + 57 = 168 (100%)
R 83 of 168 ~ 49.4%
G 28 of 168 ~ 16.67%
B 57 of 168 ~ 33.93%

%49.4
%16.67
%33.93

CMYK color model

#531C39 color CMYK value is (0,66,31,67).

  • cyan value is 0.00%
  • magenta value is 66.27%
  • yellow value is 31.33%
  • key color value is 67.45%
CMYK:
(0,66,31,67)
C0M66Y31K67 
(0%,66%,31%,67%)
(0.00/0.66/0.31/0.67)	

CMYK percentages

%0
%66.27
%31.33
%67.45

Codes

Color #531C39 in popluar color models

531C39
RGB832857
HSL328°49.55%21.76%
HSB/HSV328°66.27%32.55%
CMYK0.00%66.27%31.33%
67.45%

Color #531C39 in popluar number systems.

HEX531C39
Decimal832857
Binary101001111100111001
Octal1233471

Shades and tints

Shades of #531C39

#531C39
(83,28,57)
#4C1A34
(76,26,52)
#45182F
(69,24,47)
#3E162A
(62,22,42)
#371425
(55,20,37)
#301220
(48,18,32)
#29101B
(41,16,27)
#220E16
(34,14,22)
#1B0C11
(27,12,17)
#140A0C
(20,10,12)
#0D0807
(13,8,7)
#000000
(0,0,0)

Tints of #531C39

#531C39
(83,28,57)
#62304B
(98,48,75)
#71445D
(113,68,93)
#80586F
(128,88,111)
#8F6C81
(143,108,129)
#9E8093
(158,128,147)
#AD94A5
(173,148,165)
#BCA8B7
(188,168,183)
#CBBCC9
(203,188,201)
#DAD0DB
(218,208,219)
#E9E4ED
(233,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #531C39 color. Also use rgb(83,28,57) instead hex code.

Text Font Color

.myTextColor { color: #531C39; }

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

This text font color is #531C39.


Background Color

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

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

This div background color is #531C39.


Border color

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

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

This div border color is #531C39.


Opacity

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

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

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

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

This text has shadow with #531C39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531C39 on black background.


Color preview on white background

This text has color #531C39 on white background.



Black color preview on #531C39 background

This text has black color on #531C39 background.


White color preview on #531C39 background

This text has white color on #531C39 background.