COLOR #476942

HEX: #476942
RGB: (71,105,66)

Renk bilgisi

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

RGB renk modeli

#476942 color RGB value is (71,105,66).

  • kırmız ton 71;
  • yeşil ton 105;
  • mavi ton 66.
RGB:
(71,105,66)
(28%,41%,26%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 105 of 255 = 41%
B 66 of 255 = 26%

71
105
66

R + G + B ~ 32%. #476942 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 105 + 66 = 242 (100%)
R 71 of 242 ~ 29.34%
G 105 of 242 ~ 43.39%
B 66 of 242 ~ 27.27%

%29.34
%43.39
%27.27

CMYK RENK MODELİ

#476942 rengi CMYK tonu (32,0,37,59).

  • camgöbeği tonu 32.38%
  • eflatun tonu 0.00%
  • sarı tonu 37.14%
  • ana renk tonu 58.82%
CMYK:
(32,0,37,59)
C32M0Y37K59 
(32%,0%,37%,59%)
(0.32/0.00/0.37/0.59)	

CMYK yüzdeleri

%32.38
%0
%37.14
%58.82

Codes

Color #476942 in popluar color models

476942
RGB7110566
HSL112°22.81%33.53%
HSB/HSV112°37.14%41.18%
CMYK32.38%0.00%37.14%
58.82%

Color #476942 in popluar number systems.

HEX476942
Decimal7110566
Binary100011111010011000010
Octal107151102

Shades and tints

Shades of #476942

#476942
(71,105,66)
#41603C
(65,96,60)
#3B5736
(59,87,54)
#354E30
(53,78,48)
#2F452A
(47,69,42)
#293C24
(41,60,36)
#23331E
(35,51,30)
#1D2A18
(29,42,24)
#172112
(23,33,18)
#11180C
(17,24,12)
#0B0F06
(11,15,6)
#000000
(0,0,0)

Tints of #476942

#476942
(71,105,66)
#577653
(87,118,83)
#678364
(103,131,100)
#779075
(119,144,117)
#879D86
(135,157,134)
#97AA97
(151,170,151)
#A7B7A8
(167,183,168)
#B7C4B9
(183,196,185)
#C7D1CA
(199,209,202)
#D7DEDB
(215,222,219)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476942 color. Also use rgb(71,105,66) instead hex code.

Text Font Color

.myTextColor { color: #476942; }

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

This text font color is #476942.


Background Color

.myBgColor { background-color: #476942; }

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

This div background color is #476942.


Border color

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

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

This div border color is #476942.


Opacity

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

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

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

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

This text has shadow with #476942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476942 on black background.


Color preview on white background

This text has color #476942 on white background.



Black color preview on #476942 background

This text has black color on #476942 background.


White color preview on #476942 background

This text has white color on #476942 background.