COLOR #473230

HEX: #473230
RGB: (71,50,48)

Renk bilgisi

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

RGB renk modeli

#473230 color RGB value is (71,50,48).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 50 of 255 = 20%
B 48 of 255 = 19%

71
50
48

R + G + B ~ 22%. #473230 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 50 + 48 = 169 (100%)
R 71 of 169 ~ 42.01%
G 50 of 169 ~ 29.59%
B 48 of 169 ~ 28.4%

%42.01
%29.59
%28.4

CMYK RENK MODELİ

#473230 rengi CMYK tonu (0,30,32,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.58%
  • sarı tonu 32.39%
  • ana renk tonu 72.16%
CMYK:
(0,30,32,72)
C0M30Y32K72 
(0%,30%,32%,72%)
(0.00/0.30/0.32/0.72)	

CMYK yüzdeleri

%0
%29.58
%32.39
%72.16

Codes

Color #473230 in popluar color models

473230
RGB715048
HSL19.33%23.33%
HSB/HSV32.39%27.84%
CMYK0.00%29.58%32.39%
72.16%

Color #473230 in popluar number systems.

HEX473230
Decimal715048
Binary1000111110010110000
Octal1076260

Shades and tints

Shades of #473230

#473230
(71,50,48)
#412E2C
(65,46,44)
#3B2A28
(59,42,40)
#352624
(53,38,36)
#2F2220
(47,34,32)
#291E1C
(41,30,28)
#231A18
(35,26,24)
#1D1614
(29,22,20)
#171210
(23,18,16)
#110E0C
(17,14,12)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #473230

#473230
(71,50,48)
#574442
(87,68,66)
#675654
(103,86,84)
#776866
(119,104,102)
#877A78
(135,122,120)
#978C8A
(151,140,138)
#A79E9C
(167,158,156)
#B7B0AE
(183,176,174)
#C7C2C0
(199,194,192)
#D7D4D2
(215,212,210)
#E7E6E4
(231,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473230 color. Also use rgb(71,50,48) instead hex code.

Text Font Color

.myTextColor { color: #473230; }

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

This text font color is #473230.


Background Color

.myBgColor { background-color: #473230; }

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

This div background color is #473230.


Border color

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

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

This div border color is #473230.


Opacity

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

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

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

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

This text has shadow with #473230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473230 on black background.


Color preview on white background

This text has color #473230 on white background.



Black color preview on #473230 background

This text has black color on #473230 background.


White color preview on #473230 background

This text has white color on #473230 background.