COLOR #532506

HEX: #532506
RGB: (83,37,6)

Color info

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

RGB color model

#532506 color RGB value is (83,37,6).

  • red value is 83;
  • green value is 37;
  • blue value is 6.
RGB:
(83,37,6)
(33%,15%,2%)

RGB channels and saturation

R 83 of 255 = 33%
G 37 of 255 = 15%
B 6 of 255 = 2%

83
37
6

R + G + B ~ 17%. #532506 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 37 + 6 = 126 (100%)
R 83 of 126 ~ 65.87%
G 37 of 126 ~ 29.37%
B 6 of 126 ~ 4.76%

%65.87
%29.37

CMYK color model

#532506 color CMYK value is (0,55,93,67).

  • cyan value is 0.00%
  • magenta value is 55.42%
  • yellow value is 92.77%
  • key color value is 67.45%
CMYK:
(0,55,93,67)
C0M55Y93K67 
(0%,55%,93%,67%)
(0.00/0.55/0.93/0.67)	

CMYK percentages

%0
%55.42
%92.77
%67.45

Codes

Color #532506 in popluar color models

532506
RGB83376
HSL24°86.52%17.45%
HSB/HSV24°92.77%32.55%
CMYK0.00%55.42%92.77%
67.45%

Color #532506 in popluar number systems.

HEX532506
Decimal83376
Binary1010011100101110
Octal123456

Shades and tints

Shades of #532506

#532506
(83,37,6)
#4C2206
(76,34,6)
#451F06
(69,31,6)
#3E1C06
(62,28,6)
#371906
(55,25,6)
#301606
(48,22,6)
#291306
(41,19,6)
#221006
(34,16,6)
#1B0D06
(27,13,6)
#140A06
(20,10,6)
#0D0706
(13,7,6)
#000000
(0,0,0)

Tints of #532506

#532506
(83,37,6)
#62381C
(98,56,28)
#714B32
(113,75,50)
#805E48
(128,94,72)
#8F715E
(143,113,94)
#9E8474
(158,132,116)
#AD978A
(173,151,138)
#BCAAA0
(188,170,160)
#CBBDB6
(203,189,182)
#DAD0CC
(218,208,204)
#E9E3E2
(233,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #532506 color. Also use rgb(83,37,6) instead hex code.

Text Font Color

.myTextColor { color: #532506; }

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

This text font color is #532506.


Background Color

.myBgColor { background-color: #532506; }

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

This div background color is #532506.


Border color

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

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

This div border color is #532506.


Opacity

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

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

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

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

This text has shadow with #532506 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #532506 on black background.


Color preview on white background

This text has color #532506 on white background.



Black color preview on #532506 background

This text has black color on #532506 background.


White color preview on #532506 background

This text has white color on #532506 background.