COLOR #473F1B

HEX: #473F1B
RGB: (71,63,27)

Renk bilgisi

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

RGB renk modeli

#473F1B color RGB value is (71,63,27).

  • kırmız ton 71;
  • yeşil ton 63;
  • mavi ton 27.
RGB:
(71,63,27)
(28%,25%,11%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 63 of 255 = 25%
B 27 of 255 = 11%

71
63
27

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 63 + 27 = 161 (100%)
R 71 of 161 ~ 44.1%
G 63 of 161 ~ 39.13%
B 27 of 161 ~ 16.77%

%44.1
%39.13
%16.77

CMYK RENK MODELİ

#473F1B rengi CMYK tonu (0,11,62,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.27%
  • sarı tonu 61.97%
  • ana renk tonu 72.16%
CMYK:
(0,11,62,72)
C0M11Y62K72 
(0%,11%,62%,72%)
(0.00/0.11/0.62/0.72)	

CMYK yüzdeleri

%0
%11.27
%61.97
%72.16

Codes

Color #473F1B in popluar color models

473F1B
RGB716327
HSL49°44.90%19.22%
HSB/HSV49°61.97%27.84%
CMYK0.00%11.27%61.97%
72.16%

Color #473F1B in popluar number systems.

HEX473F1B
Decimal716327
Binary100011111111111011
Octal1077733

Shades and tints

Shades of #473F1B

#473F1B
(71,63,27)
#413A19
(65,58,25)
#3B3517
(59,53,23)
#353015
(53,48,21)
#2F2B13
(47,43,19)
#292611
(41,38,17)
#23210F
(35,33,15)
#1D1C0D
(29,28,13)
#17170B
(23,23,11)
#111209
(17,18,9)
#0B0D07
(11,13,7)
#000000
(0,0,0)

Tints of #473F1B

#473F1B
(71,63,27)
#57502F
(87,80,47)
#676143
(103,97,67)
#777257
(119,114,87)
#87836B
(135,131,107)
#97947F
(151,148,127)
#A7A593
(167,165,147)
#B7B6A7
(183,182,167)
#C7C7BB
(199,199,187)
#D7D8CF
(215,216,207)
#E7E9E3
(231,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473F1B color. Also use rgb(71,63,27) instead hex code.

Text Font Color

.myTextColor { color: #473F1B; }

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

This text font color is #473F1B.


Background Color

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

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

This div background color is #473F1B.


Border color

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

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

This div border color is #473F1B.


Opacity

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

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

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

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

This text has shadow with #473F1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473F1B on black background.


Color preview on white background

This text has color #473F1B on white background.



Black color preview on #473F1B background

This text has black color on #473F1B background.


White color preview on #473F1B background

This text has white color on #473F1B background.