COLOR #531E38

HEX: #531E38
RGB: (83,30,56)

Color info

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

RGB color model

#531E38 color RGB value is (83,30,56).

  • red value is 83;
  • green value is 30;
  • blue value is 56.
RGB:
(83,30,56)
(33%,12%,22%)

RGB channels and saturation

R 83 of 255 = 33%
G 30 of 255 = 12%
B 56 of 255 = 22%

83
30
56

R + G + B ~ 22%. #531E38 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 30 + 56 = 169 (100%)
R 83 of 169 ~ 49.11%
G 30 of 169 ~ 17.75%
B 56 of 169 ~ 33.14%

%49.11
%17.75
%33.14

CMYK color model

#531E38 color CMYK value is (0,64,33,67).

  • cyan value is 0.00%
  • magenta value is 63.86%
  • yellow value is 32.53%
  • key color value is 67.45%
CMYK:
(0,64,33,67)
C0M64Y33K67 
(0%,64%,33%,67%)
(0.00/0.64/0.33/0.67)	

CMYK percentages

%0
%63.86
%32.53
%67.45

Codes

Color #531E38 in popluar color models

531E38
RGB833056
HSL331°46.90%22.16%
HSB/HSV331°63.86%32.55%
CMYK0.00%63.86%32.53%
67.45%

Color #531E38 in popluar number systems.

HEX531E38
Decimal833056
Binary101001111110111000
Octal1233670

Shades and tints

Shades of #531E38

#531E38
(83,30,56)
#4C1C33
(76,28,51)
#451A2E
(69,26,46)
#3E1829
(62,24,41)
#371624
(55,22,36)
#30141F
(48,20,31)
#29121A
(41,18,26)
#221015
(34,16,21)
#1B0E10
(27,14,16)
#140C0B
(20,12,11)
#0D0A06
(13,10,6)
#000000
(0,0,0)

Tints of #531E38

#531E38
(83,30,56)
#62324A
(98,50,74)
#71465C
(113,70,92)
#805A6E
(128,90,110)
#8F6E80
(143,110,128)
#9E8292
(158,130,146)
#AD96A4
(173,150,164)
#BCAAB6
(188,170,182)
#CBBEC8
(203,190,200)
#DAD2DA
(218,210,218)
#E9E6EC
(233,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #531E38; }

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

This text font color is #531E38.


Background Color

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

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

This div background color is #531E38.


Border color

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

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

This div border color is #531E38.


Opacity

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

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

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

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

This text has shadow with #531E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531E38 on black background.


Color preview on white background

This text has color #531E38 on white background.



Black color preview on #531E38 background

This text has black color on #531E38 background.


White color preview on #531E38 background

This text has white color on #531E38 background.