COLOR #52633E

HEX: #52633E
RGB: (82,99,62)

Color info

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

RGB color model

#52633E color RGB value is (82,99,62).

  • red value is 82;
  • green value is 99;
  • blue value is 62.
RGB:
(82,99,62)
(32%,39%,24%)

RGB channels and saturation

R 82 of 255 = 32%
G 99 of 255 = 39%
B 62 of 255 = 24%

82
99
62

R + G + B ~ 32%. #52633E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 99 + 62 = 243 (100%)
R 82 of 243 ~ 33.74%
G 99 of 243 ~ 40.74%
B 62 of 243 ~ 25.51%

%33.74
%40.74
%25.51

CMYK color model

#52633E color CMYK value is (17,0,37,61).

  • cyan value is 17.17%
  • magenta value is 0.00%
  • yellow value is 37.37%
  • key color value is 61.18%
CMYK:
(17,0,37,61)
C17M0Y37K61 
(17%,0%,37%,61%)
(0.17/0.00/0.37/0.61)	

CMYK percentages

%17.17
%0
%37.37
%61.18

Codes

Color #52633E in popluar color models

52633E
RGB829962
HSL88°22.98%31.57%
HSB/HSV88°37.37%38.82%
CMYK17.17%0.00%37.37%
61.18%

Color #52633E in popluar number systems.

HEX52633E
Decimal829962
Binary10100101100011111110
Octal12214376

Shades and tints

Shades of #52633E

#52633E
(82,99,62)
#4B5A39
(75,90,57)
#445134
(68,81,52)
#3D482F
(61,72,47)
#363F2A
(54,63,42)
#2F3625
(47,54,37)
#282D20
(40,45,32)
#21241B
(33,36,27)
#1A1B16
(26,27,22)
#131211
(19,18,17)
#0C090C
(12,9,12)
#000000
(0,0,0)

Tints of #52633E

#52633E
(82,99,62)
#61714F
(97,113,79)
#707F60
(112,127,96)
#7F8D71
(127,141,113)
#8E9B82
(142,155,130)
#9DA993
(157,169,147)
#ACB7A4
(172,183,164)
#BBC5B5
(187,197,181)
#CAD3C6
(202,211,198)
#D9E1D7
(217,225,215)
#E8EFE8
(232,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52633E color. Also use rgb(82,99,62) instead hex code.

Text Font Color

.myTextColor { color: #52633E; }

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

This text font color is #52633E.


Background Color

.myBgColor { background-color: #52633E; }

<div style="background-color:#52633E">Inner text</div>

This div background color is #52633E.


Border color

.myBorderColor { border: 1px solid #52633E; }

<div style="border:3px solid #52633E">Div</div>

This div border color is #52633E.


Opacity

.myOpacity80 { color: #52633E; opacity: 0.8; }

<p style="color:#52633E;opacity:0.8;">80%</p>

Text with #52633E 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 #52633E;}

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

This text has shadow with #52633E color.

.textShadow {text-shadow: 3px 3px 1px #52633E, 3px 3px 1px red;}

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

This text has shadow with #52633E primary color and red secondary color.


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

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

This text has shadow with #52633E and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #52633E;
-webkit-box-shadow: 1px 1px 3px 2px #52633E;
box-shadow:1px 1px 3px 2px #52633E;">
Div content here</div>
This div box has shadow with color #52633E.

Preview

Color preview on black background

This text has color #52633E on black background.


Color preview on white background

This text has color #52633E on white background.



Black color preview on #52633E background

This text has black color on #52633E background.


White color preview on #52633E background

This text has white color on #52633E background.