COLOR #475503

HEX: #475503 RGB: (71,85,3)

Color info

#475503 contains mainly red and green colors. Web safe color of #475503 is #336600 (or #360).

RGB color model

#475503 color RGB value is (71,85,3).

RGB: (71,85,3) (28%, 33%, 1%)

RGB channels and saturation

R 71 of 255 = 28%
G 85 of 255 = 33%
B 3 of 255 = 1%

71
85
3

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

Portions of RGB colors in percentages

R + G + B = 71 + 85 + 3 = 159 (100%)
R 71 of 159 ~ 44.65%
G 85 of 159 ~ 53.46%
B 3 of 159 ~ 1.89'%

%44.65
%53.46

CMYK color model

#475503 color CMYK value is (16,0,96,67).

  • cyan value is 16.47%
  • magenta value is 0.00%
  • yellow value is 96.47%
  • key color value is 66.67%
CMYK: (16,0,96,67) C16M0Y96K67 (16%,0%,96%,67%) (0.16/0.00/0.96/0.67) 

CMYK percentages

%16.47
%0
%96.47
%66.67

Codes

Color #475503 in popluar color models

47 55 03
RGB 71 85 3
HSL 70° 93.18% 17.25%
HSB/HSV 70° 96.47% 33.33%
CMYK 16.47% 0.00% 96.47%
66.67%

Color #475503 in popluar number systems.

HEX 47 55 03
Decimal 71 85 3
Binary 1000111 1010101 11
Octal 107 125 3

Shades and tints

Shades of #475503

#475503
(71,85,3)
#414E03
(65,78,3)
#3B4703
(59,71,3)
#354003
(53,64,3)
#2F3903
(47,57,3)
#293203
(41,50,3)
#232B03
(35,43,3)
#1D2403
(29,36,3)
#171D03
(23,29,3)
#111603
(17,22,3)
#0B0F03
(11,15,3)
#000000
(0,0,0)

Tints of #475503

#475503
(71,85,3)
#576419
(87,100,25)
#67732F
(103,115,47)
#778245
(119,130,69)
#87915B
(135,145,91)
#97A071
(151,160,113)
#A7AF87
(167,175,135)
#B7BE9D
(183,190,157)
#C7CDB3
(199,205,179)
#D7DCC9
(215,220,201)
#E7EBDF
(231,235,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475503 color. Also use rgb(71,85,3) instead hex code.

Text Font Color

.myTextColor { color: #475503; }

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

This text font color is #475503.

Background Color

.myBgColor { background-color: #475503; }

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

This div background color is #475503.

Border color

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

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

This div border color is #475503.

Opacity

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

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

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

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

This text has shadow with #475503 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #475503.

Preview

Color preview on black background

This text has color #475503 on black background.


Color preview on white background

This text has color #475503 on white background.


Black color preview on #475503 background

This text has black color on #475503 background.


White color preview on #475503 background

This text has white color on #475503 background.


Related colors

Complementary color

Complementary color for #hex is #B8AAFC.


I love getcolorcode.com

Triadic colors

1 #034755 and #550347 with #475503 are triadic colors.

2 #035547 and #554703 with #475503 are triadic colors.