COLOR #53303F

HEX: #53303F RGB: (83,48,63)

Color info

#53303F contains red, green and blue colors in about the same proportion. Web safe color of #53303F is #663333 (or #633).

RGB color model

#53303F color RGB value is (83,48,63).

RGB: (83,48,63) (33%, 19%, 25%)

RGB channels and saturation

R 83 of 255 = 33%
G 48 of 255 = 19%
B 63 of 255 = 25%

83
48
63

R + G + B ~ 26%. #53303F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 48 + 63 = 194 (100%)
R 83 of 194 ~ 42.78%
G 48 of 194 ~ 24.74%
B 63 of 194 ~ 32.47'%

%42.78
%24.74
%32.47

CMYK color model

#53303F color CMYK value is (0,42,24,67).

  • cyan value is 0.00%
  • magenta value is 42.17%
  • yellow value is 24.10%
  • key color value is 67.45%

CMYK: (0,42,24,67)
C0M42Y24K67 (0%, 42%, 24%, 67%)
(0.00 / 0.42 / 0.24 / 0.67)

CMYK percentages

%0
%42.17
%24.1
%67.45

Codes

Color #53303F in popluar color models

53 30 3F
RGB 83 48 63
HSL 334° 26.72% 25.69%
HSB/HSV 334° 42.17% 32.55%
CMYK 0.00% 42.17% 24.10%
67.45%

Color #53303F in popluar number systems.

HEX 53 30 3F
Decimal 83 48 63
Binary 1010011 110000 111111
Octal 123 60 77

Shades and tints

Shades of #53303F

#53303F
(83,48,63)
#4C2C3A
(76,44,58)
#452835
(69,40,53)
#3E2430
(62,36,48)
#37202B
(55,32,43)
#301C26
(48,28,38)
#291821
(41,24,33)
#22141C
(34,20,28)
#1B1017
(27,16,23)
#140C12
(20,12,18)
#0D080D
(13,8,13)
#000000
(0,0,0)

Tints of #53303F

#53303F
(83,48,63)
#624250
(98,66,80)
#715461
(113,84,97)
#806672
(128,102,114)
#8F7883
(143,120,131)
#9E8A94
(158,138,148)
#AD9CA5
(173,156,165)
#BCAEB6
(188,174,182)
#CBC0C7
(203,192,199)
#DAD2D8
(218,210,216)
#E9E4E9
(233,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53303F color. Also use rgb(83,48,63) instead hex code.

Text Font Color

.myTextColor { color: #53303F; }

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

This text font color is #53303F.

Background Color

.myBgColor { background-color: #53303F; }

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

This div background color is #53303F.

Border color

.myBorderColor { border: 1px solid #53303F; }

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

This div border color is #53303F.

Opacity

.myOpacity80 { color: #53303F; opacity: 0.8; }

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

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

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

This text has shadow with #53303F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53303F.

Preview

Color preview on black background

This text has color #53303F on black background.


Color preview on white background

This text has color #53303F on white background.


Black color preview on #53303F background

This text has black color on #53303F background.


White color preview on #53303F background

This text has white color on #53303F background.


Related colors

Complementary color

Complementary color for #hex is #ACCFC0.


I love getcolorcode.com

Triadic colors

1 #3F5330 and #303F53 with #53303F are triadic colors.

2 #3F3053 and #30533F with #53303F are triadic colors.