COLOR #472421

HEX: #472421
RGB: (71,36,33)

Renk bilgisi

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

RGB renk modeli

#472421 color RGB value is (71,36,33).

  • kırmız ton 71;
  • yeşil ton 36;
  • mavi ton 33.
RGB:
(71,36,33)
(28%,14%,13%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 36 of 255 = 14%
B 33 of 255 = 13%

71
36
33

R + G + B ~ 18%. #472421 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 36 + 33 = 140 (100%)
R 71 of 140 ~ 50.71%
G 36 of 140 ~ 25.71%
B 33 of 140 ~ 23.57%

%50.71
%25.71
%23.57

CMYK RENK MODELİ

#472421 rengi CMYK tonu (0,49,54,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.30%
  • sarı tonu 53.52%
  • ana renk tonu 72.16%
CMYK:
(0,49,54,72)
C0M49Y54K72 
(0%,49%,54%,72%)
(0.00/0.49/0.54/0.72)	

CMYK yüzdeleri

%0
%49.3
%53.52
%72.16

Codes

Color #472421 in popluar color models

472421
RGB713633
HSL36.54%20.39%
HSB/HSV53.52%27.84%
CMYK0.00%49.30%53.52%
72.16%

Color #472421 in popluar number systems.

HEX472421
Decimal713633
Binary1000111100100100001
Octal1074441

Shades and tints

Shades of #472421

#472421
(71,36,33)
#41211E
(65,33,30)
#3B1E1B
(59,30,27)
#351B18
(53,27,24)
#2F1815
(47,24,21)
#291512
(41,21,18)
#23120F
(35,18,15)
#1D0F0C
(29,15,12)
#170C09
(23,12,9)
#110906
(17,9,6)
#0B0603
(11,6,3)
#000000
(0,0,0)

Tints of #472421

#472421
(71,36,33)
#573735
(87,55,53)
#674A49
(103,74,73)
#775D5D
(119,93,93)
#877071
(135,112,113)
#978385
(151,131,133)
#A79699
(167,150,153)
#B7A9AD
(183,169,173)
#C7BCC1
(199,188,193)
#D7CFD5
(215,207,213)
#E7E2E9
(231,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472421 color. Also use rgb(71,36,33) instead hex code.

Text Font Color

.myTextColor { color: #472421; }

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

This text font color is #472421.


Background Color

.myBgColor { background-color: #472421; }

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

This div background color is #472421.


Border color

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

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

This div border color is #472421.


Opacity

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

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

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

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

This text has shadow with #472421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472421 on black background.


Color preview on white background

This text has color #472421 on white background.



Black color preview on #472421 background

This text has black color on #472421 background.


White color preview on #472421 background

This text has white color on #472421 background.