COLOR #530F0E

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

83
15
14

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

Portions of RGB colors in percentages

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

%74.11
%13.39
%12.5

CMYK color model

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

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

CMYK percentages

%0
%81.93
%83.13
%67.45

Codes

Color #530F0E in popluar color models

530F0E
RGB831514
HSL71.13%19.02%
HSB/HSV83.13%32.55%
CMYK0.00%81.93%83.13%
67.45%

Color #530F0E in popluar number systems.

HEX530F0E
Decimal831514
Binary101001111111110
Octal1231716

Shades and tints

Shades of #530F0E

#530F0E
(83,15,14)
#4C0E0D
(76,14,13)
#450D0C
(69,13,12)
#3E0C0B
(62,12,11)
#370B0A
(55,11,10)
#300A09
(48,10,9)
#290908
(41,9,8)
#220807
(34,8,7)
#1B0706
(27,7,6)
#140605
(20,6,5)
#0D0504
(13,5,4)
#000000
(0,0,0)

Tints of #530F0E

#530F0E
(83,15,14)
#622423
(98,36,35)
#713938
(113,57,56)
#804E4D
(128,78,77)
#8F6362
(143,99,98)
#9E7877
(158,120,119)
#AD8D8C
(173,141,140)
#BCA2A1
(188,162,161)
#CBB7B6
(203,183,182)
#DACCCB
(218,204,203)
#E9E1E0
(233,225,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #530F0E; }

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

This text font color is #530F0E.


Background Color

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

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

This div background color is #530F0E.


Border color

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

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

This div border color is #530F0E.


Opacity

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

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

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

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

This text has shadow with #530F0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530F0E on black background.


Color preview on white background

This text has color #530F0E on white background.



Black color preview on #530F0E background

This text has black color on #530F0E background.


White color preview on #530F0E background

This text has white color on #530F0E background.