COLOR #530D2B

HEX: #530D2B RGB: (83,13,43)

Color info

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

RGB color model

#530D2B color RGB value is (83,13,43).

RGB: (83,13,43) (33%, 5%, 17%)

RGB channels and saturation

R 83 of 255 = 33%
G 13 of 255 = 5%
B 43 of 255 = 17%

83
13
43

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

Portions of RGB colors in percentages

R + G + B = 83 + 13 + 43 = 139 (100%)
R 83 of 139 ~ 59.71%
G 13 of 139 ~ 9.35%
B 43 of 139 ~ 30.94'%

%59.71
%30.94

CMYK color model

#530D2B color CMYK value is (0,84,48,67).

  • cyan value is 0.00%
  • magenta value is 84.34%
  • yellow value is 48.19%
  • key color value is 67.45%

CMYK: (0,84,48,67)
C0M84Y48K67 (0%, 84%, 48%, 67%)
(0.00 / 0.84 / 0.48 / 0.67)

CMYK percentages

%0
%84.34
%48.19
%67.45

Codes

Color #530D2B in popluar color models

53 0D 2B
RGB 83 13 43
HSL 334° 72.92% 18.82%
HSB/HSV 334° 84.34% 32.55%
CMYK 0.00% 84.34% 48.19%
67.45%

Color #530D2B in popluar number systems.

HEX 53 0D 2B
Decimal 83 13 43
Binary 1010011 1101 101011
Octal 123 15 53

Shades and tints

Shades of #530D2B

#530D2B
(83,13,43)
#4C0C28
(76,12,40)
#450B25
(69,11,37)
#3E0A22
(62,10,34)
#37091F
(55,9,31)
#30081C
(48,8,28)
#290719
(41,7,25)
#220616
(34,6,22)
#1B0513
(27,5,19)
#140410
(20,4,16)
#0D030D
(13,3,13)
#000000
(0,0,0)

Tints of #530D2B

#530D2B
(83,13,43)
#62233E
(98,35,62)
#713951
(113,57,81)
#804F64
(128,79,100)
#8F6577
(143,101,119)
#9E7B8A
(158,123,138)
#AD919D
(173,145,157)
#BCA7B0
(188,167,176)
#CBBDC3
(203,189,195)
#DAD3D6
(218,211,214)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #530D2B; }

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

This text font color is #530D2B.

Background Color

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

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

This div background color is #530D2B.

Border color

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

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

This div border color is #530D2B.

Opacity

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

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

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

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

This text has shadow with #530D2B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #530D2B.

Preview

Color preview on black background

This text has color #530D2B on black background.


Color preview on white background

This text has color #530D2B on white background.


Black color preview on #530D2B background

This text has black color on #530D2B background.


White color preview on #530D2B background

This text has white color on #530D2B background.


Related colors

Complementary color

Complementary color for #hex is #ACF2D4.


I love getcolorcode.com

Triadic colors

1 #2B530D and #0D2B53 with #530D2B are triadic colors.

2 #2B0D53 and #0D532B with #530D2B are triadic colors.