COLOR #505203

HEX: #505203 RGB: (80,82,3)

Color info

#505203 contains mainly red and green colors. Web safe color of #505203 is #666600 (or #660).

RGB color model

#505203 color RGB value is (80,82,3).

RGB: (80,82,3) (31%, 32%, 1%)

RGB channels and saturation

R 80 of 255 = 31%
G 82 of 255 = 32%
B 3 of 255 = 1%

80
82
3

R + G + B ~ 21%. #505203 is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 82 + 3 = 165 (100%)
R 80 of 165 ~ 48.48%
G 82 of 165 ~ 49.7%
B 3 of 165 ~ 1.82'%

%48.48
%49.7

CMYK color model

#505203 color CMYK value is (2,0,96,68).

  • cyan value is 2.44%
  • magenta value is 0.00%
  • yellow value is 96.34%
  • key color value is 67.84%

CMYK: (2,0,96,68)
C2M0Y96K68 (2%, 0%, 96%, 68%)
(0.02 / 0.00 / 0.96 / 0.68)

CMYK percentages

%2.44
%0
%96.34
%67.84

Codes

Color #505203 in popluar color models

50 52 03
RGB 80 82 3
HSL 62° 92.94% 16.67%
HSB/HSV 62° 96.34% 32.16%
CMYK 2.44% 0.00% 96.34%
67.84%

Color #505203 in popluar number systems.

HEX 50 52 03
Decimal 80 82 3
Binary 1010000 1010010 11
Octal 120 122 3

Shades and tints

Shades of #505203

#505203
(80,82,3)
#494B03
(73,75,3)
#424403
(66,68,3)
#3B3D03
(59,61,3)
#343603
(52,54,3)
#2D2F03
(45,47,3)
#262803
(38,40,3)
#1F2103
(31,33,3)
#181A03
(24,26,3)
#111303
(17,19,3)
#0A0C03
(10,12,3)
#000000
(0,0,0)

Tints of #505203

#505203
(80,82,3)
#5F6119
(95,97,25)
#6E702F
(110,112,47)
#7D7F45
(125,127,69)
#8C8E5B
(140,142,91)
#9B9D71
(155,157,113)
#AAAC87
(170,172,135)
#B9BB9D
(185,187,157)
#C8CAB3
(200,202,179)
#D7D9C9
(215,217,201)
#E6E8DF
(230,232,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505203 color. Also use rgb(80,82,3) instead hex code.

Text Font Color

.myTextColor { color: #505203; }

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

This text font color is #505203.

Background Color

.myBgColor { background-color: #505203; }

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

This div background color is #505203.

Border color

.myBorderColor { border: 1px solid #505203; }

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

This div border color is #505203.

Opacity

.myOpacity80 { color: #505203; opacity: 0.8; }

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

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

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

This text has shadow with #505203 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #505203.

Preview

Color preview on black background

This text has color #505203 on black background.


Color preview on white background

This text has color #505203 on white background.


Black color preview on #505203 background

This text has black color on #505203 background.


White color preview on #505203 background

This text has white color on #505203 background.


Related colors

Complementary color

Complementary color for #hex is #AFADFC.


I love getcolorcode.com

Triadic colors

1 #035052 and #520350 with #505203 are triadic colors.

2 #035250 and #525003 with #505203 are triadic colors.