COLOR #52771B

HEX: #52771B RGB: (82,119,27)

Color info

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

RGB color model

#52771B color RGB value is (82,119,27).

RGB: (82,119,27) (32%, 47%, 11%)

RGB channels and saturation

R 82 of 255 = 32%
G 119 of 255 = 47%
B 27 of 255 = 11%

82
119
27

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

Portions of RGB colors in percentages

R + G + B = 82 + 119 + 27 = 228 (100%)
R 82 of 228 ~ 35.96%
G 119 of 228 ~ 52.19%
B 27 of 228 ~ 11.84'%

%35.96
%52.19
%11.84

CMYK color model

#52771B color CMYK value is (31,0,77,53).

  • cyan value is 31.09%
  • magenta value is 0.00%
  • yellow value is 77.31%
  • key color value is 53.33%

CMYK: (31,0,77,53)
C31M0Y77K53 (31%, 0%, 77%, 53%)
(0.31 / 0.00 / 0.77 / 0.53)

CMYK percentages

%31.09
%0
%77.31
%53.33

Codes

Color #52771B in popluar color models

52 77 1B
RGB 82 119 27
HSL 84° 63.01% 28.63%
HSB/HSV 84° 77.31% 46.67%
CMYK 31.09% 0.00% 77.31%
53.33%

Color #52771B in popluar number systems.

HEX 52 77 1B
Decimal 82 119 27
Binary 1010010 1110111 11011
Octal 122 167 33

Shades and tints

Shades of #52771B

#52771B
(82,119,27)
#4B6D19
(75,109,25)
#446317
(68,99,23)
#3D5915
(61,89,21)
#364F13
(54,79,19)
#2F4511
(47,69,17)
#283B0F
(40,59,15)
#21310D
(33,49,13)
#1A270B
(26,39,11)
#131D09
(19,29,9)
#0C1307
(12,19,7)
#000000
(0,0,0)

Tints of #52771B

#52771B
(82,119,27)
#61832F
(97,131,47)
#708F43
(112,143,67)
#7F9B57
(127,155,87)
#8EA76B
(142,167,107)
#9DB37F
(157,179,127)
#ACBF93
(172,191,147)
#BBCBA7
(187,203,167)
#CAD7BB
(202,215,187)
#D9E3CF
(217,227,207)
#E8EFE3
(232,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52771B color. Also use rgb(82,119,27) instead hex code.

Text Font Color

.myTextColor { color: #52771B; }

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

This text font color is #52771B.

Background Color

.myBgColor { background-color: #52771B; }

<div style="background-color:#52771B">Inner text</div>

This div background color is #52771B.

Border color

.myBorderColor { border: 1px solid #52771B; }

<div style="border:3px solid #52771B">Div</div>

This div border color is #52771B.

Opacity

.myOpacity80 { color: #52771B; opacity: 0.8; }

<p style="color:#52771B;opacity:0.8;">80%</p>

Text with #52771B 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 #52771B;}

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

This text has shadow with #52771B color.


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

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

This text has shadow with #52771B primary color and red secondary color.


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

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

This text has shadow with #52771B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #52771B.

Preview

Color preview on black background

This text has color #52771B on black background.


Color preview on white background

This text has color #52771B on white background.


Black color preview on #52771B background

This text has black color on #52771B background.


White color preview on #52771B background

This text has white color on #52771B background.


Related colors

Complementary color

Complementary color for #hex is #AD88E4.


I love getcolorcode.com

Triadic colors

1 #1B5277 and #771B52 with #52771B are triadic colors.

2 #1B7752 and #77521B with #52771B are triadic colors.