COLOR #474929

HEX: #474929
RGB: (71,73,41)

Renk bilgisi

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

RGB renk modeli

#474929 color RGB value is (71,73,41).

  • kırmız ton 71;
  • yeşil ton 73;
  • mavi ton 41.
RGB:
(71,73,41)
(28%,29%,16%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 73 of 255 = 29%
B 41 of 255 = 16%

71
73
41

R + G + B ~ 24%. #474929 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 73 + 41 = 185 (100%)
R 71 of 185 ~ 38.38%
G 73 of 185 ~ 39.46%
B 41 of 185 ~ 22.16%

%38.38
%39.46
%22.16

CMYK RENK MODELİ

#474929 rengi CMYK tonu (3,0,44,71).

  • camgöbeği tonu 2.74%
  • eflatun tonu 0.00%
  • sarı tonu 43.84%
  • ana renk tonu 71.37%
CMYK:
(3,0,44,71)
C3M0Y44K71 
(3%,0%,44%,71%)
(0.03/0.00/0.44/0.71)	

CMYK yüzdeleri

%2.74
%0
%43.84
%71.37

Codes

Color #474929 in popluar color models

474929
RGB717341
HSL64°28.07%22.35%
HSB/HSV64°43.84%28.63%
CMYK2.74%0.00%43.84%
71.37%

Color #474929 in popluar number systems.

HEX474929
Decimal717341
Binary10001111001001101001
Octal10711151

Shades and tints

Shades of #474929

#474929
(71,73,41)
#414326
(65,67,38)
#3B3D23
(59,61,35)
#353720
(53,55,32)
#2F311D
(47,49,29)
#292B1A
(41,43,26)
#232517
(35,37,23)
#1D1F14
(29,31,20)
#171911
(23,25,17)
#11130E
(17,19,14)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #474929

#474929
(71,73,41)
#57593C
(87,89,60)
#67694F
(103,105,79)
#777962
(119,121,98)
#878975
(135,137,117)
#979988
(151,153,136)
#A7A99B
(167,169,155)
#B7B9AE
(183,185,174)
#C7C9C1
(199,201,193)
#D7D9D4
(215,217,212)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474929; }

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

This text font color is #474929.


Background Color

.myBgColor { background-color: #474929; }

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

This div background color is #474929.


Border color

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

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

This div border color is #474929.


Opacity

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

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

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

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

This text has shadow with #474929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474929 on black background.


Color preview on white background

This text has color #474929 on white background.



Black color preview on #474929 background

This text has black color on #474929 background.


White color preview on #474929 background

This text has white color on #474929 background.