COLOR #473B2D

HEX: #473B2D
RGB: (71,59,45)

Renk bilgisi

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

RGB renk modeli

#473B2D color RGB value is (71,59,45).

  • kırmız ton 71;
  • yeşil ton 59;
  • mavi ton 45.
RGB:
(71,59,45)
(28%,23%,18%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 59 of 255 = 23%
B 45 of 255 = 18%

71
59
45

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 59 + 45 = 175 (100%)
R 71 of 175 ~ 40.57%
G 59 of 175 ~ 33.71%
B 45 of 175 ~ 25.71%

%40.57
%33.71
%25.71

CMYK RENK MODELİ

#473B2D rengi CMYK tonu (0,17,37,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.90%
  • sarı tonu 36.62%
  • ana renk tonu 72.16%
CMYK:
(0,17,37,72)
C0M17Y37K72 
(0%,17%,37%,72%)
(0.00/0.17/0.37/0.72)	

CMYK yüzdeleri

%0
%16.9
%36.62
%72.16

Codes

Color #473B2D in popluar color models

473B2D
RGB715945
HSL32°22.41%22.75%
HSB/HSV32°36.62%27.84%
CMYK0.00%16.90%36.62%
72.16%

Color #473B2D in popluar number systems.

HEX473B2D
Decimal715945
Binary1000111111011101101
Octal1077355

Shades and tints

Shades of #473B2D

#473B2D
(71,59,45)
#413629
(65,54,41)
#3B3125
(59,49,37)
#352C21
(53,44,33)
#2F271D
(47,39,29)
#292219
(41,34,25)
#231D15
(35,29,21)
#1D1811
(29,24,17)
#17130D
(23,19,13)
#110E09
(17,14,9)
#0B0905
(11,9,5)
#000000
(0,0,0)

Tints of #473B2D

#473B2D
(71,59,45)
#574C40
(87,76,64)
#675D53
(103,93,83)
#776E66
(119,110,102)
#877F79
(135,127,121)
#97908C
(151,144,140)
#A7A19F
(167,161,159)
#B7B2B2
(183,178,178)
#C7C3C5
(199,195,197)
#D7D4D8
(215,212,216)
#E7E5EB
(231,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473B2D color. Also use rgb(71,59,45) instead hex code.

Text Font Color

.myTextColor { color: #473B2D; }

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

This text font color is #473B2D.


Background Color

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

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

This div background color is #473B2D.


Border color

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

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

This div border color is #473B2D.


Opacity

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

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

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

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

This text has shadow with #473B2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473B2D on black background.


Color preview on white background

This text has color #473B2D on white background.



Black color preview on #473B2D background

This text has black color on #473B2D background.


White color preview on #473B2D background

This text has white color on #473B2D background.