COLOR #53333F

HEX: #53333F RGB: (83,51,63)

Color info

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

RGB color model

#53333F color RGB value is (83,51,63).

RGB: (83,51,63) (33%, 20%, 25%)

RGB channels and saturation

R 83 of 255 = 33%
G 51 of 255 = 20%
B 63 of 255 = 25%

83
51
63

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

Portions of RGB colors in percentages

R + G + B = 83 + 51 + 63 = 197 (100%)
R 83 of 197 ~ 42.13%
G 51 of 197 ~ 25.89%
B 63 of 197 ~ 31.98'%

%42.13
%25.89
%31.98

CMYK color model

#53333F color CMYK value is (0,39,24,67).

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

CMYK: (0,39,24,67)
C0M39Y24K67 (0%, 39%, 24%, 67%)
(0.00 / 0.39 / 0.24 / 0.67)

CMYK percentages

%0
%38.55
%24.1
%67.45

Codes

Color #53333F in popluar color models

53 33 3F
RGB 83 51 63
HSL 338° 23.88% 26.27%
HSB/HSV 338° 38.55% 32.55%
CMYK 0.00% 38.55% 24.10%
67.45%

Color #53333F in popluar number systems.

HEX 53 33 3F
Decimal 83 51 63
Binary 1010011 110011 111111
Octal 123 63 77

Shades and tints

Shades of #53333F

#53333F
(83,51,63)
#4C2F3A
(76,47,58)
#452B35
(69,43,53)
#3E2730
(62,39,48)
#37232B
(55,35,43)
#301F26
(48,31,38)
#291B21
(41,27,33)
#22171C
(34,23,28)
#1B1317
(27,19,23)
#140F12
(20,15,18)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #53333F

#53333F
(83,51,63)
#624550
(98,69,80)
#715761
(113,87,97)
#806972
(128,105,114)
#8F7B83
(143,123,131)
#9E8D94
(158,141,148)
#AD9FA5
(173,159,165)
#BCB1B6
(188,177,182)
#CBC3C7
(203,195,199)
#DAD5D8
(218,213,216)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53333F; }

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

This text font color is #53333F.

Background Color

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

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

This div background color is #53333F.

Border color

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

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

This div border color is #53333F.

Opacity

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

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

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

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

This text has shadow with #53333F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53333F.

Preview

Color preview on black background

This text has color #53333F on black background.


Color preview on white background

This text has color #53333F on white background.


Black color preview on #53333F background

This text has black color on #53333F background.


White color preview on #53333F background

This text has white color on #53333F background.


Related colors

Complementary color

Complementary color for #hex is #ACCCC0.


I love getcolorcode.com

Triadic colors

1 #3F5333 and #333F53 with #53333F are triadic colors.

2 #3F3353 and #33533F with #53333F are triadic colors.