COLOR #472929

HEX: #472929
RGB: (71,41,41)

Renk bilgisi

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

RGB renk modeli

#472929 color RGB value is (71,41,41).

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

RGB bağlantıları ve doygunluk

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

71
41
41

R + G + B ~ 20%. #472929 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 41 + 41 = 153 (100%)
R 71 of 153 ~ 46.41%
G 41 of 153 ~ 26.8%
B 41 of 153 ~ 26.8%

%46.41
%26.8
%26.8

CMYK RENK MODELİ

#472929 rengi CMYK tonu (0,42,42,72).

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

CMYK yüzdeleri

%0
%42.25
%42.25
%72.16

Codes

Color #472929 in popluar color models

472929
RGB714141
HSL26.79%21.96%
HSB/HSV42.25%27.84%
CMYK0.00%42.25%42.25%
72.16%

Color #472929 in popluar number systems.

HEX472929
Decimal714141
Binary1000111101001101001
Octal1075151

Shades and tints

Shades of #472929

#472929
(71,41,41)
#412626
(65,38,38)
#3B2323
(59,35,35)
#352020
(53,32,32)
#2F1D1D
(47,29,29)
#291A1A
(41,26,26)
#231717
(35,23,23)
#1D1414
(29,20,20)
#171111
(23,17,17)
#110E0E
(17,14,14)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #472929

#472929
(71,41,41)
#573C3C
(87,60,60)
#674F4F
(103,79,79)
#776262
(119,98,98)
#877575
(135,117,117)
#978888
(151,136,136)
#A79B9B
(167,155,155)
#B7AEAE
(183,174,174)
#C7C1C1
(199,193,193)
#D7D4D4
(215,212,212)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472929; }

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

This text font color is #472929.


Background Color

.myBgColor { background-color: #472929; }

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

This div background color is #472929.


Border color

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

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

This div border color is #472929.


Opacity

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

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

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

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

This text has shadow with #472929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472929 on black background.


Color preview on white background

This text has color #472929 on white background.



Black color preview on #472929 background

This text has black color on #472929 background.


White color preview on #472929 background

This text has white color on #472929 background.