COLOR #472621

HEX: #472621
RGB: (71,38,33)

Renk bilgisi

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

RGB renk modeli

#472621 color RGB value is (71,38,33).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 38 of 255 = 15%
B 33 of 255 = 13%

71
38
33

R + G + B ~ 19%. #472621 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 38 + 33 = 142 (100%)
R 71 of 142 ~ 50%
G 38 of 142 ~ 26.76%
B 33 of 142 ~ 23.24%

%50
%26.76
%23.24

CMYK RENK MODELİ

#472621 rengi CMYK tonu (0,46,54,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.48%
  • sarı tonu 53.52%
  • ana renk tonu 72.16%
CMYK:
(0,46,54,72)
C0M46Y54K72 
(0%,46%,54%,72%)
(0.00/0.46/0.54/0.72)	

CMYK yüzdeleri

%0
%46.48
%53.52
%72.16

Codes

Color #472621 in popluar color models

472621
RGB713833
HSL36.54%20.39%
HSB/HSV53.52%27.84%
CMYK0.00%46.48%53.52%
72.16%

Color #472621 in popluar number systems.

HEX472621
Decimal713833
Binary1000111100110100001
Octal1074641

Shades and tints

Shades of #472621

#472621
(71,38,33)
#41231E
(65,35,30)
#3B201B
(59,32,27)
#351D18
(53,29,24)
#2F1A15
(47,26,21)
#291712
(41,23,18)
#23140F
(35,20,15)
#1D110C
(29,17,12)
#170E09
(23,14,9)
#110B06
(17,11,6)
#0B0803
(11,8,3)
#000000
(0,0,0)

Tints of #472621

#472621
(71,38,33)
#573935
(87,57,53)
#674C49
(103,76,73)
#775F5D
(119,95,93)
#877271
(135,114,113)
#978585
(151,133,133)
#A79899
(167,152,153)
#B7ABAD
(183,171,173)
#C7BEC1
(199,190,193)
#D7D1D5
(215,209,213)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472621; }

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

This text font color is #472621.


Background Color

.myBgColor { background-color: #472621; }

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

This div background color is #472621.


Border color

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

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

This div border color is #472621.


Opacity

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

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

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

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

This text has shadow with #472621 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472621 on black background.


Color preview on white background

This text has color #472621 on white background.



Black color preview on #472621 background

This text has black color on #472621 background.


White color preview on #472621 background

This text has white color on #472621 background.