COLOR #476542

HEX: #476542
RGB: (71,101,66)

Renk bilgisi

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

RGB renk modeli

#476542 color RGB value is (71,101,66).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 101 of 255 = 40%
B 66 of 255 = 26%

71
101
66

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 101 + 66 = 238 (100%)
R 71 of 238 ~ 29.83%
G 101 of 238 ~ 42.44%
B 66 of 238 ~ 27.73%

%29.83
%42.44
%27.73

CMYK RENK MODELİ

#476542 rengi CMYK tonu (30,0,35,60).

  • camgöbeği tonu 29.70%
  • eflatun tonu 0.00%
  • sarı tonu 34.65%
  • ana renk tonu 60.39%
CMYK:
(30,0,35,60)
C30M0Y35K60 
(30%,0%,35%,60%)
(0.30/0.00/0.35/0.60)	

CMYK yüzdeleri

%29.7
%0
%34.65
%60.39

Codes

Color #476542 in popluar color models

476542
RGB7110166
HSL111°20.96%32.75%
HSB/HSV111°34.65%39.61%
CMYK29.70%0.00%34.65%
60.39%

Color #476542 in popluar number systems.

HEX476542
Decimal7110166
Binary100011111001011000010
Octal107145102

Shades and tints

Shades of #476542

#476542
(71,101,66)
#415C3C
(65,92,60)
#3B5336
(59,83,54)
#354A30
(53,74,48)
#2F412A
(47,65,42)
#293824
(41,56,36)
#232F1E
(35,47,30)
#1D2618
(29,38,24)
#171D12
(23,29,18)
#11140C
(17,20,12)
#0B0B06
(11,11,6)
#000000
(0,0,0)

Tints of #476542

#476542
(71,101,66)
#577353
(87,115,83)
#678164
(103,129,100)
#778F75
(119,143,117)
#879D86
(135,157,134)
#97AB97
(151,171,151)
#A7B9A8
(167,185,168)
#B7C7B9
(183,199,185)
#C7D5CA
(199,213,202)
#D7E3DB
(215,227,219)
#E7F1EC
(231,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476542; }

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

This text font color is #476542.


Background Color

.myBgColor { background-color: #476542; }

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

This div background color is #476542.


Border color

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

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

This div border color is #476542.


Opacity

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

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

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

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

This text has shadow with #476542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476542 on black background.


Color preview on white background

This text has color #476542 on white background.



Black color preview on #476542 background

This text has black color on #476542 background.


White color preview on #476542 background

This text has white color on #476542 background.