COLOR #474A29

HEX: #474A29
RGB: (71,74,41)

Renk bilgisi

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

RGB renk modeli

#474A29 color RGB value is (71,74,41).

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

RGB bağlantıları ve doygunluk

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

71
74
41

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 74 + 41 = 186 (100%)
R 71 of 186 ~ 38.17%
G 74 of 186 ~ 39.78%
B 41 of 186 ~ 22.04%

%38.17
%39.78
%22.04

CMYK RENK MODELİ

#474A29 rengi CMYK tonu (4,0,45,71).

  • camgöbeği tonu 4.05%
  • eflatun tonu 0.00%
  • sarı tonu 44.59%
  • ana renk tonu 70.98%
CMYK:
(4,0,45,71)
C4M0Y45K71 
(4%,0%,45%,71%)
(0.04/0.00/0.45/0.71)	

CMYK yüzdeleri

%4.05
%0
%44.59
%70.98

Codes

Color #474A29 in popluar color models

474A29
RGB717441
HSL65°28.70%22.55%
HSB/HSV65°44.59%29.02%
CMYK4.05%0.00%44.59%
70.98%

Color #474A29 in popluar number systems.

HEX474A29
Decimal717441
Binary10001111001010101001
Octal10711251

Shades and tints

Shades of #474A29

#474A29
(71,74,41)
#414426
(65,68,38)
#3B3E23
(59,62,35)
#353820
(53,56,32)
#2F321D
(47,50,29)
#292C1A
(41,44,26)
#232617
(35,38,23)
#1D2014
(29,32,20)
#171A11
(23,26,17)
#11140E
(17,20,14)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #474A29

#474A29
(71,74,41)
#575A3C
(87,90,60)
#676A4F
(103,106,79)
#777A62
(119,122,98)
#878A75
(135,138,117)
#979A88
(151,154,136)
#A7AA9B
(167,170,155)
#B7BAAE
(183,186,174)
#C7CAC1
(199,202,193)
#D7DAD4
(215,218,212)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474A29; }

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

This text font color is #474A29.


Background Color

.myBgColor { background-color: #474A29; }

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

This div background color is #474A29.


Border color

.myBorderColor { border: 1px solid #474A29; }

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

This div border color is #474A29.


Opacity

.myOpacity80 { color: #474A29; opacity: 0.8; }

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

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

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

This text has shadow with #474A29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474A29 on black background.


Color preview on white background

This text has color #474A29 on white background.



Black color preview on #474A29 background

This text has black color on #474A29 background.


White color preview on #474A29 background

This text has white color on #474A29 background.