COLOR #531E30

HEX: #531E30 RGB: (83,30,48)

Color info

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

RGB color model

#531E30 color RGB value is (83,30,48).

RGB: (83,30,48) (33%, 12%, 19%)

RGB channels and saturation

R 83 of 255 = 33%
G 30 of 255 = 12%
B 48 of 255 = 19%

83
30
48

R + G + B ~ 21%. #531E30 is dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 30 + 48 = 161 (100%)
R 83 of 161 ~ 51.55%
G 30 of 161 ~ 18.63%
B 48 of 161 ~ 29.81'%

%51.55
%18.63
%29.81

CMYK color model

#531E30 color CMYK value is (0,64,42,67).

  • cyan value is 0.00%
  • magenta value is 63.86%
  • yellow value is 42.17%
  • key color value is 67.45%

CMYK: (0,64,42,67)
C0M64Y42K67 (0%, 64%, 42%, 67%)
(0.00 / 0.64 / 0.42 / 0.67)

CMYK percentages

%0
%63.86
%42.17
%67.45

Codes

Color #531E30 in popluar color models

53 1E 30
RGB 83 30 48
HSL 340° 46.90% 22.16%
HSB/HSV 340° 63.86% 32.55%
CMYK 0.00% 63.86% 42.17%
67.45%

Color #531E30 in popluar number systems.

HEX 53 1E 30
Decimal 83 30 48
Binary 1010011 11110 110000
Octal 123 36 60

Shades and tints

Shades of #531E30

#531E30
(83,30,48)
#4C1C2C
(76,28,44)
#451A28
(69,26,40)
#3E1824
(62,24,36)
#371620
(55,22,32)
#30141C
(48,20,28)
#291218
(41,18,24)
#221014
(34,16,20)
#1B0E10
(27,14,16)
#140C0C
(20,12,12)
#0D0A08
(13,10,8)
#000000
(0,0,0)

Tints of #531E30

#531E30
(83,30,48)
#623242
(98,50,66)
#714654
(113,70,84)
#805A66
(128,90,102)
#8F6E78
(143,110,120)
#9E828A
(158,130,138)
#AD969C
(173,150,156)
#BCAAAE
(188,170,174)
#CBBEC0
(203,190,192)
#DAD2D2
(218,210,210)
#E9E6E4
(233,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #531E30 color. Also use rgb(83,30,48) instead hex code.

Text Font Color

.myTextColor { color: #531E30; }

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

This text font color is #531E30.

Background Color

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

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

This div background color is #531E30.

Border color

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

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

This div border color is #531E30.

Opacity

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

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

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

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

This text has shadow with #531E30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #531E30.

Preview

Color preview on black background

This text has color #531E30 on black background.


Color preview on white background

This text has color #531E30 on white background.


Black color preview on #531E30 background

This text has black color on #531E30 background.


White color preview on #531E30 background

This text has white color on #531E30 background.


Related colors

Complementary color

Complementary color for #hex is #ACE1CF.


I love getcolorcode.com

Triadic colors

1 #30531E and #1E3053 with #531E30 are triadic colors.

2 #301E53 and #1E5330 with #531E30 are triadic colors.