COLOR #472B35

HEX: #472B35
RGB: (71,43,53)

Renk bilgisi

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

RGB renk modeli

#472B35 color RGB value is (71,43,53).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 43 of 255 = 17%
B 53 of 255 = 21%

71
43
53

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 43 + 53 = 167 (100%)
R 71 of 167 ~ 42.51%
G 43 of 167 ~ 25.75%
B 53 of 167 ~ 31.74%

%42.51
%25.75
%31.74

CMYK RENK MODELİ

#472B35 rengi CMYK tonu (0,39,25,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.44%
  • sarı tonu 25.35%
  • ana renk tonu 72.16%
CMYK:
(0,39,25,72)
C0M39Y25K72 
(0%,39%,25%,72%)
(0.00/0.39/0.25/0.72)	

CMYK yüzdeleri

%0
%39.44
%25.35
%72.16

Codes

Color #472B35 in popluar color models

472B35
RGB714353
HSL339°24.56%22.35%
HSB/HSV339°39.44%27.84%
CMYK0.00%39.44%25.35%
72.16%

Color #472B35 in popluar number systems.

HEX472B35
Decimal714353
Binary1000111101011110101
Octal1075365

Shades and tints

Shades of #472B35

#472B35
(71,43,53)
#412831
(65,40,49)
#3B252D
(59,37,45)
#352229
(53,34,41)
#2F1F25
(47,31,37)
#291C21
(41,28,33)
#23191D
(35,25,29)
#1D1619
(29,22,25)
#171315
(23,19,21)
#111011
(17,16,17)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #472B35

#472B35
(71,43,53)
#573E47
(87,62,71)
#675159
(103,81,89)
#77646B
(119,100,107)
#87777D
(135,119,125)
#978A8F
(151,138,143)
#A79DA1
(167,157,161)
#B7B0B3
(183,176,179)
#C7C3C5
(199,195,197)
#D7D6D7
(215,214,215)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472B35; }

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

This text font color is #472B35.


Background Color

.myBgColor { background-color: #472B35; }

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

This div background color is #472B35.


Border color

.myBorderColor { border: 1px solid #472B35; }

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

This div border color is #472B35.


Opacity

.myOpacity80 { color: #472B35; opacity: 0.8; }

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

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

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

This text has shadow with #472B35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472B35 on black background.


Color preview on white background

This text has color #472B35 on white background.



Black color preview on #472B35 background

This text has black color on #472B35 background.


White color preview on #472B35 background

This text has white color on #472B35 background.