COLOR #473C3E

HEX: #473C3E
RGB: (71,60,62)

Renk bilgisi

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

RGB renk modeli

#473C3E color RGB value is (71,60,62).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 60 of 255 = 24%
B 62 of 255 = 24%

71
60
62

R + G + B ~ 25%. #473C3E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 60 + 62 = 193 (100%)
R 71 of 193 ~ 36.79%
G 60 of 193 ~ 31.09%
B 62 of 193 ~ 32.12%

%36.79
%31.09
%32.12

CMYK RENK MODELİ

#473C3E rengi CMYK tonu (0,15,13,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.49%
  • sarı tonu 12.68%
  • ana renk tonu 72.16%
CMYK:
(0,15,13,72)
C0M15Y13K72 
(0%,15%,13%,72%)
(0.00/0.15/0.13/0.72)	

CMYK yüzdeleri

%0
%15.49
%12.68
%72.16

Codes

Color #473C3E in popluar color models

473C3E
RGB716062
HSL349°8.40%25.69%
HSB/HSV349°15.49%27.84%
CMYK0.00%15.49%12.68%
72.16%

Color #473C3E in popluar number systems.

HEX473C3E
Decimal716062
Binary1000111111100111110
Octal1077476

Shades and tints

Shades of #473C3E

#473C3E
(71,60,62)
#413739
(65,55,57)
#3B3234
(59,50,52)
#352D2F
(53,45,47)
#2F282A
(47,40,42)
#292325
(41,35,37)
#231E20
(35,30,32)
#1D191B
(29,25,27)
#171416
(23,20,22)
#110F11
(17,15,17)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #473C3E

#473C3E
(71,60,62)
#574D4F
(87,77,79)
#675E60
(103,94,96)
#776F71
(119,111,113)
#878082
(135,128,130)
#979193
(151,145,147)
#A7A2A4
(167,162,164)
#B7B3B5
(183,179,181)
#C7C4C6
(199,196,198)
#D7D5D7
(215,213,215)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473C3E color. Also use rgb(71,60,62) instead hex code.

Text Font Color

.myTextColor { color: #473C3E; }

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

This text font color is #473C3E.


Background Color

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

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

This div background color is #473C3E.


Border color

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

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

This div border color is #473C3E.


Opacity

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

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

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

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

This text has shadow with #473C3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473C3E on black background.


Color preview on white background

This text has color #473C3E on white background.



Black color preview on #473C3E background

This text has black color on #473C3E background.


White color preview on #473C3E background

This text has white color on #473C3E background.