COLOR #476D43

HEX: #476D43
RGB: (71,109,67)

Renk bilgisi

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

RGB renk modeli

#476D43 color RGB value is (71,109,67).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 109 of 255 = 43%
B 67 of 255 = 26%

71
109
67

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 109 + 67 = 247 (100%)
R 71 of 247 ~ 28.74%
G 109 of 247 ~ 44.13%
B 67 of 247 ~ 27.13%

%28.74
%44.13
%27.13

CMYK RENK MODELİ

#476D43 rengi CMYK tonu (35,0,39,57).

  • camgöbeği tonu 34.86%
  • eflatun tonu 0.00%
  • sarı tonu 38.53%
  • ana renk tonu 57.25%
CMYK:
(35,0,39,57)
C35M0Y39K57 
(35%,0%,39%,57%)
(0.35/0.00/0.39/0.57)	

CMYK yüzdeleri

%34.86
%0
%38.53
%57.25

Codes

Color #476D43 in popluar color models

476D43
RGB7110967
HSL114°23.86%34.51%
HSB/HSV114°38.53%42.75%
CMYK34.86%0.00%38.53%
57.25%

Color #476D43 in popluar number systems.

HEX476D43
Decimal7110967
Binary100011111011011000011
Octal107155103

Shades and tints

Shades of #476D43

#476D43
(71,109,67)
#41643D
(65,100,61)
#3B5B37
(59,91,55)
#355231
(53,82,49)
#2F492B
(47,73,43)
#294025
(41,64,37)
#23371F
(35,55,31)
#1D2E19
(29,46,25)
#172513
(23,37,19)
#111C0D
(17,28,13)
#0B1307
(11,19,7)
#000000
(0,0,0)

Tints of #476D43

#476D43
(71,109,67)
#577A54
(87,122,84)
#678765
(103,135,101)
#779476
(119,148,118)
#87A187
(135,161,135)
#97AE98
(151,174,152)
#A7BBA9
(167,187,169)
#B7C8BA
(183,200,186)
#C7D5CB
(199,213,203)
#D7E2DC
(215,226,220)
#E7EFED
(231,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476D43; }

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

This text font color is #476D43.


Background Color

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

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

This div background color is #476D43.


Border color

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

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

This div border color is #476D43.


Opacity

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

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

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

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

This text has shadow with #476D43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476D43 on black background.


Color preview on white background

This text has color #476D43 on white background.



Black color preview on #476D43 background

This text has black color on #476D43 background.


White color preview on #476D43 background

This text has white color on #476D43 background.