COLOR #531F46

HEX: #531F46
RGB: (83,31,70)

Color info

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

RGB color model

#531F46 color RGB value is (83,31,70).

  • red value is 83;
  • green value is 31;
  • blue value is 70.
RGB:
(83,31,70)
(33%,12%,27%)

RGB channels and saturation

R 83 of 255 = 33%
G 31 of 255 = 12%
B 70 of 255 = 27%

83
31
70

R + G + B ~ 24%. #531F46 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 31 + 70 = 184 (100%)
R 83 of 184 ~ 45.11%
G 31 of 184 ~ 16.85%
B 70 of 184 ~ 38.04%

%45.11
%16.85
%38.04

CMYK color model

#531F46 color CMYK value is (0,63,16,67).

  • cyan value is 0.00%
  • magenta value is 62.65%
  • yellow value is 15.66%
  • key color value is 67.45%
CMYK:
(0,63,16,67)
C0M63Y16K67 
(0%,63%,16%,67%)
(0.00/0.63/0.16/0.67)	

CMYK percentages

%0
%62.65
%15.66
%67.45

Codes

Color #531F46 in popluar color models

531F46
RGB833170
HSL315°45.61%22.35%
HSB/HSV315°62.65%32.55%
CMYK0.00%62.65%15.66%
67.45%

Color #531F46 in popluar number systems.

HEX531F46
Decimal833170
Binary1010011111111000110
Octal12337106

Shades and tints

Shades of #531F46

#531F46
(83,31,70)
#4C1D40
(76,29,64)
#451B3A
(69,27,58)
#3E1934
(62,25,52)
#37172E
(55,23,46)
#301528
(48,21,40)
#291322
(41,19,34)
#22111C
(34,17,28)
#1B0F16
(27,15,22)
#140D10
(20,13,16)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #531F46

#531F46
(83,31,70)
#623356
(98,51,86)
#714766
(113,71,102)
#805B76
(128,91,118)
#8F6F86
(143,111,134)
#9E8396
(158,131,150)
#AD97A6
(173,151,166)
#BCABB6
(188,171,182)
#CBBFC6
(203,191,198)
#DAD3D6
(218,211,214)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #531F46 color. Also use rgb(83,31,70) instead hex code.

Text Font Color

.myTextColor { color: #531F46; }

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

This text font color is #531F46.


Background Color

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

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

This div background color is #531F46.


Border color

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

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

This div border color is #531F46.


Opacity

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

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

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

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

This text has shadow with #531F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531F46 on black background.


Color preview on white background

This text has color #531F46 on white background.



Black color preview on #531F46 background

This text has black color on #531F46 background.


White color preview on #531F46 background

This text has white color on #531F46 background.