COLOR #530735

HEX: #530735
RGB: (83,7,53)

Color info

#530735 contains mainly red and blue colors. Web safe color of #530735 is #660033 (or #603).

RGB color model

#530735 color RGB value is (83,7,53).

  • red value is 83;
  • green value is 7;
  • blue value is 53.
RGB:
(83,7,53)
(33%,3%,21%)

RGB channels and saturation

R 83 of 255 = 33%
G 7 of 255 = 3%
B 53 of 255 = 21%

83
7
53

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

Portions of RGB colors in percentages

R + G + B =
83 + 7 + 53 = 143 (100%)
R 83 of 143 ~ 58.04%
G 7 of 143 ~ 4.9%
B 53 of 143 ~ 37.06%

%58.04
%37.06

CMYK color model

#530735 color CMYK value is (0,92,36,67).

  • cyan value is 0.00%
  • magenta value is 91.57%
  • yellow value is 36.14%
  • key color value is 67.45%
CMYK:
(0,92,36,67)
C0M92Y36K67 
(0%,92%,36%,67%)
(0.00/0.92/0.36/0.67)	

CMYK percentages

%0
%91.57
%36.14
%67.45

Codes

Color #530735 in popluar color models

530735
RGB83753
HSL324°84.44%17.65%
HSB/HSV324°91.57%32.55%
CMYK0.00%91.57%36.14%
67.45%

Color #530735 in popluar number systems.

HEX530735
Decimal83753
Binary1010011111110101
Octal123765

Shades and tints

Shades of #530735

#530735
(83,7,53)
#4C0731
(76,7,49)
#45072D
(69,7,45)
#3E0729
(62,7,41)
#370725
(55,7,37)
#300721
(48,7,33)
#29071D
(41,7,29)
#220719
(34,7,25)
#1B0715
(27,7,21)
#140711
(20,7,17)
#0D070D
(13,7,13)
#000000
(0,0,0)

Tints of #530735

#530735
(83,7,53)
#621D47
(98,29,71)
#713359
(113,51,89)
#80496B
(128,73,107)
#8F5F7D
(143,95,125)
#9E758F
(158,117,143)
#AD8BA1
(173,139,161)
#BCA1B3
(188,161,179)
#CBB7C5
(203,183,197)
#DACDD7
(218,205,215)
#E9E3E9
(233,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #530735 color. Also use rgb(83,7,53) instead hex code.

Text Font Color

.myTextColor { color: #530735; }

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

This text font color is #530735.


Background Color

.myBgColor { background-color: #530735; }

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

This div background color is #530735.


Border color

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

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

This div border color is #530735.


Opacity

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

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

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

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

This text has shadow with #530735 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530735 on black background.


Color preview on white background

This text has color #530735 on white background.



Black color preview on #530735 background

This text has black color on #530735 background.


White color preview on #530735 background

This text has white color on #530735 background.