COLOR #476350

HEX: #476350
RGB: (71,99,80)

Renk bilgisi

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

RGB renk modeli

#476350 color RGB value is (71,99,80).

  • kırmız ton 71;
  • yeşil ton 99;
  • mavi ton 80.
RGB:
(71,99,80)
(28%,39%,31%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 99 of 255 = 39%
B 80 of 255 = 31%

71
99
80

R + G + B ~ 33%. #476350 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 99 + 80 = 250 (100%)
R 71 of 250 ~ 28.4%
G 99 of 250 ~ 39.6%
B 80 of 250 ~ 32%

%28.4
%39.6
%32

CMYK RENK MODELİ

#476350 rengi CMYK tonu (28,0,19,61).

  • camgöbeği tonu 28.28%
  • eflatun tonu 0.00%
  • sarı tonu 19.19%
  • ana renk tonu 61.18%
CMYK:
(28,0,19,61)
C28M0Y19K61 
(28%,0%,19%,61%)
(0.28/0.00/0.19/0.61)	

CMYK yüzdeleri

%28.28
%0
%19.19
%61.18

Codes

Color #476350 in popluar color models

476350
RGB719980
HSL139°16.47%33.33%
HSB/HSV139°28.28%38.82%
CMYK28.28%0.00%19.19%
61.18%

Color #476350 in popluar number systems.

HEX476350
Decimal719980
Binary100011111000111010000
Octal107143120

Shades and tints

Shades of #476350

#476350
(71,99,80)
#415A49
(65,90,73)
#3B5142
(59,81,66)
#35483B
(53,72,59)
#2F3F34
(47,63,52)
#29362D
(41,54,45)
#232D26
(35,45,38)
#1D241F
(29,36,31)
#171B18
(23,27,24)
#111211
(17,18,17)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #476350

#476350
(71,99,80)
#57715F
(87,113,95)
#677F6E
(103,127,110)
#778D7D
(119,141,125)
#879B8C
(135,155,140)
#97A99B
(151,169,155)
#A7B7AA
(167,183,170)
#B7C5B9
(183,197,185)
#C7D3C8
(199,211,200)
#D7E1D7
(215,225,215)
#E7EFE6
(231,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476350 color. Also use rgb(71,99,80) instead hex code.

Text Font Color

.myTextColor { color: #476350; }

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

This text font color is #476350.


Background Color

.myBgColor { background-color: #476350; }

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

This div background color is #476350.


Border color

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

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

This div border color is #476350.


Opacity

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

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

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

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

This text has shadow with #476350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476350 on black background.


Color preview on white background

This text has color #476350 on white background.



Black color preview on #476350 background

This text has black color on #476350 background.


White color preview on #476350 background

This text has white color on #476350 background.