COLOR #530C10

HEX: #530C10
RGB: (83,12,16)

Color info

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

RGB color model

#530C10 color RGB value is (83,12,16).

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

RGB channels and saturation

R 83 of 255 = 33%
G 12 of 255 = 5%
B 16 of 255 = 6%

83
12
16

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

Portions of RGB colors in percentages

R + G + B =
83 + 12 + 16 = 111 (100%)
R 83 of 111 ~ 74.77%
G 12 of 111 ~ 10.81%
B 16 of 111 ~ 14.41%

%74.77
%10.81
%14.41

CMYK color model

#530C10 color CMYK value is (0,86,81,67).

  • cyan value is 0.00%
  • magenta value is 85.54%
  • yellow value is 80.72%
  • key color value is 67.45%
CMYK:
(0,86,81,67)
C0M86Y81K67 
(0%,86%,81%,67%)
(0.00/0.86/0.81/0.67)	

CMYK percentages

%0
%85.54
%80.72
%67.45

Codes

Color #530C10 in popluar color models

530C10
RGB831216
HSL357°74.74%18.63%
HSB/HSV357°85.54%32.55%
CMYK0.00%85.54%80.72%
67.45%

Color #530C10 in popluar number systems.

HEX530C10
Decimal831216
Binary1010011110010000
Octal1231420

Shades and tints

Shades of #530C10

#530C10
(83,12,16)
#4C0B0F
(76,11,15)
#450A0E
(69,10,14)
#3E090D
(62,9,13)
#37080C
(55,8,12)
#30070B
(48,7,11)
#29060A
(41,6,10)
#220509
(34,5,9)
#1B0408
(27,4,8)
#140307
(20,3,7)
#0D0206
(13,2,6)
#000000
(0,0,0)

Tints of #530C10

#530C10
(83,12,16)
#622225
(98,34,37)
#71383A
(113,56,58)
#804E4F
(128,78,79)
#8F6464
(143,100,100)
#9E7A79
(158,122,121)
#AD908E
(173,144,142)
#BCA6A3
(188,166,163)
#CBBCB8
(203,188,184)
#DAD2CD
(218,210,205)
#E9E8E2
(233,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #530C10; }

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

This text font color is #530C10.


Background Color

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

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

This div background color is #530C10.


Border color

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

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

This div border color is #530C10.


Opacity

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

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

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

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

This text has shadow with #530C10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530C10 on black background.


Color preview on white background

This text has color #530C10 on white background.



Black color preview on #530C10 background

This text has black color on #530C10 background.


White color preview on #530C10 background

This text has white color on #530C10 background.