COLOR #473F3D

HEX: #473F3D
RGB: (71,63,61)

Renk bilgisi

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

RGB renk modeli

#473F3D color RGB value is (71,63,61).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 63 of 255 = 25%
B 61 of 255 = 24%

71
63
61

R + G + B ~ 26%. #473F3D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 63 + 61 = 195 (100%)
R 71 of 195 ~ 36.41%
G 63 of 195 ~ 32.31%
B 61 of 195 ~ 31.28%

%36.41
%32.31
%31.28

CMYK RENK MODELİ

#473F3D rengi CMYK tonu (0,11,14,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.27%
  • sarı tonu 14.08%
  • ana renk tonu 72.16%
CMYK:
(0,11,14,72)
C0M11Y14K72 
(0%,11%,14%,72%)
(0.00/0.11/0.14/0.72)	

CMYK yüzdeleri

%0
%11.27
%14.08
%72.16

Codes

Color #473F3D in popluar color models

473F3D
RGB716361
HSL12°7.58%25.88%
HSB/HSV12°14.08%27.84%
CMYK0.00%11.27%14.08%
72.16%

Color #473F3D in popluar number systems.

HEX473F3D
Decimal716361
Binary1000111111111111101
Octal1077775

Shades and tints

Shades of #473F3D

#473F3D
(71,63,61)
#413A38
(65,58,56)
#3B3533
(59,53,51)
#35302E
(53,48,46)
#2F2B29
(47,43,41)
#292624
(41,38,36)
#23211F
(35,33,31)
#1D1C1A
(29,28,26)
#171715
(23,23,21)
#111210
(17,18,16)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #473F3D

#473F3D
(71,63,61)
#57504E
(87,80,78)
#67615F
(103,97,95)
#777270
(119,114,112)
#878381
(135,131,129)
#979492
(151,148,146)
#A7A5A3
(167,165,163)
#B7B6B4
(183,182,180)
#C7C7C5
(199,199,197)
#D7D8D6
(215,216,214)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473F3D; }

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

This text font color is #473F3D.


Background Color

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

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

This div background color is #473F3D.


Border color

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

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

This div border color is #473F3D.


Opacity

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

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

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

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

This text has shadow with #473F3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473F3D on black background.


Color preview on white background

This text has color #473F3D on white background.



Black color preview on #473F3D background

This text has black color on #473F3D background.


White color preview on #473F3D background

This text has white color on #473F3D background.