COLOR #52742F

HEX: #52742F
RGB: (82,116,47)

Color info

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

RGB color model

#52742F color RGB value is (82,116,47).

  • red value is 82;
  • green value is 116;
  • blue value is 47.
RGB:
(82,116,47)
(32%,45%,18%)

RGB channels and saturation

R 82 of 255 = 32%
G 116 of 255 = 45%
B 47 of 255 = 18%

82
116
47

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

Portions of RGB colors in percentages

R + G + B =
82 + 116 + 47 = 245 (100%)
R 82 of 245 ~ 33.47%
G 116 of 245 ~ 47.35%
B 47 of 245 ~ 19.18%

%33.47
%47.35
%19.18

CMYK color model

#52742F color CMYK value is (29,0,59,55).

  • cyan value is 29.31%
  • magenta value is 0.00%
  • yellow value is 59.48%
  • key color value is 54.51%
CMYK:
(29,0,59,55)
C29M0Y59K55 
(29%,0%,59%,55%)
(0.29/0.00/0.59/0.55)	

CMYK percentages

%29.31
%0
%59.48
%54.51

Codes

Color #52742F in popluar color models

52742F
RGB8211647
HSL90°42.33%31.96%
HSB/HSV90°59.48%45.49%
CMYK29.31%0.00%59.48%
54.51%

Color #52742F in popluar number systems.

HEX52742F
Decimal8211647
Binary10100101110100101111
Octal12216457

Shades and tints

Shades of #52742F

#52742F
(82,116,47)
#4B6A2B
(75,106,43)
#446027
(68,96,39)
#3D5623
(61,86,35)
#364C1F
(54,76,31)
#2F421B
(47,66,27)
#283817
(40,56,23)
#212E13
(33,46,19)
#1A240F
(26,36,15)
#131A0B
(19,26,11)
#0C1007
(12,16,7)
#000000
(0,0,0)

Tints of #52742F

#52742F
(82,116,47)
#618041
(97,128,65)
#708C53
(112,140,83)
#7F9865
(127,152,101)
#8EA477
(142,164,119)
#9DB089
(157,176,137)
#ACBC9B
(172,188,155)
#BBC8AD
(187,200,173)
#CAD4BF
(202,212,191)
#D9E0D1
(217,224,209)
#E8ECE3
(232,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52742F color. Also use rgb(82,116,47) instead hex code.

Text Font Color

.myTextColor { color: #52742F; }

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

This text font color is #52742F.


Background Color

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

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

This div background color is #52742F.


Border color

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

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

This div border color is #52742F.


Opacity

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

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

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

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

This text has shadow with #52742F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52742F on black background.


Color preview on white background

This text has color #52742F on white background.



Black color preview on #52742F background

This text has black color on #52742F background.


White color preview on #52742F background

This text has white color on #52742F background.