COLOR #476717

HEX: #476717
RGB: (71,103,23)

Renk bilgisi

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

RGB renk modeli

#476717 color RGB value is (71,103,23).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 103 of 255 = 40%
B 23 of 255 = 9%

71
103
23

R + G + B ~ 26%. #476717 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 103 + 23 = 197 (100%)
R 71 of 197 ~ 36.04%
G 103 of 197 ~ 52.28%
B 23 of 197 ~ 11.68%

%36.04
%52.28
%11.68

CMYK RENK MODELİ

#476717 rengi CMYK tonu (31,0,78,60).

  • camgöbeği tonu 31.07%
  • eflatun tonu 0.00%
  • sarı tonu 77.67%
  • ana renk tonu 59.61%
CMYK:
(31,0,78,60)
C31M0Y78K60 
(31%,0%,78%,60%)
(0.31/0.00/0.78/0.60)	

CMYK yüzdeleri

%31.07
%0
%77.67
%59.61

Codes

Color #476717 in popluar color models

476717
RGB7110323
HSL84°63.49%24.71%
HSB/HSV84°77.67%40.39%
CMYK31.07%0.00%77.67%
59.61%

Color #476717 in popluar number systems.

HEX476717
Decimal7110323
Binary1000111110011110111
Octal10714727

Shades and tints

Shades of #476717

#476717
(71,103,23)
#415E15
(65,94,21)
#3B5513
(59,85,19)
#354C11
(53,76,17)
#2F430F
(47,67,15)
#293A0D
(41,58,13)
#23310B
(35,49,11)
#1D2809
(29,40,9)
#171F07
(23,31,7)
#111605
(17,22,5)
#0B0D03
(11,13,3)
#000000
(0,0,0)

Tints of #476717

#476717
(71,103,23)
#57742C
(87,116,44)
#678141
(103,129,65)
#778E56
(119,142,86)
#879B6B
(135,155,107)
#97A880
(151,168,128)
#A7B595
(167,181,149)
#B7C2AA
(183,194,170)
#C7CFBF
(199,207,191)
#D7DCD4
(215,220,212)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476717; }

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

This text font color is #476717.


Background Color

.myBgColor { background-color: #476717; }

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

This div background color is #476717.


Border color

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

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

This div border color is #476717.


Opacity

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

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

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

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

This text has shadow with #476717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476717 on black background.


Color preview on white background

This text has color #476717 on white background.



Black color preview on #476717 background

This text has black color on #476717 background.


White color preview on #476717 background

This text has white color on #476717 background.