COLOR #531F3B

HEX: #531F3B RGB: (83,31,59)

Color info

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

RGB color model

#531F3B color RGB value is (83,31,59).

RGB: (83,31,59) (33%, 12%, 23%)

RGB channels and saturation

R 83 of 255 = 33%
G 31 of 255 = 12%
B 59 of 255 = 23%

83
31
59

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

Portions of RGB colors in percentages

R + G + B = 83 + 31 + 59 = 173 (100%)
R 83 of 173 ~ 47.98%
G 31 of 173 ~ 17.92%
B 59 of 173 ~ 34.1'%

%47.98
%17.92
%34.1

CMYK color model

#531F3B color CMYK value is (0,63,29,67).

  • cyan value is 0.00%
  • magenta value is 62.65%
  • yellow value is 28.92%
  • key color value is 67.45%

CMYK: (0,63,29,67)
C0M63Y29K67 (0%, 63%, 29%, 67%)
(0.00 / 0.63 / 0.29 / 0.67)

CMYK percentages

%0
%62.65
%28.92
%67.45

Codes

Color #531F3B in popluar color models

53 1F 3B
RGB 83 31 59
HSL 328° 45.61% 22.35%
HSB/HSV 328° 62.65% 32.55%
CMYK 0.00% 62.65% 28.92%
67.45%

Color #531F3B in popluar number systems.

HEX 53 1F 3B
Decimal 83 31 59
Binary 1010011 11111 111011
Octal 123 37 73

Shades and tints

Shades of #531F3B

#531F3B
(83,31,59)
#4C1D36
(76,29,54)
#451B31
(69,27,49)
#3E192C
(62,25,44)
#371727
(55,23,39)
#301522
(48,21,34)
#29131D
(41,19,29)
#221118
(34,17,24)
#1B0F13
(27,15,19)
#140D0E
(20,13,14)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #531F3B

#531F3B
(83,31,59)
#62334C
(98,51,76)
#71475D
(113,71,93)
#805B6E
(128,91,110)
#8F6F7F
(143,111,127)
#9E8390
(158,131,144)
#AD97A1
(173,151,161)
#BCABB2
(188,171,178)
#CBBFC3
(203,191,195)
#DAD3D4
(218,211,212)
#E9E7E5
(233,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #531F3B; }

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

This text font color is #531F3B.

Background Color

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

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

This div background color is #531F3B.

Border color

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

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

This div border color is #531F3B.

Opacity

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

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

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

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

This text has shadow with #531F3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #531F3B.

Preview

Color preview on black background

This text has color #531F3B on black background.


Color preview on white background

This text has color #531F3B on white background.


Black color preview on #531F3B background

This text has black color on #531F3B background.


White color preview on #531F3B background

This text has white color on #531F3B background.


Related colors

Complementary color

Complementary color for #hex is #ACE0C4.


I love getcolorcode.com

Triadic colors

1 #3B531F and #1F3B53 with #531F3B are triadic colors.

2 #3B1F53 and #1F533B with #531F3B are triadic colors.