COLOR #532218

HEX: #532218
RGB: (83,34,24)

Color info

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

RGB color model

#532218 color RGB value is (83,34,24).

  • red value is 83;
  • green value is 34;
  • blue value is 24.
RGB:
(83,34,24)
(33%,13%,9%)

RGB channels and saturation

R 83 of 255 = 33%
G 34 of 255 = 13%
B 24 of 255 = 9%

83
34
24

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

Portions of RGB colors in percentages

R + G + B =
83 + 34 + 24 = 141 (100%)
R 83 of 141 ~ 58.87%
G 34 of 141 ~ 24.11%
B 24 of 141 ~ 17.02%

%58.87
%24.11
%17.02

CMYK color model

#532218 color CMYK value is (0,59,71,67).

  • cyan value is 0.00%
  • magenta value is 59.04%
  • yellow value is 71.08%
  • key color value is 67.45%
CMYK:
(0,59,71,67)
C0M59Y71K67 
(0%,59%,71%,67%)
(0.00/0.59/0.71/0.67)	

CMYK percentages

%0
%59.04
%71.08
%67.45

Codes

Color #532218 in popluar color models

532218
RGB833424
HSL10°55.14%20.98%
HSB/HSV10°71.08%32.55%
CMYK0.00%59.04%71.08%
67.45%

Color #532218 in popluar number systems.

HEX532218
Decimal833424
Binary101001110001011000
Octal1234230

Shades and tints

Shades of #532218

#532218
(83,34,24)
#4C1F16
(76,31,22)
#451C14
(69,28,20)
#3E1912
(62,25,18)
#371610
(55,22,16)
#30130E
(48,19,14)
#29100C
(41,16,12)
#220D0A
(34,13,10)
#1B0A08
(27,10,8)
#140706
(20,7,6)
#0D0404
(13,4,4)
#000000
(0,0,0)

Tints of #532218

#532218
(83,34,24)
#62362D
(98,54,45)
#714A42
(113,74,66)
#805E57
(128,94,87)
#8F726C
(143,114,108)
#9E8681
(158,134,129)
#AD9A96
(173,154,150)
#BCAEAB
(188,174,171)
#CBC2C0
(203,194,192)
#DAD6D5
(218,214,213)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #532218 color. Also use rgb(83,34,24) instead hex code.

Text Font Color

.myTextColor { color: #532218; }

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

This text font color is #532218.


Background Color

.myBgColor { background-color: #532218; }

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

This div background color is #532218.


Border color

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

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

This div border color is #532218.


Opacity

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

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

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

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

This text has shadow with #532218 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #532218 on black background.


Color preview on white background

This text has color #532218 on white background.



Black color preview on #532218 background

This text has black color on #532218 background.


White color preview on #532218 background

This text has white color on #532218 background.