COLOR #530F10

HEX: #530F10
RGB: (83,15,16)

Color info

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

RGB color model

#530F10 color RGB value is (83,15,16).

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

RGB channels and saturation

R 83 of 255 = 33%
G 15 of 255 = 6%
B 16 of 255 = 6%

83
15
16

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

Portions of RGB colors in percentages

R + G + B =
83 + 15 + 16 = 114 (100%)
R 83 of 114 ~ 72.81%
G 15 of 114 ~ 13.16%
B 16 of 114 ~ 14.04%

%72.81
%13.16
%14.04

CMYK color model

#530F10 color CMYK value is (0,82,81,67).

  • cyan value is 0.00%
  • magenta value is 81.93%
  • yellow value is 80.72%
  • key color value is 67.45%
CMYK:
(0,82,81,67)
C0M82Y81K67 
(0%,82%,81%,67%)
(0.00/0.82/0.81/0.67)	

CMYK percentages

%0
%81.93
%80.72
%67.45

Codes

Color #530F10 in popluar color models

530F10
RGB831516
HSL359°69.39%19.22%
HSB/HSV359°81.93%32.55%
CMYK0.00%81.93%80.72%
67.45%

Color #530F10 in popluar number systems.

HEX530F10
Decimal831516
Binary1010011111110000
Octal1231720

Shades and tints

Shades of #530F10

#530F10
(83,15,16)
#4C0E0F
(76,14,15)
#450D0E
(69,13,14)
#3E0C0D
(62,12,13)
#370B0C
(55,11,12)
#300A0B
(48,10,11)
#29090A
(41,9,10)
#220809
(34,8,9)
#1B0708
(27,7,8)
#140607
(20,6,7)
#0D0506
(13,5,6)
#000000
(0,0,0)

Tints of #530F10

#530F10
(83,15,16)
#622425
(98,36,37)
#71393A
(113,57,58)
#804E4F
(128,78,79)
#8F6364
(143,99,100)
#9E7879
(158,120,121)
#AD8D8E
(173,141,142)
#BCA2A3
(188,162,163)
#CBB7B8
(203,183,184)
#DACCCD
(218,204,205)
#E9E1E2
(233,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #530F10; }

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

This text font color is #530F10.


Background Color

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

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

This div background color is #530F10.


Border color

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

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

This div border color is #530F10.


Opacity

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

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

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

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

This text has shadow with #530F10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530F10 on black background.


Color preview on white background

This text has color #530F10 on white background.



Black color preview on #530F10 background

This text has black color on #530F10 background.


White color preview on #530F10 background

This text has white color on #530F10 background.