COLOR #475221

HEX: #475221
RGB: (71,82,33)

Renk bilgisi

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

RGB renk modeli

#475221 color RGB value is (71,82,33).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 82 of 255 = 32%
B 33 of 255 = 13%

71
82
33

R + G + B ~ 24%. #475221 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 82 + 33 = 186 (100%)
R 71 of 186 ~ 38.17%
G 82 of 186 ~ 44.09%
B 33 of 186 ~ 17.74%

%38.17
%44.09
%17.74

CMYK RENK MODELİ

#475221 rengi CMYK tonu (13,0,60,68).

  • camgöbeği tonu 13.41%
  • eflatun tonu 0.00%
  • sarı tonu 59.76%
  • ana renk tonu 67.84%
CMYK:
(13,0,60,68)
C13M0Y60K68 
(13%,0%,60%,68%)
(0.13/0.00/0.60/0.68)	

CMYK yüzdeleri

%13.41
%0
%59.76
%67.84

Codes

Color #475221 in popluar color models

475221
RGB718233
HSL73°42.61%22.55%
HSB/HSV73°59.76%32.16%
CMYK13.41%0.00%59.76%
67.84%

Color #475221 in popluar number systems.

HEX475221
Decimal718233
Binary10001111010010100001
Octal10712241

Shades and tints

Shades of #475221

#475221
(71,82,33)
#414B1E
(65,75,30)
#3B441B
(59,68,27)
#353D18
(53,61,24)
#2F3615
(47,54,21)
#292F12
(41,47,18)
#23280F
(35,40,15)
#1D210C
(29,33,12)
#171A09
(23,26,9)
#111306
(17,19,6)
#0B0C03
(11,12,3)
#000000
(0,0,0)

Tints of #475221

#475221
(71,82,33)
#576135
(87,97,53)
#677049
(103,112,73)
#777F5D
(119,127,93)
#878E71
(135,142,113)
#979D85
(151,157,133)
#A7AC99
(167,172,153)
#B7BBAD
(183,187,173)
#C7CAC1
(199,202,193)
#D7D9D5
(215,217,213)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475221; }

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

This text font color is #475221.


Background Color

.myBgColor { background-color: #475221; }

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

This div background color is #475221.


Border color

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

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

This div border color is #475221.


Opacity

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

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

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

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

This text has shadow with #475221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475221 on black background.


Color preview on white background

This text has color #475221 on white background.



Black color preview on #475221 background

This text has black color on #475221 background.


White color preview on #475221 background

This text has white color on #475221 background.