COLOR #530A3E

HEX: #530A3E
RGB: (83,10,62)

Color info

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

RGB color model

#530A3E color RGB value is (83,10,62).

  • red value is 83;
  • green value is 10;
  • blue value is 62.
RGB:
(83,10,62)
(33%,4%,24%)

RGB channels and saturation

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

83
10
62

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

Portions of RGB colors in percentages

R + G + B =
83 + 10 + 62 = 155 (100%)
R 83 of 155 ~ 53.55%
G 10 of 155 ~ 6.45%
B 62 of 155 ~ 40%

%53.55
%40

CMYK color model

#530A3E color CMYK value is (0,88,25,67).

  • cyan value is 0.00%
  • magenta value is 87.95%
  • yellow value is 25.30%
  • key color value is 67.45%
CMYK:
(0,88,25,67)
C0M88Y25K67 
(0%,88%,25%,67%)
(0.00/0.88/0.25/0.67)	

CMYK percentages

%0
%87.95
%25.3
%67.45

Codes

Color #530A3E in popluar color models

530A3E
RGB831062
HSL317°78.49%18.24%
HSB/HSV317°87.95%32.55%
CMYK0.00%87.95%25.30%
67.45%

Color #530A3E in popluar number systems.

HEX530A3E
Decimal831062
Binary10100111010111110
Octal1231276

Shades and tints

Shades of #530A3E

#530A3E
(83,10,62)
#4C0A39
(76,10,57)
#450A34
(69,10,52)
#3E0A2F
(62,10,47)
#370A2A
(55,10,42)
#300A25
(48,10,37)
#290A20
(41,10,32)
#220A1B
(34,10,27)
#1B0A16
(27,10,22)
#140A11
(20,10,17)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #530A3E

#530A3E
(83,10,62)
#62204F
(98,32,79)
#713660
(113,54,96)
#804C71
(128,76,113)
#8F6282
(143,98,130)
#9E7893
(158,120,147)
#AD8EA4
(173,142,164)
#BCA4B5
(188,164,181)
#CBBAC6
(203,186,198)
#DAD0D7
(218,208,215)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #530A3E; }

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

This text font color is #530A3E.


Background Color

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

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

This div background color is #530A3E.


Border color

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

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

This div border color is #530A3E.


Opacity

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

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

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

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

This text has shadow with #530A3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530A3E on black background.


Color preview on white background

This text has color #530A3E on white background.



Black color preview on #530A3E background

This text has black color on #530A3E background.


White color preview on #530A3E background

This text has white color on #530A3E background.