COLOR #476551

HEX: #476551
RGB: (71,101,81)

Renk bilgisi

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

RGB renk modeli

#476551 color RGB value is (71,101,81).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 101 of 255 = 40%
B 81 of 255 = 32%

71
101
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 101 + 81 = 253 (100%)
R 71 of 253 ~ 28.06%
G 101 of 253 ~ 39.92%
B 81 of 253 ~ 32.02%

%28.06
%39.92
%32.02

CMYK RENK MODELİ

#476551 rengi CMYK tonu (30,0,20,60).

  • camgöbeği tonu 29.70%
  • eflatun tonu 0.00%
  • sarı tonu 19.80%
  • ana renk tonu 60.39%
CMYK:
(30,0,20,60)
C30M0Y20K60 
(30%,0%,20%,60%)
(0.30/0.00/0.20/0.60)	

CMYK yüzdeleri

%29.7
%0
%19.8
%60.39

Codes

Color #476551 in popluar color models

476551
RGB7110181
HSL140°17.44%33.73%
HSB/HSV140°29.70%39.61%
CMYK29.70%0.00%19.80%
60.39%

Color #476551 in popluar number systems.

HEX476551
Decimal7110181
Binary100011111001011010001
Octal107145121

Shades and tints

Shades of #476551

#476551
(71,101,81)
#415C4A
(65,92,74)
#3B5343
(59,83,67)
#354A3C
(53,74,60)
#2F4135
(47,65,53)
#29382E
(41,56,46)
#232F27
(35,47,39)
#1D2620
(29,38,32)
#171D19
(23,29,25)
#111412
(17,20,18)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #476551

#476551
(71,101,81)
#577360
(87,115,96)
#67816F
(103,129,111)
#778F7E
(119,143,126)
#879D8D
(135,157,141)
#97AB9C
(151,171,156)
#A7B9AB
(167,185,171)
#B7C7BA
(183,199,186)
#C7D5C9
(199,213,201)
#D7E3D8
(215,227,216)
#E7F1E7
(231,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476551; }

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

This text font color is #476551.


Background Color

.myBgColor { background-color: #476551; }

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

This div background color is #476551.


Border color

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

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

This div border color is #476551.


Opacity

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

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

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

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

This text has shadow with #476551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476551 on black background.


Color preview on white background

This text has color #476551 on white background.



Black color preview on #476551 background

This text has black color on #476551 background.


White color preview on #476551 background

This text has white color on #476551 background.