COLOR #52633D

HEX: #52633D
RGB: (82,99,61)

Color info

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

RGB color model

#52633D color RGB value is (82,99,61).

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

RGB channels and saturation

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

82
99
61

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

Portions of RGB colors in percentages

R + G + B =
82 + 99 + 61 = 242 (100%)
R 82 of 242 ~ 33.88%
G 99 of 242 ~ 40.91%
B 61 of 242 ~ 25.21%

%33.88
%40.91
%25.21

CMYK color model

#52633D color CMYK value is (17,0,38,61).

  • cyan value is 17.17%
  • magenta value is 0.00%
  • yellow value is 38.38%
  • key color value is 61.18%
CMYK:
(17,0,38,61)
C17M0Y38K61 
(17%,0%,38%,61%)
(0.17/0.00/0.38/0.61)	

CMYK percentages

%17.17
%0
%38.38
%61.18

Codes

Color #52633D in popluar color models

52633D
RGB829961
HSL87°23.75%31.37%
HSB/HSV87°38.38%38.82%
CMYK17.17%0.00%38.38%
61.18%

Color #52633D in popluar number systems.

HEX52633D
Decimal829961
Binary10100101100011111101
Octal12214375

Shades and tints

Shades of #52633D

#52633D
(82,99,61)
#4B5A38
(75,90,56)
#445133
(68,81,51)
#3D482E
(61,72,46)
#363F29
(54,63,41)
#2F3624
(47,54,36)
#282D1F
(40,45,31)
#21241A
(33,36,26)
#1A1B15
(26,27,21)
#131210
(19,18,16)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #52633D

#52633D
(82,99,61)
#61714E
(97,113,78)
#707F5F
(112,127,95)
#7F8D70
(127,141,112)
#8E9B81
(142,155,129)
#9DA992
(157,169,146)
#ACB7A3
(172,183,163)
#BBC5B4
(187,197,180)
#CAD3C5
(202,211,197)
#D9E1D6
(217,225,214)
#E8EFE7
(232,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52633D; }

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

This text font color is #52633D.


Background Color

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

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

This div background color is #52633D.


Border color

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

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

This div border color is #52633D.


Opacity

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

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

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

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

This text has shadow with #52633D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52633D on black background.


Color preview on white background

This text has color #52633D on white background.



Black color preview on #52633D background

This text has black color on #52633D background.


White color preview on #52633D background

This text has white color on #52633D background.