COLOR #530E08

HEX: #530E08
RGB: (83,14,8)

Color info

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

RGB color model

#530E08 color RGB value is (83,14,8).

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

RGB channels and saturation

R 83 of 255 = 33%
G 14 of 255 = 5%
B 8 of 255 = 3%

83
14
8

R + G + B ~ 14%. #530E08 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 14 + 8 = 105 (100%)
R 83 of 105 ~ 79.05%
G 14 of 105 ~ 13.33%
B 8 of 105 ~ 7.62%

%79.05
%13.33

CMYK color model

#530E08 color CMYK value is (0,83,90,67).

  • cyan value is 0.00%
  • magenta value is 83.13%
  • yellow value is 90.36%
  • key color value is 67.45%
CMYK:
(0,83,90,67)
C0M83Y90K67 
(0%,83%,90%,67%)
(0.00/0.83/0.90/0.67)	

CMYK percentages

%0
%83.13
%90.36
%67.45

Codes

Color #530E08 in popluar color models

530E08
RGB83148
HSL82.42%17.84%
HSB/HSV90.36%32.55%
CMYK0.00%83.13%90.36%
67.45%

Color #530E08 in popluar number systems.

HEX530E08
Decimal83148
Binary101001111101000
Octal1231610

Shades and tints

Shades of #530E08

#530E08
(83,14,8)
#4C0D08
(76,13,8)
#450C08
(69,12,8)
#3E0B08
(62,11,8)
#370A08
(55,10,8)
#300908
(48,9,8)
#290808
(41,8,8)
#220708
(34,7,8)
#1B0608
(27,6,8)
#140508
(20,5,8)
#0D0408
(13,4,8)
#000000
(0,0,0)

Tints of #530E08

#530E08
(83,14,8)
#62231E
(98,35,30)
#713834
(113,56,52)
#804D4A
(128,77,74)
#8F6260
(143,98,96)
#9E7776
(158,119,118)
#AD8C8C
(173,140,140)
#BCA1A2
(188,161,162)
#CBB6B8
(203,182,184)
#DACBCE
(218,203,206)
#E9E0E4
(233,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #530E08; }

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

This text font color is #530E08.


Background Color

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

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

This div background color is #530E08.


Border color

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

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

This div border color is #530E08.


Opacity

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

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

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

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

This text has shadow with #530E08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530E08 on black background.


Color preview on white background

This text has color #530E08 on white background.



Black color preview on #530E08 background

This text has black color on #530E08 background.


White color preview on #530E08 background

This text has white color on #530E08 background.