COLOR #530D23

HEX: #530D23
RGB: (83,13,35)

Color info

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

RGB color model

#530D23 color RGB value is (83,13,35).

  • red value is 83;
  • green value is 13;
  • blue value is 35.
RGB:
(83,13,35)
(33%,5%,14%)

RGB channels and saturation

R 83 of 255 = 33%
G 13 of 255 = 5%
B 35 of 255 = 14%

83
13
35

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

Portions of RGB colors in percentages

R + G + B =
83 + 13 + 35 = 131 (100%)
R 83 of 131 ~ 63.36%
G 13 of 131 ~ 9.92%
B 35 of 131 ~ 26.72%

%63.36
%9.92
%26.72

CMYK color model

#530D23 color CMYK value is (0,84,58,67).

  • cyan value is 0.00%
  • magenta value is 84.34%
  • yellow value is 57.83%
  • key color value is 67.45%
CMYK:
(0,84,58,67)
C0M84Y58K67 
(0%,84%,58%,67%)
(0.00/0.84/0.58/0.67)	

CMYK percentages

%0
%84.34
%57.83
%67.45

Codes

Color #530D23 in popluar color models

530D23
RGB831335
HSL341°72.92%18.82%
HSB/HSV341°84.34%32.55%
CMYK0.00%84.34%57.83%
67.45%

Color #530D23 in popluar number systems.

HEX530D23
Decimal831335
Binary10100111101100011
Octal1231543

Shades and tints

Shades of #530D23

#530D23
(83,13,35)
#4C0C20
(76,12,32)
#450B1D
(69,11,29)
#3E0A1A
(62,10,26)
#370917
(55,9,23)
#300814
(48,8,20)
#290711
(41,7,17)
#22060E
(34,6,14)
#1B050B
(27,5,11)
#140408
(20,4,8)
#0D0305
(13,3,5)
#000000
(0,0,0)

Tints of #530D23

#530D23
(83,13,35)
#622337
(98,35,55)
#71394B
(113,57,75)
#804F5F
(128,79,95)
#8F6573
(143,101,115)
#9E7B87
(158,123,135)
#AD919B
(173,145,155)
#BCA7AF
(188,167,175)
#CBBDC3
(203,189,195)
#DAD3D7
(218,211,215)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #530D23 color. Also use rgb(83,13,35) instead hex code.

Text Font Color

.myTextColor { color: #530D23; }

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

This text font color is #530D23.


Background Color

.myBgColor { background-color: #530D23; }

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

This div background color is #530D23.


Border color

.myBorderColor { border: 1px solid #530D23; }

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

This div border color is #530D23.


Opacity

.myOpacity80 { color: #530D23; opacity: 0.8; }

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

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

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

This text has shadow with #530D23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530D23 on black background.


Color preview on white background

This text has color #530D23 on white background.



Black color preview on #530D23 background

This text has black color on #530D23 background.


White color preview on #530D23 background

This text has white color on #530D23 background.