COLOR #531B3E

HEX: #531B3E
RGB: (83,27,62)

Color info

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

RGB color model

#531B3E color RGB value is (83,27,62).

  • red value is 83;
  • green value is 27;
  • blue value is 62.
RGB:
(83,27,62)
(33%,11%,24%)

RGB channels and saturation

R 83 of 255 = 33%
G 27 of 255 = 11%
B 62 of 255 = 24%

83
27
62

R + G + B ~ 23%. #531B3E is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 27 + 62 = 172 (100%)
R 83 of 172 ~ 48.26%
G 27 of 172 ~ 15.7%
B 62 of 172 ~ 36.05%

%48.26
%15.7
%36.05

CMYK color model

#531B3E color CMYK value is (0,67,25,67).

  • cyan value is 0.00%
  • magenta value is 67.47%
  • yellow value is 25.30%
  • key color value is 67.45%
CMYK:
(0,67,25,67)
C0M67Y25K67 
(0%,67%,25%,67%)
(0.00/0.67/0.25/0.67)	

CMYK percentages

%0
%67.47
%25.3
%67.45

Codes

Color #531B3E in popluar color models

531B3E
RGB832762
HSL323°50.91%21.57%
HSB/HSV323°67.47%32.55%
CMYK0.00%67.47%25.30%
67.45%

Color #531B3E in popluar number systems.

HEX531B3E
Decimal832762
Binary101001111011111110
Octal1233376

Shades and tints

Shades of #531B3E

#531B3E
(83,27,62)
#4C1939
(76,25,57)
#451734
(69,23,52)
#3E152F
(62,21,47)
#37132A
(55,19,42)
#301125
(48,17,37)
#290F20
(41,15,32)
#220D1B
(34,13,27)
#1B0B16
(27,11,22)
#140911
(20,9,17)
#0D070C
(13,7,12)
#000000
(0,0,0)

Tints of #531B3E

#531B3E
(83,27,62)
#622F4F
(98,47,79)
#714360
(113,67,96)
#805771
(128,87,113)
#8F6B82
(143,107,130)
#9E7F93
(158,127,147)
#AD93A4
(173,147,164)
#BCA7B5
(188,167,181)
#CBBBC6
(203,187,198)
#DACFD7
(218,207,215)
#E9E3E8
(233,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #531B3E color. Also use rgb(83,27,62) instead hex code.

Text Font Color

.myTextColor { color: #531B3E; }

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

This text font color is #531B3E.


Background Color

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

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

This div background color is #531B3E.


Border color

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

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

This div border color is #531B3E.


Opacity

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

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

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

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

This text has shadow with #531B3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531B3E on black background.


Color preview on white background

This text has color #531B3E on white background.



Black color preview on #531B3E background

This text has black color on #531B3E background.


White color preview on #531B3E background

This text has white color on #531B3E background.