COLOR #475D32

HEX: #475D32
RGB: (71,93,50)

Renk bilgisi

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

RGB renk modeli

#475D32 color RGB value is (71,93,50).

  • kırmız ton 71;
  • yeşil ton 93;
  • mavi ton 50.
RGB:
(71,93,50)
(28%,36%,20%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 93 of 255 = 36%
B 50 of 255 = 20%

71
93
50

R + G + B ~ 28%. #475D32 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 93 + 50 = 214 (100%)
R 71 of 214 ~ 33.18%
G 93 of 214 ~ 43.46%
B 50 of 214 ~ 23.36%

%33.18
%43.46
%23.36

CMYK RENK MODELİ

#475D32 rengi CMYK tonu (24,0,46,64).

  • camgöbeği tonu 23.66%
  • eflatun tonu 0.00%
  • sarı tonu 46.24%
  • ana renk tonu 63.53%
CMYK:
(24,0,46,64)
C24M0Y46K64 
(24%,0%,46%,64%)
(0.24/0.00/0.46/0.64)	

CMYK yüzdeleri

%23.66
%0
%46.24
%63.53

Codes

Color #475D32 in popluar color models

475D32
RGB719350
HSL91°30.07%28.04%
HSB/HSV91°46.24%36.47%
CMYK23.66%0.00%46.24%
63.53%

Color #475D32 in popluar number systems.

HEX475D32
Decimal719350
Binary10001111011101110010
Octal10713562

Shades and tints

Shades of #475D32

#475D32
(71,93,50)
#41552E
(65,85,46)
#3B4D2A
(59,77,42)
#354526
(53,69,38)
#2F3D22
(47,61,34)
#29351E
(41,53,30)
#232D1A
(35,45,26)
#1D2516
(29,37,22)
#171D12
(23,29,18)
#11150E
(17,21,14)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #475D32

#475D32
(71,93,50)
#576B44
(87,107,68)
#677956
(103,121,86)
#778768
(119,135,104)
#87957A
(135,149,122)
#97A38C
(151,163,140)
#A7B19E
(167,177,158)
#B7BFB0
(183,191,176)
#C7CDC2
(199,205,194)
#D7DBD4
(215,219,212)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475D32 color. Also use rgb(71,93,50) instead hex code.

Text Font Color

.myTextColor { color: #475D32; }

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

This text font color is #475D32.


Background Color

.myBgColor { background-color: #475D32; }

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

This div background color is #475D32.


Border color

.myBorderColor { border: 1px solid #475D32; }

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

This div border color is #475D32.


Opacity

.myOpacity80 { color: #475D32; opacity: 0.8; }

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

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

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

This text has shadow with #475D32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475D32 on black background.


Color preview on white background

This text has color #475D32 on white background.



Black color preview on #475D32 background

This text has black color on #475D32 background.


White color preview on #475D32 background

This text has white color on #475D32 background.