COLOR #472834

HEX: #472834
RGB: (71,40,52)

Renk bilgisi

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

RGB renk modeli

#472834 color RGB value is (71,40,52).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 40 of 255 = 16%
B 52 of 255 = 20%

71
40
52

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 40 + 52 = 163 (100%)
R 71 of 163 ~ 43.56%
G 40 of 163 ~ 24.54%
B 52 of 163 ~ 31.9%

%43.56
%24.54
%31.9

CMYK RENK MODELİ

#472834 rengi CMYK tonu (0,44,27,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.66%
  • sarı tonu 26.76%
  • ana renk tonu 72.16%
CMYK:
(0,44,27,72)
C0M44Y27K72 
(0%,44%,27%,72%)
(0.00/0.44/0.27/0.72)	

CMYK yüzdeleri

%0
%43.66
%26.76
%72.16

Codes

Color #472834 in popluar color models

472834
RGB714052
HSL337°27.93%21.76%
HSB/HSV337°43.66%27.84%
CMYK0.00%43.66%26.76%
72.16%

Color #472834 in popluar number systems.

HEX472834
Decimal714052
Binary1000111101000110100
Octal1075064

Shades and tints

Shades of #472834

#472834
(71,40,52)
#412530
(65,37,48)
#3B222C
(59,34,44)
#351F28
(53,31,40)
#2F1C24
(47,28,36)
#291920
(41,25,32)
#23161C
(35,22,28)
#1D1318
(29,19,24)
#171014
(23,16,20)
#110D10
(17,13,16)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #472834

#472834
(71,40,52)
#573B46
(87,59,70)
#674E58
(103,78,88)
#77616A
(119,97,106)
#87747C
(135,116,124)
#97878E
(151,135,142)
#A79AA0
(167,154,160)
#B7ADB2
(183,173,178)
#C7C0C4
(199,192,196)
#D7D3D6
(215,211,214)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472834; }

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

This text font color is #472834.


Background Color

.myBgColor { background-color: #472834; }

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

This div background color is #472834.


Border color

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

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

This div border color is #472834.


Opacity

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

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

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

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

This text has shadow with #472834 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472834 on black background.


Color preview on white background

This text has color #472834 on white background.



Black color preview on #472834 background

This text has black color on #472834 background.


White color preview on #472834 background

This text has white color on #472834 background.