COLOR #474119

HEX: #474119
RGB: (71,65,25)

Renk bilgisi

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

RGB renk modeli

#474119 color RGB value is (71,65,25).

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

RGB bağlantıları ve doygunluk

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

71
65
25

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 65 + 25 = 161 (100%)
R 71 of 161 ~ 44.1%
G 65 of 161 ~ 40.37%
B 25 of 161 ~ 15.53%

%44.1
%40.37
%15.53

CMYK RENK MODELİ

#474119 rengi CMYK tonu (0,8,65,72).

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

CMYK yüzdeleri

%0
%8.45
%64.79
%72.16

Codes

Color #474119 in popluar color models

474119
RGB716525
HSL52°47.92%18.82%
HSB/HSV52°64.79%27.84%
CMYK0.00%8.45%64.79%
72.16%

Color #474119 in popluar number systems.

HEX474119
Decimal716525
Binary1000111100000111001
Octal10710131

Shades and tints

Shades of #474119

#474119
(71,65,25)
#413C17
(65,60,23)
#3B3715
(59,55,21)
#353213
(53,50,19)
#2F2D11
(47,45,17)
#29280F
(41,40,15)
#23230D
(35,35,13)
#1D1E0B
(29,30,11)
#171909
(23,25,9)
#111407
(17,20,7)
#0B0F05
(11,15,5)
#000000
(0,0,0)

Tints of #474119

#474119
(71,65,25)
#57522D
(87,82,45)
#676341
(103,99,65)
#777455
(119,116,85)
#878569
(135,133,105)
#97967D
(151,150,125)
#A7A791
(167,167,145)
#B7B8A5
(183,184,165)
#C7C9B9
(199,201,185)
#D7DACD
(215,218,205)
#E7EBE1
(231,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474119; }

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

This text font color is #474119.


Background Color

.myBgColor { background-color: #474119; }

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

This div background color is #474119.


Border color

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

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

This div border color is #474119.


Opacity

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

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

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

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

This text has shadow with #474119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474119 on black background.


Color preview on white background

This text has color #474119 on white background.



Black color preview on #474119 background

This text has black color on #474119 background.


White color preview on #474119 background

This text has white color on #474119 background.