COLOR #53752A

HEX: #53752A
RGB: (83,117,42)

Color info

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

RGB color model

#53752A color RGB value is (83,117,42).

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

RGB channels and saturation

R 83 of 255 = 33%
G 117 of 255 = 46%
B 42 of 255 = 16%

83
117
42

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

Portions of RGB colors in percentages

R + G + B =
83 + 117 + 42 = 242 (100%)
R 83 of 242 ~ 34.3%
G 117 of 242 ~ 48.35%
B 42 of 242 ~ 17.36%

%34.3
%48.35
%17.36

CMYK color model

#53752A color CMYK value is (29,0,64,54).

  • cyan value is 29.06%
  • magenta value is 0.00%
  • yellow value is 64.10%
  • key color value is 54.12%
CMYK:
(29,0,64,54)
C29M0Y64K54 
(29%,0%,64%,54%)
(0.29/0.00/0.64/0.54)	

CMYK percentages

%29.06
%0
%64.1
%54.12

Codes

Color #53752A in popluar color models

53752A
RGB8311742
HSL87°47.17%31.18%
HSB/HSV87°64.10%45.88%
CMYK29.06%0.00%64.10%
54.12%

Color #53752A in popluar number systems.

HEX53752A
Decimal8311742
Binary10100111110101101010
Octal12316552

Shades and tints

Shades of #53752A

#53752A
(83,117,42)
#4C6B27
(76,107,39)
#456124
(69,97,36)
#3E5721
(62,87,33)
#374D1E
(55,77,30)
#30431B
(48,67,27)
#293918
(41,57,24)
#222F15
(34,47,21)
#1B2512
(27,37,18)
#141B0F
(20,27,15)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #53752A

#53752A
(83,117,42)
#62813D
(98,129,61)
#718D50
(113,141,80)
#809963
(128,153,99)
#8FA576
(143,165,118)
#9EB189
(158,177,137)
#ADBD9C
(173,189,156)
#BCC9AF
(188,201,175)
#CBD5C2
(203,213,194)
#DAE1D5
(218,225,213)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53752A; }

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

This text font color is #53752A.


Background Color

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

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

This div background color is #53752A.


Border color

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

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

This div border color is #53752A.


Opacity

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

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

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

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

This text has shadow with #53752A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53752A on black background.


Color preview on white background

This text has color #53752A on white background.



Black color preview on #53752A background

This text has black color on #53752A background.


White color preview on #53752A background

This text has white color on #53752A background.