COLOR #530B3E

HEX: #530B3E RGB: (83,11,62)

Color info

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

RGB color model

#530B3E color RGB value is (83,11,62).

RGB: (83,11,62) (33%, 4%, 24%)

RGB channels and saturation

R 83 of 255 = 33%
G 11 of 255 = 4%
B 62 of 255 = 24%

83
11
62

R + G + B ~ 20%. #530B3E is dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 11 + 62 = 156 (100%)
R 83 of 156 ~ 53.21%
G 11 of 156 ~ 7.05%
B 62 of 156 ~ 39.74'%

%53.21
%39.74

CMYK color model

#530B3E color CMYK value is (0,87,25,67).

  • cyan value is 0.00%
  • magenta value is 86.75%
  • yellow value is 25.30%
  • key color value is 67.45%

CMYK: (0,87,25,67)
C0M87Y25K67 (0%, 87%, 25%, 67%)
(0.00 / 0.87 / 0.25 / 0.67)

CMYK percentages

%0
%86.75
%25.3
%67.45

Codes

Color #530B3E in popluar color models

53 0B 3E
RGB 83 11 62
HSL 318° 76.60% 18.43%
HSB/HSV 318° 86.75% 32.55%
CMYK 0.00% 86.75% 25.30%
67.45%

Color #530B3E in popluar number systems.

HEX 53 0B 3E
Decimal 83 11 62
Binary 1010011 1011 111110
Octal 123 13 76

Shades and tints

Shades of #530B3E

#530B3E
(83,11,62)
#4C0A39
(76,10,57)
#450934
(69,9,52)
#3E082F
(62,8,47)
#37072A
(55,7,42)
#300625
(48,6,37)
#290520
(41,5,32)
#22041B
(34,4,27)
#1B0316
(27,3,22)
#140211
(20,2,17)
#0D010C
(13,1,12)
#000000
(0,0,0)

Tints of #530B3E

#530B3E
(83,11,62)
#62214F
(98,33,79)
#713760
(113,55,96)
#804D71
(128,77,113)
#8F6382
(143,99,130)
#9E7993
(158,121,147)
#AD8FA4
(173,143,164)
#BCA5B5
(188,165,181)
#CBBBC6
(203,187,198)
#DAD1D7
(218,209,215)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #530B3E color. Also use rgb(83,11,62) instead hex code.

Text Font Color

.myTextColor { color: #530B3E; }

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

This text font color is #530B3E.

Background Color

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

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

This div background color is #530B3E.

Border color

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

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

This div border color is #530B3E.

Opacity

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

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

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

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

This text has shadow with #530B3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #530B3E.

Preview

Color preview on black background

This text has color #530B3E on black background.


Color preview on white background

This text has color #530B3E on white background.


Black color preview on #530B3E background

This text has black color on #530B3E background.


White color preview on #530B3E background

This text has white color on #530B3E background.


Related colors

Complementary color

Complementary color for #hex is #ACF4C1.


I love getcolorcode.com

Triadic colors

1 #3E530B and #0B3E53 with #530B3E are triadic colors.

2 #3E0B53 and #0B533E with #530B3E are triadic colors.