COLOR #474029

HEX: #474029
RGB: (71,64,41)

Renk bilgisi

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

RGB renk modeli

#474029 color RGB value is (71,64,41).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 64 of 255 = 25%
B 41 of 255 = 16%

71
64
41

R + G + B ~ 23%. #474029 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 64 + 41 = 176 (100%)
R 71 of 176 ~ 40.34%
G 64 of 176 ~ 36.36%
B 41 of 176 ~ 23.3%

%40.34
%36.36
%23.3

CMYK RENK MODELİ

#474029 rengi CMYK tonu (0,10,42,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.86%
  • sarı tonu 42.25%
  • ana renk tonu 72.16%
CMYK:
(0,10,42,72)
C0M10Y42K72 
(0%,10%,42%,72%)
(0.00/0.10/0.42/0.72)	

CMYK yüzdeleri

%0
%9.86
%42.25
%72.16

Codes

Color #474029 in popluar color models

474029
RGB716441
HSL46°26.79%21.96%
HSB/HSV46°42.25%27.84%
CMYK0.00%9.86%42.25%
72.16%

Color #474029 in popluar number systems.

HEX474029
Decimal716441
Binary10001111000000101001
Octal10710051

Shades and tints

Shades of #474029

#474029
(71,64,41)
#413B26
(65,59,38)
#3B3623
(59,54,35)
#353120
(53,49,32)
#2F2C1D
(47,44,29)
#29271A
(41,39,26)
#232217
(35,34,23)
#1D1D14
(29,29,20)
#171811
(23,24,17)
#11130E
(17,19,14)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #474029

#474029
(71,64,41)
#57513C
(87,81,60)
#67624F
(103,98,79)
#777362
(119,115,98)
#878475
(135,132,117)
#979588
(151,149,136)
#A7A69B
(167,166,155)
#B7B7AE
(183,183,174)
#C7C8C1
(199,200,193)
#D7D9D4
(215,217,212)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474029; }

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

This text font color is #474029.


Background Color

.myBgColor { background-color: #474029; }

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

This div background color is #474029.


Border color

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

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

This div border color is #474029.


Opacity

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

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

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

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

This text has shadow with #474029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474029 on black background.


Color preview on white background

This text has color #474029 on white background.



Black color preview on #474029 background

This text has black color on #474029 background.


White color preview on #474029 background

This text has white color on #474029 background.