COLOR #530E0F

HEX: #530E0F
RGB: (83,14,15)

Color info

#530E0F contains mainly red color. Web safe color of #530E0F is #660000 (or #600).

RGB color model

#530E0F color RGB value is (83,14,15).

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

RGB channels and saturation

R 83 of 255 = 33%
G 14 of 255 = 5%
B 15 of 255 = 6%

83
14
15

R + G + B ~ 15%. #530E0F is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 14 + 15 = 112 (100%)
R 83 of 112 ~ 74.11%
G 14 of 112 ~ 12.5%
B 15 of 112 ~ 13.39%

%74.11
%12.5
%13.39

CMYK color model

#530E0F color CMYK value is (0,83,82,67).

  • cyan value is 0.00%
  • magenta value is 83.13%
  • yellow value is 81.93%
  • key color value is 67.45%
CMYK:
(0,83,82,67)
C0M83Y82K67 
(0%,83%,82%,67%)
(0.00/0.83/0.82/0.67)	

CMYK percentages

%0
%83.13
%81.93
%67.45

Codes

Color #530E0F in popluar color models

530E0F
RGB831415
HSL359°71.13%19.02%
HSB/HSV359°83.13%32.55%
CMYK0.00%83.13%81.93%
67.45%

Color #530E0F in popluar number systems.

HEX530E0F
Decimal831415
Binary101001111101111
Octal1231617

Shades and tints

Shades of #530E0F

#530E0F
(83,14,15)
#4C0D0E
(76,13,14)
#450C0D
(69,12,13)
#3E0B0C
(62,11,12)
#370A0B
(55,10,11)
#30090A
(48,9,10)
#290809
(41,8,9)
#220708
(34,7,8)
#1B0607
(27,6,7)
#140506
(20,5,6)
#0D0405
(13,4,5)
#000000
(0,0,0)

Tints of #530E0F

#530E0F
(83,14,15)
#622324
(98,35,36)
#713839
(113,56,57)
#804D4E
(128,77,78)
#8F6263
(143,98,99)
#9E7778
(158,119,120)
#AD8C8D
(173,140,141)
#BCA1A2
(188,161,162)
#CBB6B7
(203,182,183)
#DACBCC
(218,203,204)
#E9E0E1
(233,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #530E0F color. Also use rgb(83,14,15) instead hex code.

Text Font Color

.myTextColor { color: #530E0F; }

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

This text font color is #530E0F.


Background Color

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

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

This div background color is #530E0F.


Border color

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

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

This div border color is #530E0F.


Opacity

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

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

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

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

This text has shadow with #530E0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530E0F on black background.


Color preview on white background

This text has color #530E0F on white background.



Black color preview on #530E0F background

This text has black color on #530E0F background.


White color preview on #530E0F background

This text has white color on #530E0F background.