COLOR #473427

HEX: #473427
RGB: (71,52,39)

Renk bilgisi

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

RGB renk modeli

#473427 color RGB value is (71,52,39).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 52 of 255 = 20%
B 39 of 255 = 15%

71
52
39

R + G + B ~ 21%. #473427 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 52 + 39 = 162 (100%)
R 71 of 162 ~ 43.83%
G 52 of 162 ~ 32.1%
B 39 of 162 ~ 24.07%

%43.83
%32.1
%24.07

CMYK RENK MODELİ

#473427 rengi CMYK tonu (0,27,45,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.76%
  • sarı tonu 45.07%
  • ana renk tonu 72.16%
CMYK:
(0,27,45,72)
C0M27Y45K72 
(0%,27%,45%,72%)
(0.00/0.27/0.45/0.72)	

CMYK yüzdeleri

%0
%26.76
%45.07
%72.16

Codes

Color #473427 in popluar color models

473427
RGB715239
HSL24°29.09%21.57%
HSB/HSV24°45.07%27.84%
CMYK0.00%26.76%45.07%
72.16%

Color #473427 in popluar number systems.

HEX473427
Decimal715239
Binary1000111110100100111
Octal1076447

Shades and tints

Shades of #473427

#473427
(71,52,39)
#413024
(65,48,36)
#3B2C21
(59,44,33)
#35281E
(53,40,30)
#2F241B
(47,36,27)
#292018
(41,32,24)
#231C15
(35,28,21)
#1D1812
(29,24,18)
#17140F
(23,20,15)
#11100C
(17,16,12)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #473427

#473427
(71,52,39)
#57463A
(87,70,58)
#67584D
(103,88,77)
#776A60
(119,106,96)
#877C73
(135,124,115)
#978E86
(151,142,134)
#A7A099
(167,160,153)
#B7B2AC
(183,178,172)
#C7C4BF
(199,196,191)
#D7D6D2
(215,214,210)
#E7E8E5
(231,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473427; }

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

This text font color is #473427.


Background Color

.myBgColor { background-color: #473427; }

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

This div background color is #473427.


Border color

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

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

This div border color is #473427.


Opacity

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

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

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

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

This text has shadow with #473427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473427 on black background.


Color preview on white background

This text has color #473427 on white background.



Black color preview on #473427 background

This text has black color on #473427 background.


White color preview on #473427 background

This text has white color on #473427 background.