COLOR #531B24

HEX: #531B24 RGB: (83,27,36)

Color info

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

RGB color model

#531B24 color RGB value is (83,27,36).

RGB: (83,27,36) (33%, 11%, 14%)

RGB channels and saturation

R 83 of 255 = 33%
G 27 of 255 = 11%
B 36 of 255 = 14%

83
27
36

R + G + B ~ 19%. #531B24 is dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 27 + 36 = 146 (100%)
R 83 of 146 ~ 56.85%
G 27 of 146 ~ 18.49%
B 36 of 146 ~ 24.66'%

%56.85
%18.49
%24.66

CMYK color model

#531B24 color CMYK value is (0,67,57,67).

  • cyan value is 0.00%
  • magenta value is 67.47%
  • yellow value is 56.63%
  • key color value is 67.45%

CMYK: (0,67,57,67)
C0M67Y57K67 (0%, 67%, 57%, 67%)
(0.00 / 0.67 / 0.57 / 0.67)

CMYK percentages

%0
%67.47
%56.63
%67.45

Codes

Color #531B24 in popluar color models

53 1B 24
RGB 83 27 36
HSL 350° 50.91% 21.57%
HSB/HSV 350° 67.47% 32.55%
CMYK 0.00% 67.47% 56.63%
67.45%

Color #531B24 in popluar number systems.

HEX 53 1B 24
Decimal 83 27 36
Binary 1010011 11011 100100
Octal 123 33 44

Shades and tints

Shades of #531B24

#531B24
(83,27,36)
#4C1921
(76,25,33)
#45171E
(69,23,30)
#3E151B
(62,21,27)
#371318
(55,19,24)
#301115
(48,17,21)
#290F12
(41,15,18)
#220D0F
(34,13,15)
#1B0B0C
(27,11,12)
#140909
(20,9,9)
#0D0706
(13,7,6)
#000000
(0,0,0)

Tints of #531B24

#531B24
(83,27,36)
#622F37
(98,47,55)
#71434A
(113,67,74)
#80575D
(128,87,93)
#8F6B70
(143,107,112)
#9E7F83
(158,127,131)
#AD9396
(173,147,150)
#BCA7A9
(188,167,169)
#CBBBBC
(203,187,188)
#DACFCF
(218,207,207)
#E9E3E2
(233,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #531B24; }

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

This text font color is #531B24.

Background Color

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

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

This div background color is #531B24.

Border color

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

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

This div border color is #531B24.

Opacity

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

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

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

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

This text has shadow with #531B24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #531B24.

Preview

Color preview on black background

This text has color #531B24 on black background.


Color preview on white background

This text has color #531B24 on white background.


Black color preview on #531B24 background

This text has black color on #531B24 background.


White color preview on #531B24 background

This text has white color on #531B24 background.


Related colors

Complementary color

Complementary color for #hex is #ACE4DB.


I love getcolorcode.com

Triadic colors

1 #24531B and #1B2453 with #531B24 are triadic colors.

2 #241B53 and #1B5324 with #531B24 are triadic colors.