COLOR #475521

HEX: #475521
RGB: (71,85,33)

Renk bilgisi

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

RGB renk modeli

#475521 color RGB value is (71,85,33).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 85 of 255 = 33%
B 33 of 255 = 13%

71
85
33

R + G + B ~ 25%. #475521 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 85 + 33 = 189 (100%)
R 71 of 189 ~ 37.57%
G 85 of 189 ~ 44.97%
B 33 of 189 ~ 17.46%

%37.57
%44.97
%17.46

CMYK RENK MODELİ

#475521 rengi CMYK tonu (16,0,61,67).

  • camgöbeği tonu 16.47%
  • eflatun tonu 0.00%
  • sarı tonu 61.18%
  • ana renk tonu 66.67%
CMYK:
(16,0,61,67)
C16M0Y61K67 
(16%,0%,61%,67%)
(0.16/0.00/0.61/0.67)	

CMYK yüzdeleri

%16.47
%0
%61.18
%66.67

Codes

Color #475521 in popluar color models

475521
RGB718533
HSL76°44.07%23.14%
HSB/HSV76°61.18%33.33%
CMYK16.47%0.00%61.18%
66.67%

Color #475521 in popluar number systems.

HEX475521
Decimal718533
Binary10001111010101100001
Octal10712541

Shades and tints

Shades of #475521

#475521
(71,85,33)
#414E1E
(65,78,30)
#3B471B
(59,71,27)
#354018
(53,64,24)
#2F3915
(47,57,21)
#293212
(41,50,18)
#232B0F
(35,43,15)
#1D240C
(29,36,12)
#171D09
(23,29,9)
#111606
(17,22,6)
#0B0F03
(11,15,3)
#000000
(0,0,0)

Tints of #475521

#475521
(71,85,33)
#576435
(87,100,53)
#677349
(103,115,73)
#77825D
(119,130,93)
#879171
(135,145,113)
#97A085
(151,160,133)
#A7AF99
(167,175,153)
#B7BEAD
(183,190,173)
#C7CDC1
(199,205,193)
#D7DCD5
(215,220,213)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475521; }

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

This text font color is #475521.


Background Color

.myBgColor { background-color: #475521; }

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

This div background color is #475521.


Border color

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

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

This div border color is #475521.


Opacity

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

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

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

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

This text has shadow with #475521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475521 on black background.


Color preview on white background

This text has color #475521 on white background.



Black color preview on #475521 background

This text has black color on #475521 background.


White color preview on #475521 background

This text has white color on #475521 background.