COLOR #52232F

HEX: #52232F RGB: (82,35,47)

Color info

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

RGB color model

#52232F color RGB value is (82,35,47).

RGB: (82,35,47) (32%, 14%, 18%)

RGB channels and saturation

R 82 of 255 = 32%
G 35 of 255 = 14%
B 47 of 255 = 18%

82
35
47

R + G + B ~ 21%. #52232F is dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 35 + 47 = 164 (100%)
R 82 of 164 ~ 50%
G 35 of 164 ~ 21.34%
B 47 of 164 ~ 28.66'%

%50
%21.34
%28.66

CMYK color model

#52232F color CMYK value is (0,57,43,68).

  • cyan value is 0.00%
  • magenta value is 57.32%
  • yellow value is 42.68%
  • key color value is 67.84%

CMYK: (0,57,43,68)
C0M57Y43K68 (0%, 57%, 43%, 68%)
(0.00 / 0.57 / 0.43 / 0.68)

CMYK percentages

%0
%57.32
%42.68
%67.84

Codes

Color #52232F in popluar color models

52 23 2F
RGB 82 35 47
HSL 345° 40.17% 22.94%
HSB/HSV 345° 57.32% 32.16%
CMYK 0.00% 57.32% 42.68%
67.84%

Color #52232F in popluar number systems.

HEX 52 23 2F
Decimal 82 35 47
Binary 1010010 100011 101111
Octal 122 43 57

Shades and tints

Shades of #52232F

#52232F
(82,35,47)
#4B202B
(75,32,43)
#441D27
(68,29,39)
#3D1A23
(61,26,35)
#36171F
(54,23,31)
#2F141B
(47,20,27)
#281117
(40,17,23)
#210E13
(33,14,19)
#1A0B0F
(26,11,15)
#13080B
(19,8,11)
#0C0507
(12,5,7)
#000000
(0,0,0)

Tints of #52232F

#52232F
(82,35,47)
#613741
(97,55,65)
#704B53
(112,75,83)
#7F5F65
(127,95,101)
#8E7377
(142,115,119)
#9D8789
(157,135,137)
#AC9B9B
(172,155,155)
#BBAFAD
(187,175,173)
#CAC3BF
(202,195,191)
#D9D7D1
(217,215,209)
#E8EBE3
(232,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52232F color. Also use rgb(82,35,47) instead hex code.

Text Font Color

.myTextColor { color: #52232F; }

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

This text font color is #52232F.

Background Color

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

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

This div background color is #52232F.

Border color

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

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

This div border color is #52232F.

Opacity

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

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

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

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

This text has shadow with #52232F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52232F.

Preview

Color preview on black background

This text has color #52232F on black background.


Color preview on white background

This text has color #52232F on white background.


Black color preview on #52232F background

This text has black color on #52232F background.


White color preview on #52232F background

This text has white color on #52232F background.


Related colors

Complementary color

Complementary color for #hex is #ADDCD0.


I love getcolorcode.com

Triadic colors

1 #2F5223 and #232F52 with #52232F are triadic colors.

2 #2F2352 and #23522F with #52232F are triadic colors.