COLOR #530925

HEX: #530925
RGB: (83,9,37)

Color info

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

RGB color model

#530925 color RGB value is (83,9,37).

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

RGB channels and saturation

R 83 of 255 = 33%
G 9 of 255 = 4%
B 37 of 255 = 15%

83
9
37

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

Portions of RGB colors in percentages

R + G + B =
83 + 9 + 37 = 129 (100%)
R 83 of 129 ~ 64.34%
G 9 of 129 ~ 6.98%
B 37 of 129 ~ 28.68%

%64.34
%28.68

CMYK color model

#530925 color CMYK value is (0,89,55,67).

  • cyan value is 0.00%
  • magenta value is 89.16%
  • yellow value is 55.42%
  • key color value is 67.45%
CMYK:
(0,89,55,67)
C0M89Y55K67 
(0%,89%,55%,67%)
(0.00/0.89/0.55/0.67)	

CMYK percentages

%0
%89.16
%55.42
%67.45

Codes

Color #530925 in popluar color models

530925
RGB83937
HSL337°80.43%18.04%
HSB/HSV337°89.16%32.55%
CMYK0.00%89.16%55.42%
67.45%

Color #530925 in popluar number systems.

HEX530925
Decimal83937
Binary10100111001100101
Octal1231145

Shades and tints

Shades of #530925

#530925
(83,9,37)
#4C0922
(76,9,34)
#45091F
(69,9,31)
#3E091C
(62,9,28)
#370919
(55,9,25)
#300916
(48,9,22)
#290913
(41,9,19)
#220910
(34,9,16)
#1B090D
(27,9,13)
#14090A
(20,9,10)
#0D0907
(13,9,7)
#000000
(0,0,0)

Tints of #530925

#530925
(83,9,37)
#621F38
(98,31,56)
#71354B
(113,53,75)
#804B5E
(128,75,94)
#8F6171
(143,97,113)
#9E7784
(158,119,132)
#AD8D97
(173,141,151)
#BCA3AA
(188,163,170)
#CBB9BD
(203,185,189)
#DACFD0
(218,207,208)
#E9E5E3
(233,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #530925 color. Also use rgb(83,9,37) instead hex code.

Text Font Color

.myTextColor { color: #530925; }

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

This text font color is #530925.


Background Color

.myBgColor { background-color: #530925; }

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

This div background color is #530925.


Border color

.myBorderColor { border: 1px solid #530925; }

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

This div border color is #530925.


Opacity

.myOpacity80 { color: #530925; opacity: 0.8; }

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

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

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

This text has shadow with #530925 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530925 on black background.


Color preview on white background

This text has color #530925 on white background.



Black color preview on #530925 background

This text has black color on #530925 background.


White color preview on #530925 background

This text has white color on #530925 background.