COLOR #472827

HEX: #472827
RGB: (71,40,39)

Renk bilgisi

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

RGB renk modeli

#472827 color RGB value is (71,40,39).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 40 of 255 = 16%
B 39 of 255 = 15%

71
40
39

R + G + B ~ 20%. #472827 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 40 + 39 = 150 (100%)
R 71 of 150 ~ 47.33%
G 40 of 150 ~ 26.67%
B 39 of 150 ~ 26%

%47.33
%26.67
%26

CMYK RENK MODELİ

#472827 rengi CMYK tonu (0,44,45,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.66%
  • sarı tonu 45.07%
  • ana renk tonu 72.16%
CMYK:
(0,44,45,72)
C0M44Y45K72 
(0%,44%,45%,72%)
(0.00/0.44/0.45/0.72)	

CMYK yüzdeleri

%0
%43.66
%45.07
%72.16

Codes

Color #472827 in popluar color models

472827
RGB714039
HSL29.09%21.57%
HSB/HSV45.07%27.84%
CMYK0.00%43.66%45.07%
72.16%

Color #472827 in popluar number systems.

HEX472827
Decimal714039
Binary1000111101000100111
Octal1075047

Shades and tints

Shades of #472827

#472827
(71,40,39)
#412524
(65,37,36)
#3B2221
(59,34,33)
#351F1E
(53,31,30)
#2F1C1B
(47,28,27)
#291918
(41,25,24)
#231615
(35,22,21)
#1D1312
(29,19,18)
#17100F
(23,16,15)
#110D0C
(17,13,12)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #472827

#472827
(71,40,39)
#573B3A
(87,59,58)
#674E4D
(103,78,77)
#776160
(119,97,96)
#877473
(135,116,115)
#978786
(151,135,134)
#A79A99
(167,154,153)
#B7ADAC
(183,173,172)
#C7C0BF
(199,192,191)
#D7D3D2
(215,211,210)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472827; }

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

This text font color is #472827.


Background Color

.myBgColor { background-color: #472827; }

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

This div background color is #472827.


Border color

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

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

This div border color is #472827.


Opacity

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

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

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

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

This text has shadow with #472827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472827 on black background.


Color preview on white background

This text has color #472827 on white background.



Black color preview on #472827 background

This text has black color on #472827 background.


White color preview on #472827 background

This text has white color on #472827 background.