COLOR #531F1A

HEX: #531F1A
RGB: (83,31,26)

Color info

#531F1A contains red, green and blue colors in about the same proportion. Web safe color of #531F1A is #663300 (or #630).

RGB color model

#531F1A color RGB value is (83,31,26).

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

RGB channels and saturation

R 83 of 255 = 33%
G 31 of 255 = 12%
B 26 of 255 = 10%

83
31
26

R + G + B ~ 18%. #531F1A is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 31 + 26 = 140 (100%)
R 83 of 140 ~ 59.29%
G 31 of 140 ~ 22.14%
B 26 of 140 ~ 18.57%

%59.29
%22.14
%18.57

CMYK color model

#531F1A color CMYK value is (0,63,69,67).

  • cyan value is 0.00%
  • magenta value is 62.65%
  • yellow value is 68.67%
  • key color value is 67.45%
CMYK:
(0,63,69,67)
C0M63Y69K67 
(0%,63%,69%,67%)
(0.00/0.63/0.69/0.67)	

CMYK percentages

%0
%62.65
%68.67
%67.45

Codes

Color #531F1A in popluar color models

531F1A
RGB833126
HSL52.29%21.37%
HSB/HSV68.67%32.55%
CMYK0.00%62.65%68.67%
67.45%

Color #531F1A in popluar number systems.

HEX531F1A
Decimal833126
Binary10100111111111010
Octal1233732

Shades and tints

Shades of #531F1A

#531F1A
(83,31,26)
#4C1D18
(76,29,24)
#451B16
(69,27,22)
#3E1914
(62,25,20)
#371712
(55,23,18)
#301510
(48,21,16)
#29130E
(41,19,14)
#22110C
(34,17,12)
#1B0F0A
(27,15,10)
#140D08
(20,13,8)
#0D0B06
(13,11,6)
#000000
(0,0,0)

Tints of #531F1A

#531F1A
(83,31,26)
#62332E
(98,51,46)
#714742
(113,71,66)
#805B56
(128,91,86)
#8F6F6A
(143,111,106)
#9E837E
(158,131,126)
#AD9792
(173,151,146)
#BCABA6
(188,171,166)
#CBBFBA
(203,191,186)
#DAD3CE
(218,211,206)
#E9E7E2
(233,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #531F1A; }

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

This text font color is #531F1A.


Background Color

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

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

This div background color is #531F1A.


Border color

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

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

This div border color is #531F1A.


Opacity

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

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

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

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

This text has shadow with #531F1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531F1A on black background.


Color preview on white background

This text has color #531F1A on white background.



Black color preview on #531F1A background

This text has black color on #531F1A background.


White color preview on #531F1A background

This text has white color on #531F1A background.