COLOR #52834A

HEX: #52834A
RGB: (82,131,74)

Color info

#52834A contains red, green and blue colors in about the same proportion. Web safe color of #52834A is #669933 (or #693).

RGB color model

#52834A color RGB value is (82,131,74).

  • red value is 82;
  • green value is 131;
  • blue value is 74.
RGB:
(82,131,74)
(32%,51%,29%)

RGB channels and saturation

R 82 of 255 = 32%
G 131 of 255 = 51%
B 74 of 255 = 29%

82
131
74

R + G + B ~ 37%. #52834A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 131 + 74 = 287 (100%)
R 82 of 287 ~ 28.57%
G 131 of 287 ~ 45.64%
B 74 of 287 ~ 25.78%

%28.57
%45.64
%25.78

CMYK color model

#52834A color CMYK value is (37,0,44,49).

  • cyan value is 37.40%
  • magenta value is 0.00%
  • yellow value is 43.51%
  • key color value is 48.63%
CMYK:
(37,0,44,49)
C37M0Y44K49 
(37%,0%,44%,49%)
(0.37/0.00/0.44/0.49)	

CMYK percentages

%37.4
%0
%43.51
%48.63

Codes

Color #52834A in popluar color models

52834A
RGB8213174
HSL112°27.80%40.20%
HSB/HSV112°43.51%51.37%
CMYK37.40%0.00%43.51%
48.63%

Color #52834A in popluar number systems.

HEX52834A
Decimal8213174
Binary1010010100000111001010
Octal122203112

Shades and tints

Shades of #52834A

#52834A
(82,131,74)
#4B7844
(75,120,68)
#446D3E
(68,109,62)
#3D6238
(61,98,56)
#365732
(54,87,50)
#2F4C2C
(47,76,44)
#284126
(40,65,38)
#213620
(33,54,32)
#1A2B1A
(26,43,26)
#132014
(19,32,20)
#0C150E
(12,21,14)
#000000
(0,0,0)

Tints of #52834A

#52834A
(82,131,74)
#618E5A
(97,142,90)
#70996A
(112,153,106)
#7FA47A
(127,164,122)
#8EAF8A
(142,175,138)
#9DBA9A
(157,186,154)
#ACC5AA
(172,197,170)
#BBD0BA
(187,208,186)
#CADBCA
(202,219,202)
#D9E6DA
(217,230,218)
#E8F1EA
(232,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52834A color. Also use rgb(82,131,74) instead hex code.

Text Font Color

.myTextColor { color: #52834A; }

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

This text font color is #52834A.


Background Color

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

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

This div background color is #52834A.


Border color

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

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

This div border color is #52834A.


Opacity

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

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

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

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

This text has shadow with #52834A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52834A on black background.


Color preview on white background

This text has color #52834A on white background.



Black color preview on #52834A background

This text has black color on #52834A background.


White color preview on #52834A background

This text has white color on #52834A background.