COLOR #530F23

HEX: #530F23 RGB: (83,15,35)

Color info

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

RGB color model

#530F23 color RGB value is (83,15,35).

RGB: (83,15,35) (33%, 6%, 14%)

RGB channels and saturation

R 83 of 255 = 33%
G 15 of 255 = 6%
B 35 of 255 = 14%

83
15
35

R + G + B ~ 18%. #530F23 is dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 15 + 35 = 133 (100%)
R 83 of 133 ~ 62.41%
G 15 of 133 ~ 11.28%
B 35 of 133 ~ 26.32'%

%62.41
%11.28
%26.32

CMYK color model

#530F23 color CMYK value is (0,82,58,67).

  • cyan value is 0.00%
  • magenta value is 81.93%
  • yellow value is 57.83%
  • key color value is 67.45%

CMYK: (0,82,58,67)
C0M82Y58K67 (0%, 82%, 58%, 67%)
(0.00 / 0.82 / 0.58 / 0.67)

CMYK percentages

%0
%81.93
%57.83
%67.45

Codes

Color #530F23 in popluar color models

53 0F 23
RGB 83 15 35
HSL 342° 69.39% 19.22%
HSB/HSV 342° 81.93% 32.55%
CMYK 0.00% 81.93% 57.83%
67.45%

Color #530F23 in popluar number systems.

HEX 53 0F 23
Decimal 83 15 35
Binary 1010011 1111 100011
Octal 123 17 43

Shades and tints

Shades of #530F23

#530F23
(83,15,35)
#4C0E20
(76,14,32)
#450D1D
(69,13,29)
#3E0C1A
(62,12,26)
#370B17
(55,11,23)
#300A14
(48,10,20)
#290911
(41,9,17)
#22080E
(34,8,14)
#1B070B
(27,7,11)
#140608
(20,6,8)
#0D0505
(13,5,5)
#000000
(0,0,0)

Tints of #530F23

#530F23
(83,15,35)
#622437
(98,36,55)
#71394B
(113,57,75)
#804E5F
(128,78,95)
#8F6373
(143,99,115)
#9E7887
(158,120,135)
#AD8D9B
(173,141,155)
#BCA2AF
(188,162,175)
#CBB7C3
(203,183,195)
#DACCD7
(218,204,215)
#E9E1EB
(233,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #530F23; }

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

This text font color is #530F23.

Background Color

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

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

This div background color is #530F23.

Border color

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

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

This div border color is #530F23.

Opacity

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

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

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

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

This text has shadow with #530F23 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #530F23.

Preview

Color preview on black background

This text has color #530F23 on black background.


Color preview on white background

This text has color #530F23 on white background.


Black color preview on #530F23 background

This text has black color on #530F23 background.


White color preview on #530F23 background

This text has white color on #530F23 background.


Related colors

Complementary color

Complementary color for #hex is #ACF0DC.


I love getcolorcode.com

Triadic colors

1 #23530F and #0F2353 with #530F23 are triadic colors.

2 #230F53 and #0F5323 with #530F23 are triadic colors.