COLOR #532419

HEX: #532419
RGB: (83,36,25)

Color info

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

RGB color model

#532419 color RGB value is (83,36,25).

  • red value is 83;
  • green value is 36;
  • blue value is 25.
RGB:
(83,36,25)
(33%,14%,10%)

RGB channels and saturation

R 83 of 255 = 33%
G 36 of 255 = 14%
B 25 of 255 = 10%

83
36
25

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

Portions of RGB colors in percentages

R + G + B =
83 + 36 + 25 = 144 (100%)
R 83 of 144 ~ 57.64%
G 36 of 144 ~ 25%
B 25 of 144 ~ 17.36%

%57.64
%25
%17.36

CMYK color model

#532419 color CMYK value is (0,57,70,67).

  • cyan value is 0.00%
  • magenta value is 56.63%
  • yellow value is 69.88%
  • key color value is 67.45%
CMYK:
(0,57,70,67)
C0M57Y70K67 
(0%,57%,70%,67%)
(0.00/0.57/0.70/0.67)	

CMYK percentages

%0
%56.63
%69.88
%67.45

Codes

Color #532419 in popluar color models

532419
RGB833625
HSL11°53.70%21.18%
HSB/HSV11°69.88%32.55%
CMYK0.00%56.63%69.88%
67.45%

Color #532419 in popluar number systems.

HEX532419
Decimal833625
Binary101001110010011001
Octal1234431

Shades and tints

Shades of #532419

#532419
(83,36,25)
#4C2117
(76,33,23)
#451E15
(69,30,21)
#3E1B13
(62,27,19)
#371811
(55,24,17)
#30150F
(48,21,15)
#29120D
(41,18,13)
#220F0B
(34,15,11)
#1B0C09
(27,12,9)
#140907
(20,9,7)
#0D0605
(13,6,5)
#000000
(0,0,0)

Tints of #532419

#532419
(83,36,25)
#62372D
(98,55,45)
#714A41
(113,74,65)
#805D55
(128,93,85)
#8F7069
(143,112,105)
#9E837D
(158,131,125)
#AD9691
(173,150,145)
#BCA9A5
(188,169,165)
#CBBCB9
(203,188,185)
#DACFCD
(218,207,205)
#E9E2E1
(233,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #532419; }

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

This text font color is #532419.


Background Color

.myBgColor { background-color: #532419; }

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

This div background color is #532419.


Border color

.myBorderColor { border: 1px solid #532419; }

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

This div border color is #532419.


Opacity

.myOpacity80 { color: #532419; opacity: 0.8; }

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

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

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

This text has shadow with #532419 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #532419 on black background.


Color preview on white background

This text has color #532419 on white background.



Black color preview on #532419 background

This text has black color on #532419 background.


White color preview on #532419 background

This text has white color on #532419 background.