COLOR #475E32

HEX: #475E32
RGB: (71,94,50)

Renk bilgisi

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

RGB renk modeli

#475E32 color RGB value is (71,94,50).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 94 of 255 = 37%
B 50 of 255 = 20%

71
94
50

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 94 + 50 = 215 (100%)
R 71 of 215 ~ 33.02%
G 94 of 215 ~ 43.72%
B 50 of 215 ~ 23.26%

%33.02
%43.72
%23.26

CMYK RENK MODELİ

#475E32 rengi CMYK tonu (24,0,47,63).

  • camgöbeği tonu 24.47%
  • eflatun tonu 0.00%
  • sarı tonu 46.81%
  • ana renk tonu 63.14%
CMYK:
(24,0,47,63)
C24M0Y47K63 
(24%,0%,47%,63%)
(0.24/0.00/0.47/0.63)	

CMYK yüzdeleri

%24.47
%0
%46.81
%63.14

Codes

Color #475E32 in popluar color models

475E32
RGB719450
HSL91°30.56%28.24%
HSB/HSV91°46.81%36.86%
CMYK24.47%0.00%46.81%
63.14%

Color #475E32 in popluar number systems.

HEX475E32
Decimal719450
Binary10001111011110110010
Octal10713662

Shades and tints

Shades of #475E32

#475E32
(71,94,50)
#41562E
(65,86,46)
#3B4E2A
(59,78,42)
#354626
(53,70,38)
#2F3E22
(47,62,34)
#29361E
(41,54,30)
#232E1A
(35,46,26)
#1D2616
(29,38,22)
#171E12
(23,30,18)
#11160E
(17,22,14)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #475E32

#475E32
(71,94,50)
#576C44
(87,108,68)
#677A56
(103,122,86)
#778868
(119,136,104)
#87967A
(135,150,122)
#97A48C
(151,164,140)
#A7B29E
(167,178,158)
#B7C0B0
(183,192,176)
#C7CEC2
(199,206,194)
#D7DCD4
(215,220,212)
#E7EAE6
(231,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475E32; }

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

This text font color is #475E32.


Background Color

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

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

This div background color is #475E32.


Border color

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

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

This div border color is #475E32.


Opacity

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

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

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

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

This text has shadow with #475E32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475E32 on black background.


Color preview on white background

This text has color #475E32 on white background.



Black color preview on #475E32 background

This text has black color on #475E32 background.


White color preview on #475E32 background

This text has white color on #475E32 background.