COLOR #52945C

HEX: #52945C
RGB: (82,148,92)

Color info

#52945C contains mainly green and blue colors. Web safe color of #52945C is #669966 (or #696).

RGB color model

#52945C color RGB value is (82,148,92).

  • red value is 82;
  • green value is 148;
  • blue value is 92.
RGB:
(82,148,92)
(32%,58%,36%)

RGB channels and saturation

R 82 of 255 = 32%
G 148 of 255 = 58%
B 92 of 255 = 36%

82
148
92

R + G + B ~ 42%. #52945C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 148 + 92 = 322 (100%)
R 82 of 322 ~ 25.47%
G 148 of 322 ~ 45.96%
B 92 of 322 ~ 28.57%

%25.47
%45.96
%28.57

CMYK color model

#52945C color CMYK value is (45,0,38,42).

  • cyan value is 44.59%
  • magenta value is 0.00%
  • yellow value is 37.84%
  • key color value is 41.96%
CMYK:
(45,0,38,42)
C45M0Y38K42 
(45%,0%,38%,42%)
(0.45/0.00/0.38/0.42)	

CMYK percentages

%44.59
%0
%37.84
%41.96

Codes

Color #52945C in popluar color models

52945C
RGB8214892
HSL129°28.70%45.10%
HSB/HSV129°44.59%58.04%
CMYK44.59%0.00%37.84%
41.96%

Color #52945C in popluar number systems.

HEX52945C
Decimal8214892
Binary1010010100101001011100
Octal122224134

Shades and tints

Shades of #52945C

#52945C
(82,148,92)
#4B8754
(75,135,84)
#447A4C
(68,122,76)
#3D6D44
(61,109,68)
#36603C
(54,96,60)
#2F5334
(47,83,52)
#28462C
(40,70,44)
#213924
(33,57,36)
#1A2C1C
(26,44,28)
#131F14
(19,31,20)
#0C120C
(12,18,12)
#000000
(0,0,0)

Tints of #52945C

#52945C
(82,148,92)
#619D6A
(97,157,106)
#70A678
(112,166,120)
#7FAF86
(127,175,134)
#8EB894
(142,184,148)
#9DC1A2
(157,193,162)
#ACCAB0
(172,202,176)
#BBD3BE
(187,211,190)
#CADCCC
(202,220,204)
#D9E5DA
(217,229,218)
#E8EEE8
(232,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52945C color. Also use rgb(82,148,92) instead hex code.

Text Font Color

.myTextColor { color: #52945C; }

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

This text font color is #52945C.


Background Color

.myBgColor { background-color: #52945C; }

<div style="background-color:#52945C">Inner text</div>

This div background color is #52945C.


Border color

.myBorderColor { border: 1px solid #52945C; }

<div style="border:3px solid #52945C">Div</div>

This div border color is #52945C.


Opacity

.myOpacity80 { color: #52945C; opacity: 0.8; }

<p style="color:#52945C;opacity:0.8;">80%</p>

Text with #52945C 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 #52945C;}

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

This text has shadow with #52945C color.

.textShadow {text-shadow: 3px 3px 1px #52945C, 3px 3px 1px red;}

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

This text has shadow with #52945C primary color and red secondary color.


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

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

This text has shadow with #52945C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52945C on black background.


Color preview on white background

This text has color #52945C on white background.



Black color preview on #52945C background

This text has black color on #52945C background.


White color preview on #52945C background

This text has white color on #52945C background.