COLOR #52890C

HEX: #52890C RGB: (82,137,12)

Color info

#52890C contains mainly red and green colors. Web safe color of #52890C is #669900 (or #690).

RGB color model

#52890C color RGB value is (82,137,12).

RGB: (82,137,12) (32%, 54%, 5%)

RGB channels and saturation

R 82 of 255 = 32%
G 137 of 255 = 54%
B 12 of 255 = 5%

82
137
12

R + G + B ~ 30%. #52890C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 137 + 12 = 231 (100%)
R 82 of 231 ~ 35.5%
G 137 of 231 ~ 59.31%
B 12 of 231 ~ 5.19'%

%35.5
%59.31

CMYK color model

#52890C color CMYK value is (40,0,91,46).

  • cyan value is 40.15%
  • magenta value is 0.00%
  • yellow value is 91.24%
  • key color value is 46.27%
CMYK: (40,0,91,46) C40M0Y91K46 (40%,0%,91%,46%) (0.40/0.00/0.91/0.46) 

CMYK percentages

%40.15
%0
%91.24
%46.27

Codes

Color #52890C in popluar color models

52 89 0C
RGB 82 137 12
HSL 86° 83.89% 29.22%
HSB/HSV 86° 91.24% 53.73%
CMYK 40.15% 0.00% 91.24%
46.27%

Color #52890C in popluar number systems.

HEX 52 89 0C
Decimal 82 137 12
Binary 1010010 10001001 1100
Octal 122 211 14

Shades and tints

Shades of #52890C

#52890C
(82,137,12)
#4B7D0B
(75,125,11)
#44710A
(68,113,10)
#3D6509
(61,101,9)
#365908
(54,89,8)
#2F4D07
(47,77,7)
#284106
(40,65,6)
#213505
(33,53,5)
#1A2904
(26,41,4)
#131D03
(19,29,3)
#0C1102
(12,17,2)
#000000
(0,0,0)

Tints of #52890C

#52890C
(82,137,12)
#619322
(97,147,34)
#709D38
(112,157,56)
#7FA74E
(127,167,78)
#8EB164
(142,177,100)
#9DBB7A
(157,187,122)
#ACC590
(172,197,144)
#BBCFA6
(187,207,166)
#CAD9BC
(202,217,188)
#D9E3D2
(217,227,210)
#E8EDE8
(232,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52890C color. Also use rgb(82,137,12) instead hex code.

Text Font Color

.myTextColor { color: #52890C; }

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

This text font color is #52890C.

Background Color

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

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

This div background color is #52890C.

Border color

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

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

This div border color is #52890C.

Opacity

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

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

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

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

This text has shadow with #52890C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52890C.

Preview

Color preview on black background

This text has color #52890C on black background.


Color preview on white background

This text has color #52890C on white background.


Black color preview on #52890C background

This text has black color on #52890C background.


White color preview on #52890C background

This text has white color on #52890C background.


Related colors

Complementary color

Complementary color for #hex is #AD76F3.


I love getcolorcode.com

Triadic colors

1 #0C5289 and #890C52 with #52890C are triadic colors.

2 #0C8952 and #89520C with #52890C are triadic colors.