COLOR #473849

HEX: #473849
RGB: (71,56,73)

Renk bilgisi

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

RGB renk modeli

#473849 color RGB value is (71,56,73).

  • kırmız ton 71;
  • yeşil ton 56;
  • mavi ton 73.
RGB:
(71,56,73)
(28%,22%,29%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 56 of 255 = 22%
B 73 of 255 = 29%

71
56
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 56 + 73 = 200 (100%)
R 71 of 200 ~ 35.5%
G 56 of 200 ~ 28%
B 73 of 200 ~ 36.5%

%35.5
%28
%36.5

CMYK RENK MODELİ

#473849 rengi CMYK tonu (3,23,0,71).

  • camgöbeği tonu 2.74%
  • eflatun tonu 23.29%
  • sarı tonu 0.00%
  • ana renk tonu 71.37%
CMYK:
(3,23,0,71)
C3M23Y0K71 
(3%,23%,0%,71%)
(0.03/0.23/0.00/0.71)	

CMYK yüzdeleri

%2.74
%23.29
%0
%71.37

Codes

Color #473849 in popluar color models

473849
RGB715673
HSL293°13.18%25.29%
HSB/HSV293°23.29%28.63%
CMYK2.74%23.29%0.00%
71.37%

Color #473849 in popluar number systems.

HEX473849
Decimal715673
Binary10001111110001001001
Octal10770111

Shades and tints

Shades of #473849

#473849
(71,56,73)
#413343
(65,51,67)
#3B2E3D
(59,46,61)
#352937
(53,41,55)
#2F2431
(47,36,49)
#291F2B
(41,31,43)
#231A25
(35,26,37)
#1D151F
(29,21,31)
#171019
(23,16,25)
#110B13
(17,11,19)
#0B060D
(11,6,13)
#000000
(0,0,0)

Tints of #473849

#473849
(71,56,73)
#574A59
(87,74,89)
#675C69
(103,92,105)
#776E79
(119,110,121)
#878089
(135,128,137)
#979299
(151,146,153)
#A7A4A9
(167,164,169)
#B7B6B9
(183,182,185)
#C7C8C9
(199,200,201)
#D7DAD9
(215,218,217)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473849 color. Also use rgb(71,56,73) instead hex code.

Text Font Color

.myTextColor { color: #473849; }

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

This text font color is #473849.


Background Color

.myBgColor { background-color: #473849; }

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

This div background color is #473849.


Border color

.myBorderColor { border: 1px solid #473849; }

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

This div border color is #473849.


Opacity

.myOpacity80 { color: #473849; opacity: 0.8; }

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

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

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

This text has shadow with #473849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473849 on black background.


Color preview on white background

This text has color #473849 on white background.



Black color preview on #473849 background

This text has black color on #473849 background.


White color preview on #473849 background

This text has white color on #473849 background.