COLOR #473334

HEX: #473334
RGB: (71,51,52)

Renk bilgisi

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

RGB renk modeli

#473334 color RGB value is (71,51,52).

  • kırmız ton 71;
  • yeşil ton 51;
  • mavi ton 52.
RGB:
(71,51,52)
(28%,20%,20%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 51 of 255 = 20%
B 52 of 255 = 20%

71
51
52

R + G + B ~ 23%. #473334 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 51 + 52 = 174 (100%)
R 71 of 174 ~ 40.8%
G 51 of 174 ~ 29.31%
B 52 of 174 ~ 29.89%

%40.8
%29.31
%29.89

CMYK RENK MODELİ

#473334 rengi CMYK tonu (0,28,27,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.17%
  • sarı tonu 26.76%
  • ana renk tonu 72.16%
CMYK:
(0,28,27,72)
C0M28Y27K72 
(0%,28%,27%,72%)
(0.00/0.28/0.27/0.72)	

CMYK yüzdeleri

%0
%28.17
%26.76
%72.16

Codes

Color #473334 in popluar color models

473334
RGB715152
HSL357°16.39%23.92%
HSB/HSV357°28.17%27.84%
CMYK0.00%28.17%26.76%
72.16%

Color #473334 in popluar number systems.

HEX473334
Decimal715152
Binary1000111110011110100
Octal1076364

Shades and tints

Shades of #473334

#473334
(71,51,52)
#412F30
(65,47,48)
#3B2B2C
(59,43,44)
#352728
(53,39,40)
#2F2324
(47,35,36)
#291F20
(41,31,32)
#231B1C
(35,27,28)
#1D1718
(29,23,24)
#171314
(23,19,20)
#110F10
(17,15,16)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #473334

#473334
(71,51,52)
#574546
(87,69,70)
#675758
(103,87,88)
#77696A
(119,105,106)
#877B7C
(135,123,124)
#978D8E
(151,141,142)
#A79FA0
(167,159,160)
#B7B1B2
(183,177,178)
#C7C3C4
(199,195,196)
#D7D5D6
(215,213,214)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473334 color. Also use rgb(71,51,52) instead hex code.

Text Font Color

.myTextColor { color: #473334; }

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

This text font color is #473334.


Background Color

.myBgColor { background-color: #473334; }

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

This div background color is #473334.


Border color

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

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

This div border color is #473334.


Opacity

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

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

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

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

This text has shadow with #473334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473334 on black background.


Color preview on white background

This text has color #473334 on white background.



Black color preview on #473334 background

This text has black color on #473334 background.


White color preview on #473334 background

This text has white color on #473334 background.