COLOR #473D2C

HEX: #473D2C
RGB: (71,61,44)

Renk bilgisi

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

RGB renk modeli

#473D2C color RGB value is (71,61,44).

  • kırmız ton 71;
  • yeşil ton 61;
  • mavi ton 44.
RGB:
(71,61,44)
(28%,24%,17%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 61 of 255 = 24%
B 44 of 255 = 17%

71
61
44

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 61 + 44 = 176 (100%)
R 71 of 176 ~ 40.34%
G 61 of 176 ~ 34.66%
B 44 of 176 ~ 25%

%40.34
%34.66
%25

CMYK RENK MODELİ

#473D2C rengi CMYK tonu (0,14,38,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.08%
  • sarı tonu 38.03%
  • ana renk tonu 72.16%
CMYK:
(0,14,38,72)
C0M14Y38K72 
(0%,14%,38%,72%)
(0.00/0.14/0.38/0.72)	

CMYK yüzdeleri

%0
%14.08
%38.03
%72.16

Codes

Color #473D2C in popluar color models

473D2C
RGB716144
HSL38°23.48%22.55%
HSB/HSV38°38.03%27.84%
CMYK0.00%14.08%38.03%
72.16%

Color #473D2C in popluar number systems.

HEX473D2C
Decimal716144
Binary1000111111101101100
Octal1077554

Shades and tints

Shades of #473D2C

#473D2C
(71,61,44)
#413828
(65,56,40)
#3B3324
(59,51,36)
#352E20
(53,46,32)
#2F291C
(47,41,28)
#292418
(41,36,24)
#231F14
(35,31,20)
#1D1A10
(29,26,16)
#17150C
(23,21,12)
#111008
(17,16,8)
#0B0B04
(11,11,4)
#000000
(0,0,0)

Tints of #473D2C

#473D2C
(71,61,44)
#574E3F
(87,78,63)
#675F52
(103,95,82)
#777065
(119,112,101)
#878178
(135,129,120)
#97928B
(151,146,139)
#A7A39E
(167,163,158)
#B7B4B1
(183,180,177)
#C7C5C4
(199,197,196)
#D7D6D7
(215,214,215)
#E7E7EA
(231,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473D2C color. Also use rgb(71,61,44) instead hex code.

Text Font Color

.myTextColor { color: #473D2C; }

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

This text font color is #473D2C.


Background Color

.myBgColor { background-color: #473D2C; }

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

This div background color is #473D2C.


Border color

.myBorderColor { border: 1px solid #473D2C; }

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

This div border color is #473D2C.


Opacity

.myOpacity80 { color: #473D2C; opacity: 0.8; }

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

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

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

This text has shadow with #473D2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473D2C on black background.


Color preview on white background

This text has color #473D2C on white background.



Black color preview on #473D2C background

This text has black color on #473D2C background.


White color preview on #473D2C background

This text has white color on #473D2C background.