COLOR #473B39

HEX: #473B39
RGB: (71,59,57)

Renk bilgisi

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

RGB renk modeli

#473B39 color RGB value is (71,59,57).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 59 of 255 = 23%
B 57 of 255 = 22%

71
59
57

R + G + B ~ 24%. #473B39 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 59 + 57 = 187 (100%)
R 71 of 187 ~ 37.97%
G 59 of 187 ~ 31.55%
B 57 of 187 ~ 30.48%

%37.97
%31.55
%30.48

CMYK RENK MODELİ

#473B39 rengi CMYK tonu (0,17,20,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.90%
  • sarı tonu 19.72%
  • ana renk tonu 72.16%
CMYK:
(0,17,20,72)
C0M17Y20K72 
(0%,17%,20%,72%)
(0.00/0.17/0.20/0.72)	

CMYK yüzdeleri

%0
%16.9
%19.72
%72.16

Codes

Color #473B39 in popluar color models

473B39
RGB715957
HSL10.94%25.10%
HSB/HSV19.72%27.84%
CMYK0.00%16.90%19.72%
72.16%

Color #473B39 in popluar number systems.

HEX473B39
Decimal715957
Binary1000111111011111001
Octal1077371

Shades and tints

Shades of #473B39

#473B39
(71,59,57)
#413634
(65,54,52)
#3B312F
(59,49,47)
#352C2A
(53,44,42)
#2F2725
(47,39,37)
#292220
(41,34,32)
#231D1B
(35,29,27)
#1D1816
(29,24,22)
#171311
(23,19,17)
#110E0C
(17,14,12)
#0B0907
(11,9,7)
#000000
(0,0,0)

Tints of #473B39

#473B39
(71,59,57)
#574C4B
(87,76,75)
#675D5D
(103,93,93)
#776E6F
(119,110,111)
#877F81
(135,127,129)
#979093
(151,144,147)
#A7A1A5
(167,161,165)
#B7B2B7
(183,178,183)
#C7C3C9
(199,195,201)
#D7D4DB
(215,212,219)
#E7E5ED
(231,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473B39; }

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

This text font color is #473B39.


Background Color

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

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

This div background color is #473B39.


Border color

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

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

This div border color is #473B39.


Opacity

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

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

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

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

This text has shadow with #473B39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473B39 on black background.


Color preview on white background

This text has color #473B39 on white background.



Black color preview on #473B39 background

This text has black color on #473B39 background.


White color preview on #473B39 background

This text has white color on #473B39 background.