COLOR #474719

HEX: #474719
RGB: (71,71,25)

Renk bilgisi

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

RGB renk modeli

#474719 color RGB value is (71,71,25).

  • kırmız ton 71;
  • yeşil ton 71;
  • mavi ton 25.
RGB:
(71,71,25)
(28%,28%,10%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 71 of 255 = 28%
B 25 of 255 = 10%

71
71
25

R + G + B ~ 22%. #474719 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 71 + 25 = 167 (100%)
R 71 of 167 ~ 42.51%
G 71 of 167 ~ 42.51%
B 25 of 167 ~ 14.97%

%42.51
%42.51
%14.97

CMYK RENK MODELİ

#474719 rengi CMYK tonu (0,0,65,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 64.79%
  • ana renk tonu 72.16%
CMYK:
(0,0,65,72)
C0M0Y65K72 
(0%,0%,65%,72%)
(0.00/0.00/0.65/0.72)	

CMYK yüzdeleri

%0
%0
%64.79
%72.16

Codes

Color #474719 in popluar color models

474719
RGB717125
HSL60°47.92%18.82%
HSB/HSV60°64.79%27.84%
CMYK0.00%0.00%64.79%
72.16%

Color #474719 in popluar number systems.

HEX474719
Decimal717125
Binary1000111100011111001
Octal10710731

Shades and tints

Shades of #474719

#474719
(71,71,25)
#414117
(65,65,23)
#3B3B15
(59,59,21)
#353513
(53,53,19)
#2F2F11
(47,47,17)
#29290F
(41,41,15)
#23230D
(35,35,13)
#1D1D0B
(29,29,11)
#171709
(23,23,9)
#111107
(17,17,7)
#0B0B05
(11,11,5)
#000000
(0,0,0)

Tints of #474719

#474719
(71,71,25)
#57572D
(87,87,45)
#676741
(103,103,65)
#777755
(119,119,85)
#878769
(135,135,105)
#97977D
(151,151,125)
#A7A791
(167,167,145)
#B7B7A5
(183,183,165)
#C7C7B9
(199,199,185)
#D7D7CD
(215,215,205)
#E7E7E1
(231,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474719; }

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

This text font color is #474719.


Background Color

.myBgColor { background-color: #474719; }

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

This div background color is #474719.


Border color

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

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

This div border color is #474719.


Opacity

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

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

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

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

This text has shadow with #474719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474719 on black background.


Color preview on white background

This text has color #474719 on white background.



Black color preview on #474719 background

This text has black color on #474719 background.


White color preview on #474719 background

This text has white color on #474719 background.