COLOR #476142

HEX: #476142
RGB: (71,97,66)

Renk bilgisi

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

RGB renk modeli

#476142 color RGB value is (71,97,66).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 97 of 255 = 38%
B 66 of 255 = 26%

71
97
66

R + G + B ~ 31%. #476142 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 97 + 66 = 234 (100%)
R 71 of 234 ~ 30.34%
G 97 of 234 ~ 41.45%
B 66 of 234 ~ 28.21%

%30.34
%41.45
%28.21

CMYK RENK MODELİ

#476142 rengi CMYK tonu (27,0,32,62).

  • camgöbeği tonu 26.80%
  • eflatun tonu 0.00%
  • sarı tonu 31.96%
  • ana renk tonu 61.96%
CMYK:
(27,0,32,62)
C27M0Y32K62 
(27%,0%,32%,62%)
(0.27/0.00/0.32/0.62)	

CMYK yüzdeleri

%26.8
%0
%31.96
%61.96

Codes

Color #476142 in popluar color models

476142
RGB719766
HSL110°19.02%31.96%
HSB/HSV110°31.96%38.04%
CMYK26.80%0.00%31.96%
61.96%

Color #476142 in popluar number systems.

HEX476142
Decimal719766
Binary100011111000011000010
Octal107141102

Shades and tints

Shades of #476142

#476142
(71,97,66)
#41593C
(65,89,60)
#3B5136
(59,81,54)
#354930
(53,73,48)
#2F412A
(47,65,42)
#293924
(41,57,36)
#23311E
(35,49,30)
#1D2918
(29,41,24)
#172112
(23,33,18)
#11190C
(17,25,12)
#0B1106
(11,17,6)
#000000
(0,0,0)

Tints of #476142

#476142
(71,97,66)
#576F53
(87,111,83)
#677D64
(103,125,100)
#778B75
(119,139,117)
#879986
(135,153,134)
#97A797
(151,167,151)
#A7B5A8
(167,181,168)
#B7C3B9
(183,195,185)
#C7D1CA
(199,209,202)
#D7DFDB
(215,223,219)
#E7EDEC
(231,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476142; }

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

This text font color is #476142.


Background Color

.myBgColor { background-color: #476142; }

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

This div background color is #476142.


Border color

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

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

This div border color is #476142.


Opacity

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

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

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

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

This text has shadow with #476142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476142 on black background.


Color preview on white background

This text has color #476142 on white background.



Black color preview on #476142 background

This text has black color on #476142 background.


White color preview on #476142 background

This text has white color on #476142 background.