COLOR #473E44

HEX: #473E44
RGB: (71,62,68)

Renk bilgisi

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

RGB renk modeli

#473E44 color RGB value is (71,62,68).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 62 of 255 = 24%
B 68 of 255 = 27%

71
62
68

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 62 + 68 = 201 (100%)
R 71 of 201 ~ 35.32%
G 62 of 201 ~ 30.85%
B 68 of 201 ~ 33.83%

%35.32
%30.85
%33.83

CMYK RENK MODELİ

#473E44 rengi CMYK tonu (0,13,4,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.68%
  • sarı tonu 4.23%
  • ana renk tonu 72.16%
CMYK:
(0,13,4,72)
C0M13Y4K72 
(0%,13%,4%,72%)
(0.00/0.13/0.04/0.72)	

CMYK yüzdeleri

%0
%12.68
%4.23
%72.16

Codes

Color #473E44 in popluar color models

473E44
RGB716268
HSL320°6.77%26.08%
HSB/HSV320°12.68%27.84%
CMYK0.00%12.68%4.23%
72.16%

Color #473E44 in popluar number systems.

HEX473E44
Decimal716268
Binary10001111111101000100
Octal10776104

Shades and tints

Shades of #473E44

#473E44
(71,62,68)
#41393E
(65,57,62)
#3B3438
(59,52,56)
#352F32
(53,47,50)
#2F2A2C
(47,42,44)
#292526
(41,37,38)
#232020
(35,32,32)
#1D1B1A
(29,27,26)
#171614
(23,22,20)
#11110E
(17,17,14)
#0B0C08
(11,12,8)
#000000
(0,0,0)

Tints of #473E44

#473E44
(71,62,68)
#574F55
(87,79,85)
#676066
(103,96,102)
#777177
(119,113,119)
#878288
(135,130,136)
#979399
(151,147,153)
#A7A4AA
(167,164,170)
#B7B5BB
(183,181,187)
#C7C6CC
(199,198,204)
#D7D7DD
(215,215,221)
#E7E8EE
(231,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473E44; }

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

This text font color is #473E44.


Background Color

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

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

This div background color is #473E44.


Border color

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

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

This div border color is #473E44.


Opacity

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

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

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

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

This text has shadow with #473E44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473E44 on black background.


Color preview on white background

This text has color #473E44 on white background.



Black color preview on #473E44 background

This text has black color on #473E44 background.


White color preview on #473E44 background

This text has white color on #473E44 background.