COLOR #530B27

HEX: #530B27
RGB: (83,11,39)

Color info

#530B27 contains mainly red and blue colors. Web safe color of #530B27 is #660033 (or #603).

RGB color model

#530B27 color RGB value is (83,11,39).

  • red value is 83;
  • green value is 11;
  • blue value is 39.
RGB:
(83,11,39)
(33%,4%,15%)

RGB channels and saturation

R 83 of 255 = 33%
G 11 of 255 = 4%
B 39 of 255 = 15%

83
11
39

R + G + B ~ 17%. #530B27 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 11 + 39 = 133 (100%)
R 83 of 133 ~ 62.41%
G 11 of 133 ~ 8.27%
B 39 of 133 ~ 29.32%

%62.41
%29.32

CMYK color model

#530B27 color CMYK value is (0,87,53,67).

  • cyan value is 0.00%
  • magenta value is 86.75%
  • yellow value is 53.01%
  • key color value is 67.45%
CMYK:
(0,87,53,67)
C0M87Y53K67 
(0%,87%,53%,67%)
(0.00/0.87/0.53/0.67)	

CMYK percentages

%0
%86.75
%53.01
%67.45

Codes

Color #530B27 in popluar color models

530B27
RGB831139
HSL337°76.60%18.43%
HSB/HSV337°86.75%32.55%
CMYK0.00%86.75%53.01%
67.45%

Color #530B27 in popluar number systems.

HEX530B27
Decimal831139
Binary10100111011100111
Octal1231347

Shades and tints

Shades of #530B27

#530B27
(83,11,39)
#4C0A24
(76,10,36)
#450921
(69,9,33)
#3E081E
(62,8,30)
#37071B
(55,7,27)
#300618
(48,6,24)
#290515
(41,5,21)
#220412
(34,4,18)
#1B030F
(27,3,15)
#14020C
(20,2,12)
#0D0109
(13,1,9)
#000000
(0,0,0)

Tints of #530B27

#530B27
(83,11,39)
#62213A
(98,33,58)
#71374D
(113,55,77)
#804D60
(128,77,96)
#8F6373
(143,99,115)
#9E7986
(158,121,134)
#AD8F99
(173,143,153)
#BCA5AC
(188,165,172)
#CBBBBF
(203,187,191)
#DAD1D2
(218,209,210)
#E9E7E5
(233,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #530B27 color. Also use rgb(83,11,39) instead hex code.

Text Font Color

.myTextColor { color: #530B27; }

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

This text font color is #530B27.


Background Color

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

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

This div background color is #530B27.


Border color

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

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

This div border color is #530B27.


Opacity

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

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

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

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

This text has shadow with #530B27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530B27 on black background.


Color preview on white background

This text has color #530B27 on white background.



Black color preview on #530B27 background

This text has black color on #530B27 background.


White color preview on #530B27 background

This text has white color on #530B27 background.