COLOR #476449

HEX: #476449
RGB: (71,100,73)

Renk bilgisi

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

RGB renk modeli

#476449 color RGB value is (71,100,73).

  • kırmız ton 71;
  • yeşil ton 100;
  • mavi ton 73.
RGB:
(71,100,73)
(28%,39%,29%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 100 of 255 = 39%
B 73 of 255 = 29%

71
100
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 100 + 73 = 244 (100%)
R 71 of 244 ~ 29.1%
G 100 of 244 ~ 40.98%
B 73 of 244 ~ 29.92%

%29.1
%40.98
%29.92

CMYK RENK MODELİ

#476449 rengi CMYK tonu (29,0,27,61).

  • camgöbeği tonu 29.00%
  • eflatun tonu 0.00%
  • sarı tonu 27.00%
  • ana renk tonu 60.78%
CMYK:
(29,0,27,61)
C29M0Y27K61 
(29%,0%,27%,61%)
(0.29/0.00/0.27/0.61)	

CMYK yüzdeleri

%29
%0
%27
%60.78

Codes

Color #476449 in popluar color models

476449
RGB7110073
HSL124°16.96%33.53%
HSB/HSV124°29.00%39.22%
CMYK29.00%0.00%27.00%
60.78%

Color #476449 in popluar number systems.

HEX476449
Decimal7110073
Binary100011111001001001001
Octal107144111

Shades and tints

Shades of #476449

#476449
(71,100,73)
#415B43
(65,91,67)
#3B523D
(59,82,61)
#354937
(53,73,55)
#2F4031
(47,64,49)
#29372B
(41,55,43)
#232E25
(35,46,37)
#1D251F
(29,37,31)
#171C19
(23,28,25)
#111313
(17,19,19)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #476449

#476449
(71,100,73)
#577259
(87,114,89)
#678069
(103,128,105)
#778E79
(119,142,121)
#879C89
(135,156,137)
#97AA99
(151,170,153)
#A7B8A9
(167,184,169)
#B7C6B9
(183,198,185)
#C7D4C9
(199,212,201)
#D7E2D9
(215,226,217)
#E7F0E9
(231,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476449 color. Also use rgb(71,100,73) instead hex code.

Text Font Color

.myTextColor { color: #476449; }

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

This text font color is #476449.


Background Color

.myBgColor { background-color: #476449; }

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

This div background color is #476449.


Border color

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

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

This div border color is #476449.


Opacity

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

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

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

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

This text has shadow with #476449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476449 on black background.


Color preview on white background

This text has color #476449 on white background.



Black color preview on #476449 background

This text has black color on #476449 background.


White color preview on #476449 background

This text has white color on #476449 background.