COLOR #476D4E

HEX: #476D4E
RGB: (71,109,78)

Renk bilgisi

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

RGB renk modeli

#476D4E color RGB value is (71,109,78).

  • kırmız ton 71;
  • yeşil ton 109;
  • mavi ton 78.
RGB:
(71,109,78)
(28%,43%,31%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 109 of 255 = 43%
B 78 of 255 = 31%

71
109
78

R + G + B ~ 34%. #476D4E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 109 + 78 = 258 (100%)
R 71 of 258 ~ 27.52%
G 109 of 258 ~ 42.25%
B 78 of 258 ~ 30.23%

%27.52
%42.25
%30.23

CMYK RENK MODELİ

#476D4E rengi CMYK tonu (35,0,28,57).

  • camgöbeği tonu 34.86%
  • eflatun tonu 0.00%
  • sarı tonu 28.44%
  • ana renk tonu 57.25%
CMYK:
(35,0,28,57)
C35M0Y28K57 
(35%,0%,28%,57%)
(0.35/0.00/0.28/0.57)	

CMYK yüzdeleri

%34.86
%0
%28.44
%57.25

Codes

Color #476D4E in popluar color models

476D4E
RGB7110978
HSL131°21.11%35.29%
HSB/HSV131°34.86%42.75%
CMYK34.86%0.00%28.44%
57.25%

Color #476D4E in popluar number systems.

HEX476D4E
Decimal7110978
Binary100011111011011001110
Octal107155116

Shades and tints

Shades of #476D4E

#476D4E
(71,109,78)
#416447
(65,100,71)
#3B5B40
(59,91,64)
#355239
(53,82,57)
#2F4932
(47,73,50)
#29402B
(41,64,43)
#233724
(35,55,36)
#1D2E1D
(29,46,29)
#172516
(23,37,22)
#111C0F
(17,28,15)
#0B1308
(11,19,8)
#000000
(0,0,0)

Tints of #476D4E

#476D4E
(71,109,78)
#577A5E
(87,122,94)
#67876E
(103,135,110)
#77947E
(119,148,126)
#87A18E
(135,161,142)
#97AE9E
(151,174,158)
#A7BBAE
(167,187,174)
#B7C8BE
(183,200,190)
#C7D5CE
(199,213,206)
#D7E2DE
(215,226,222)
#E7EFEE
(231,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476D4E color. Also use rgb(71,109,78) instead hex code.

Text Font Color

.myTextColor { color: #476D4E; }

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

This text font color is #476D4E.


Background Color

.myBgColor { background-color: #476D4E; }

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

This div background color is #476D4E.


Border color

.myBorderColor { border: 1px solid #476D4E; }

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

This div border color is #476D4E.


Opacity

.myOpacity80 { color: #476D4E; opacity: 0.8; }

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

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

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

This text has shadow with #476D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476D4E on black background.


Color preview on white background

This text has color #476D4E on white background.



Black color preview on #476D4E background

This text has black color on #476D4E background.


White color preview on #476D4E background

This text has white color on #476D4E background.