COLOR #473D23

HEX: #473D23
RGB: (71,61,35)

Renk bilgisi

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

RGB renk modeli

#473D23 color RGB value is (71,61,35).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 61 of 255 = 24%
B 35 of 255 = 14%

71
61
35

R + G + B ~ 22%. #473D23 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 61 + 35 = 167 (100%)
R 71 of 167 ~ 42.51%
G 61 of 167 ~ 36.53%
B 35 of 167 ~ 20.96%

%42.51
%36.53
%20.96

CMYK RENK MODELİ

#473D23 rengi CMYK tonu (0,14,51,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.08%
  • sarı tonu 50.70%
  • ana renk tonu 72.16%
CMYK:
(0,14,51,72)
C0M14Y51K72 
(0%,14%,51%,72%)
(0.00/0.14/0.51/0.72)	

CMYK yüzdeleri

%0
%14.08
%50.7
%72.16

Codes

Color #473D23 in popluar color models

473D23
RGB716135
HSL43°33.96%20.78%
HSB/HSV43°50.70%27.84%
CMYK0.00%14.08%50.70%
72.16%

Color #473D23 in popluar number systems.

HEX473D23
Decimal716135
Binary1000111111101100011
Octal1077543

Shades and tints

Shades of #473D23

#473D23
(71,61,35)
#413820
(65,56,32)
#3B331D
(59,51,29)
#352E1A
(53,46,26)
#2F2917
(47,41,23)
#292414
(41,36,20)
#231F11
(35,31,17)
#1D1A0E
(29,26,14)
#17150B
(23,21,11)
#111008
(17,16,8)
#0B0B05
(11,11,5)
#000000
(0,0,0)

Tints of #473D23

#473D23
(71,61,35)
#574E37
(87,78,55)
#675F4B
(103,95,75)
#77705F
(119,112,95)
#878173
(135,129,115)
#979287
(151,146,135)
#A7A39B
(167,163,155)
#B7B4AF
(183,180,175)
#C7C5C3
(199,197,195)
#D7D6D7
(215,214,215)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473D23; }

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

This text font color is #473D23.


Background Color

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

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

This div background color is #473D23.


Border color

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

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

This div border color is #473D23.


Opacity

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

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

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

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

This text has shadow with #473D23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473D23 on black background.


Color preview on white background

This text has color #473D23 on white background.



Black color preview on #473D23 background

This text has black color on #473D23 background.


White color preview on #473D23 background

This text has white color on #473D23 background.