COLOR #52613F

HEX: #52613F RGB: (82,97,63)

Color info

#52613F contains red, green and blue colors in about the same proportion. Web safe color of #52613F is #666633 (or #663).

RGB color model

#52613F color RGB value is (82,97,63).

RGB: (82,97,63) (32%, 38%, 25%)

RGB channels and saturation

R 82 of 255 = 32%
G 97 of 255 = 38%
B 63 of 255 = 25%

82
97
63

R + G + B ~ 32%. #52613F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 97 + 63 = 242 (100%)
R 82 of 242 ~ 33.88%
G 97 of 242 ~ 40.08%
B 63 of 242 ~ 26.03'%

%33.88
%40.08
%26.03

CMYK color model

#52613F color CMYK value is (15,0,35,62).

  • cyan value is 15.46%
  • magenta value is 0.00%
  • yellow value is 35.05%
  • key color value is 61.96%

CMYK: (15,0,35,62)
C15M0Y35K62 (15%, 0%, 35%, 62%)
(0.15 / 0.00 / 0.35 / 0.62)

CMYK percentages

%15.46
%0
%35.05
%61.96

Codes

Color #52613F in popluar color models

52 61 3F
RGB 82 97 63
HSL 86° 21.25% 31.37%
HSB/HSV 86° 35.05% 38.04%
CMYK 15.46% 0.00% 35.05%
61.96%

Color #52613F in popluar number systems.

HEX 52 61 3F
Decimal 82 97 63
Binary 1010010 1100001 111111
Octal 122 141 77

Shades and tints

Shades of #52613F

#52613F
(82,97,63)
#4B593A
(75,89,58)
#445135
(68,81,53)
#3D4930
(61,73,48)
#36412B
(54,65,43)
#2F3926
(47,57,38)
#283121
(40,49,33)
#21291C
(33,41,28)
#1A2117
(26,33,23)
#131912
(19,25,18)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #52613F

#52613F
(82,97,63)
#616F50
(97,111,80)
#707D61
(112,125,97)
#7F8B72
(127,139,114)
#8E9983
(142,153,131)
#9DA794
(157,167,148)
#ACB5A5
(172,181,165)
#BBC3B6
(187,195,182)
#CAD1C7
(202,209,199)
#D9DFD8
(217,223,216)
#E8EDE9
(232,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52613F color. Also use rgb(82,97,63) instead hex code.

Text Font Color

.myTextColor { color: #52613F; }

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

This text font color is #52613F.

Background Color

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

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

This div background color is #52613F.

Border color

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

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

This div border color is #52613F.

Opacity

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

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

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

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

This text has shadow with #52613F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52613F.

Preview

Color preview on black background

This text has color #52613F on black background.


Color preview on white background

This text has color #52613F on white background.


Black color preview on #52613F background

This text has black color on #52613F background.


White color preview on #52613F background

This text has white color on #52613F background.


Related colors

Complementary color

Complementary color for #hex is #AD9EC0.


I love getcolorcode.com

Triadic colors

1 #3F5261 and #613F52 with #52613F are triadic colors.

2 #3F6152 and #61523F with #52613F are triadic colors.