COLOR #532E17

HEX: #532E17
RGB: (83,46,23)

Color info

#532E17 contains mainly red and green colors. Web safe color of #532E17 is #663300 (or #630).

RGB color model

#532E17 color RGB value is (83,46,23).

  • red value is 83;
  • green value is 46;
  • blue value is 23.
RGB:
(83,46,23)
(33%,18%,9%)

RGB channels and saturation

R 83 of 255 = 33%
G 46 of 255 = 18%
B 23 of 255 = 9%

83
46
23

R + G + B ~ 20%. #532E17 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 46 + 23 = 152 (100%)
R 83 of 152 ~ 54.61%
G 46 of 152 ~ 30.26%
B 23 of 152 ~ 15.13%

%54.61
%30.26
%15.13

CMYK color model

#532E17 color CMYK value is (0,45,72,67).

  • cyan value is 0.00%
  • magenta value is 44.58%
  • yellow value is 72.29%
  • key color value is 67.45%
CMYK:
(0,45,72,67)
C0M45Y72K67 
(0%,45%,72%,67%)
(0.00/0.45/0.72/0.67)	

CMYK percentages

%0
%44.58
%72.29
%67.45

Codes

Color #532E17 in popluar color models

532E17
RGB834623
HSL23°56.60%20.78%
HSB/HSV23°72.29%32.55%
CMYK0.00%44.58%72.29%
67.45%

Color #532E17 in popluar number systems.

HEX532E17
Decimal834623
Binary101001110111010111
Octal1235627

Shades and tints

Shades of #532E17

#532E17
(83,46,23)
#4C2A15
(76,42,21)
#452613
(69,38,19)
#3E2211
(62,34,17)
#371E0F
(55,30,15)
#301A0D
(48,26,13)
#29160B
(41,22,11)
#221209
(34,18,9)
#1B0E07
(27,14,7)
#140A05
(20,10,5)
#0D0603
(13,6,3)
#000000
(0,0,0)

Tints of #532E17

#532E17
(83,46,23)
#62412C
(98,65,44)
#715441
(113,84,65)
#806756
(128,103,86)
#8F7A6B
(143,122,107)
#9E8D80
(158,141,128)
#ADA095
(173,160,149)
#BCB3AA
(188,179,170)
#CBC6BF
(203,198,191)
#DAD9D4
(218,217,212)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #532E17 color. Also use rgb(83,46,23) instead hex code.

Text Font Color

.myTextColor { color: #532E17; }

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

This text font color is #532E17.


Background Color

.myBgColor { background-color: #532E17; }

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

This div background color is #532E17.


Border color

.myBorderColor { border: 1px solid #532E17; }

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

This div border color is #532E17.


Opacity

.myOpacity80 { color: #532E17; opacity: 0.8; }

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

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

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

This text has shadow with #532E17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #532E17 on black background.


Color preview on white background

This text has color #532E17 on white background.



Black color preview on #532E17 background

This text has black color on #532E17 background.


White color preview on #532E17 background

This text has white color on #532E17 background.