COLOR #474218

HEX: #474218
RGB: (71,66,24)

Renk bilgisi

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

RGB renk modeli

#474218 color RGB value is (71,66,24).

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

RGB bağlantıları ve doygunluk

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

71
66
24

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 66 + 24 = 161 (100%)
R 71 of 161 ~ 44.1%
G 66 of 161 ~ 40.99%
B 24 of 161 ~ 14.91%

%44.1
%40.99
%14.91

CMYK RENK MODELİ

#474218 rengi CMYK tonu (0,7,66,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.04%
  • sarı tonu 66.20%
  • ana renk tonu 72.16%
CMYK:
(0,7,66,72)
C0M7Y66K72 
(0%,7%,66%,72%)
(0.00/0.07/0.66/0.72)	

CMYK yüzdeleri

%0
%7.04
%66.2
%72.16

Codes

Color #474218 in popluar color models

474218
RGB716624
HSL54°49.47%18.63%
HSB/HSV54°66.20%27.84%
CMYK0.00%7.04%66.20%
72.16%

Color #474218 in popluar number systems.

HEX474218
Decimal716624
Binary1000111100001011000
Octal10710230

Shades and tints

Shades of #474218

#474218
(71,66,24)
#413C16
(65,60,22)
#3B3614
(59,54,20)
#353012
(53,48,18)
#2F2A10
(47,42,16)
#29240E
(41,36,14)
#231E0C
(35,30,12)
#1D180A
(29,24,10)
#171208
(23,18,8)
#110C06
(17,12,6)
#0B0604
(11,6,4)
#000000
(0,0,0)

Tints of #474218

#474218
(71,66,24)
#57532D
(87,83,45)
#676442
(103,100,66)
#777557
(119,117,87)
#87866C
(135,134,108)
#979781
(151,151,129)
#A7A896
(167,168,150)
#B7B9AB
(183,185,171)
#C7CAC0
(199,202,192)
#D7DBD5
(215,219,213)
#E7ECEA
(231,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474218; }

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

This text font color is #474218.


Background Color

.myBgColor { background-color: #474218; }

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

This div background color is #474218.


Border color

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

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

This div border color is #474218.


Opacity

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

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

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

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

This text has shadow with #474218 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474218 on black background.


Color preview on white background

This text has color #474218 on white background.



Black color preview on #474218 background

This text has black color on #474218 background.


White color preview on #474218 background

This text has white color on #474218 background.