COLOR #475517

HEX: #475517
RGB: (71,85,23)

Renk bilgisi

#475517 contains mainly red and green colors. #475517 ‘ nin web güvenlik rengi #336600 (ya da #360) dir.

RGB renk modeli

#475517 color RGB value is (71,85,23).

  • kırmız ton 71;
  • yeşil ton 85;
  • mavi ton 23.
RGB:
(71,85,23)
(28%,33%,9%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 85 of 255 = 33%
B 23 of 255 = 9%

71
85
23

R + G + B ~ 23%. #475517 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 85 + 23 = 179 (100%)
R 71 of 179 ~ 39.66%
G 85 of 179 ~ 47.49%
B 23 of 179 ~ 12.85%

%39.66
%47.49
%12.85

CMYK RENK MODELİ

#475517 rengi CMYK tonu (16,0,73,67).

  • camgöbeği tonu 16.47%
  • eflatun tonu 0.00%
  • sarı tonu 72.94%
  • ana renk tonu 66.67%
CMYK:
(16,0,73,67)
C16M0Y73K67 
(16%,0%,73%,67%)
(0.16/0.00/0.73/0.67)	

CMYK yüzdeleri

%16.47
%0
%72.94
%66.67

Codes

Color #475517 in popluar color models

475517
RGB718523
HSL74°57.41%21.18%
HSB/HSV74°72.94%33.33%
CMYK16.47%0.00%72.94%
66.67%

Color #475517 in popluar number systems.

HEX475517
Decimal718523
Binary1000111101010110111
Octal10712527

Shades and tints

Shades of #475517

#475517
(71,85,23)
#414E15
(65,78,21)
#3B4713
(59,71,19)
#354011
(53,64,17)
#2F390F
(47,57,15)
#29320D
(41,50,13)
#232B0B
(35,43,11)
#1D2409
(29,36,9)
#171D07
(23,29,7)
#111605
(17,22,5)
#0B0F03
(11,15,3)
#000000
(0,0,0)

Tints of #475517

#475517
(71,85,23)
#57642C
(87,100,44)
#677341
(103,115,65)
#778256
(119,130,86)
#87916B
(135,145,107)
#97A080
(151,160,128)
#A7AF95
(167,175,149)
#B7BEAA
(183,190,170)
#C7CDBF
(199,205,191)
#D7DCD4
(215,220,212)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475517; }

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

This text font color is #475517.


Background Color

.myBgColor { background-color: #475517; }

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

This div background color is #475517.


Border color

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

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

This div border color is #475517.


Opacity

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

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

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

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

This text has shadow with #475517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475517 on black background.


Color preview on white background

This text has color #475517 on white background.



Black color preview on #475517 background

This text has black color on #475517 background.


White color preview on #475517 background

This text has white color on #475517 background.