COLOR #53752E

HEX: #53752E
RGB: (83,117,46)

Color info

#53752E contains mainly red and green colors. Web safe color of #53752E is #666633 (or #663).

RGB color model

#53752E color RGB value is (83,117,46).

  • red value is 83;
  • green value is 117;
  • blue value is 46.
RGB:
(83,117,46)
(33%,46%,18%)

RGB channels and saturation

R 83 of 255 = 33%
G 117 of 255 = 46%
B 46 of 255 = 18%

83
117
46

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

Portions of RGB colors in percentages

R + G + B =
83 + 117 + 46 = 246 (100%)
R 83 of 246 ~ 33.74%
G 117 of 246 ~ 47.56%
B 46 of 246 ~ 18.7%

%33.74
%47.56
%18.7

CMYK color model

#53752E color CMYK value is (29,0,61,54).

  • cyan value is 29.06%
  • magenta value is 0.00%
  • yellow value is 60.68%
  • key color value is 54.12%
CMYK:
(29,0,61,54)
C29M0Y61K54 
(29%,0%,61%,54%)
(0.29/0.00/0.61/0.54)	

CMYK percentages

%29.06
%0
%60.68
%54.12

Codes

Color #53752E in popluar color models

53752E
RGB8311746
HSL89°43.56%31.96%
HSB/HSV89°60.68%45.88%
CMYK29.06%0.00%60.68%
54.12%

Color #53752E in popluar number systems.

HEX53752E
Decimal8311746
Binary10100111110101101110
Octal12316556

Shades and tints

Shades of #53752E

#53752E
(83,117,46)
#4C6B2A
(76,107,42)
#456126
(69,97,38)
#3E5722
(62,87,34)
#374D1E
(55,77,30)
#30431A
(48,67,26)
#293916
(41,57,22)
#222F12
(34,47,18)
#1B250E
(27,37,14)
#141B0A
(20,27,10)
#0D1106
(13,17,6)
#000000
(0,0,0)

Tints of #53752E

#53752E
(83,117,46)
#628141
(98,129,65)
#718D54
(113,141,84)
#809967
(128,153,103)
#8FA57A
(143,165,122)
#9EB18D
(158,177,141)
#ADBDA0
(173,189,160)
#BCC9B3
(188,201,179)
#CBD5C6
(203,213,198)
#DAE1D9
(218,225,217)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53752E color. Also use rgb(83,117,46) instead hex code.

Text Font Color

.myTextColor { color: #53752E; }

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

This text font color is #53752E.


Background Color

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

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

This div background color is #53752E.


Border color

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

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

This div border color is #53752E.


Opacity

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

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

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

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

This text has shadow with #53752E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53752E on black background.


Color preview on white background

This text has color #53752E on white background.



Black color preview on #53752E background

This text has black color on #53752E background.


White color preview on #53752E background

This text has white color on #53752E background.