COLOR #473329

HEX: #473329
RGB: (71,51,41)

Renk bilgisi

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

RGB renk modeli

#473329 color RGB value is (71,51,41).

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

RGB bağlantıları ve doygunluk

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

71
51
41

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 51 + 41 = 163 (100%)
R 71 of 163 ~ 43.56%
G 51 of 163 ~ 31.29%
B 41 of 163 ~ 25.15%

%43.56
%31.29
%25.15

CMYK RENK MODELİ

#473329 rengi CMYK tonu (0,28,42,72).

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

CMYK yüzdeleri

%0
%28.17
%42.25
%72.16

Codes

Color #473329 in popluar color models

473329
RGB715141
HSL20°26.79%21.96%
HSB/HSV20°42.25%27.84%
CMYK0.00%28.17%42.25%
72.16%

Color #473329 in popluar number systems.

HEX473329
Decimal715141
Binary1000111110011101001
Octal1076351

Shades and tints

Shades of #473329

#473329
(71,51,41)
#412F26
(65,47,38)
#3B2B23
(59,43,35)
#352720
(53,39,32)
#2F231D
(47,35,29)
#291F1A
(41,31,26)
#231B17
(35,27,23)
#1D1714
(29,23,20)
#171311
(23,19,17)
#110F0E
(17,15,14)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #473329

#473329
(71,51,41)
#57453C
(87,69,60)
#67574F
(103,87,79)
#776962
(119,105,98)
#877B75
(135,123,117)
#978D88
(151,141,136)
#A79F9B
(167,159,155)
#B7B1AE
(183,177,174)
#C7C3C1
(199,195,193)
#D7D5D4
(215,213,212)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473329; }

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

This text font color is #473329.


Background Color

.myBgColor { background-color: #473329; }

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

This div background color is #473329.


Border color

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

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

This div border color is #473329.


Opacity

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

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

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

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

This text has shadow with #473329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473329 on black background.


Color preview on white background

This text has color #473329 on white background.



Black color preview on #473329 background

This text has black color on #473329 background.


White color preview on #473329 background

This text has white color on #473329 background.