COLOR #474217

HEX: #474217
RGB: (71,66,23)

Renk bilgisi

#474217 contains red, green and blue colors in about the same proportion. #474217 ‘ nin web güvenlik rengi #333300 (ya da #330) dir.

RGB renk modeli

#474217 color RGB value is (71,66,23).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 66 of 255 = 26%
B 23 of 255 = 9%

71
66
23

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 66 + 23 = 160 (100%)
R 71 of 160 ~ 44.38%
G 66 of 160 ~ 41.25%
B 23 of 160 ~ 14.38%

%44.38
%41.25
%14.38

CMYK RENK MODELİ

#474217 rengi CMYK tonu (0,7,68,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.04%
  • sarı tonu 67.61%
  • ana renk tonu 72.16%
CMYK:
(0,7,68,72)
C0M7Y68K72 
(0%,7%,68%,72%)
(0.00/0.07/0.68/0.72)	

CMYK yüzdeleri

%0
%7.04
%67.61
%72.16

Codes

Color #474217 in popluar color models

474217
RGB716623
HSL54°51.06%18.43%
HSB/HSV54°67.61%27.84%
CMYK0.00%7.04%67.61%
72.16%

Color #474217 in popluar number systems.

HEX474217
Decimal716623
Binary1000111100001010111
Octal10710227

Shades and tints

Shades of #474217

#474217
(71,66,23)
#413C15
(65,60,21)
#3B3613
(59,54,19)
#353011
(53,48,17)
#2F2A0F
(47,42,15)
#29240D
(41,36,13)
#231E0B
(35,30,11)
#1D1809
(29,24,9)
#171207
(23,18,7)
#110C05
(17,12,5)
#0B0603
(11,6,3)
#000000
(0,0,0)

Tints of #474217

#474217
(71,66,23)
#57532C
(87,83,44)
#676441
(103,100,65)
#777556
(119,117,86)
#87866B
(135,134,107)
#979780
(151,151,128)
#A7A895
(167,168,149)
#B7B9AA
(183,185,170)
#C7CABF
(199,202,191)
#D7DBD4
(215,219,212)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474217; }

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

This text font color is #474217.


Background Color

.myBgColor { background-color: #474217; }

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

This div background color is #474217.


Border color

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

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

This div border color is #474217.


Opacity

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

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

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

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

This text has shadow with #474217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474217 on black background.


Color preview on white background

This text has color #474217 on white background.



Black color preview on #474217 background

This text has black color on #474217 background.


White color preview on #474217 background

This text has white color on #474217 background.