COLOR #473536

HEX: #473536
RGB: (71,53,54)

Renk bilgisi

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

RGB renk modeli

#473536 color RGB value is (71,53,54).

  • kırmız ton 71;
  • yeşil ton 53;
  • mavi ton 54.
RGB:
(71,53,54)
(28%,21%,21%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 53 of 255 = 21%
B 54 of 255 = 21%

71
53
54

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 53 + 54 = 178 (100%)
R 71 of 178 ~ 39.89%
G 53 of 178 ~ 29.78%
B 54 of 178 ~ 30.34%

%39.89
%29.78
%30.34

CMYK RENK MODELİ

#473536 rengi CMYK tonu (0,25,24,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.35%
  • sarı tonu 23.94%
  • ana renk tonu 72.16%
CMYK:
(0,25,24,72)
C0M25Y24K72 
(0%,25%,24%,72%)
(0.00/0.25/0.24/0.72)	

CMYK yüzdeleri

%0
%25.35
%23.94
%72.16

Codes

Color #473536 in popluar color models

473536
RGB715354
HSL357°14.52%24.31%
HSB/HSV357°25.35%27.84%
CMYK0.00%25.35%23.94%
72.16%

Color #473536 in popluar number systems.

HEX473536
Decimal715354
Binary1000111110101110110
Octal1076566

Shades and tints

Shades of #473536

#473536
(71,53,54)
#413132
(65,49,50)
#3B2D2E
(59,45,46)
#35292A
(53,41,42)
#2F2526
(47,37,38)
#292122
(41,33,34)
#231D1E
(35,29,30)
#1D191A
(29,25,26)
#171516
(23,21,22)
#111112
(17,17,18)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #473536

#473536
(71,53,54)
#574748
(87,71,72)
#67595A
(103,89,90)
#776B6C
(119,107,108)
#877D7E
(135,125,126)
#978F90
(151,143,144)
#A7A1A2
(167,161,162)
#B7B3B4
(183,179,180)
#C7C5C6
(199,197,198)
#D7D7D8
(215,215,216)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473536 color. Also use rgb(71,53,54) instead hex code.

Text Font Color

.myTextColor { color: #473536; }

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

This text font color is #473536.


Background Color

.myBgColor { background-color: #473536; }

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

This div background color is #473536.


Border color

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

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

This div border color is #473536.


Opacity

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

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

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

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

This text has shadow with #473536 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473536 on black background.


Color preview on white background

This text has color #473536 on white background.



Black color preview on #473536 background

This text has black color on #473536 background.


White color preview on #473536 background

This text has white color on #473536 background.