COLOR #476841

HEX: #476841
RGB: (71,104,65)

Renk bilgisi

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

RGB renk modeli

#476841 color RGB value is (71,104,65).

  • kırmız ton 71;
  • yeşil ton 104;
  • mavi ton 65.
RGB:
(71,104,65)
(28%,41%,25%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 104 of 255 = 41%
B 65 of 255 = 25%

71
104
65

R + G + B ~ 31%. #476841 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 104 + 65 = 240 (100%)
R 71 of 240 ~ 29.58%
G 104 of 240 ~ 43.33%
B 65 of 240 ~ 27.08%

%29.58
%43.33
%27.08

CMYK RENK MODELİ

#476841 rengi CMYK tonu (32,0,38,59).

  • camgöbeği tonu 31.73%
  • eflatun tonu 0.00%
  • sarı tonu 37.50%
  • ana renk tonu 59.22%
CMYK:
(32,0,38,59)
C32M0Y38K59 
(32%,0%,38%,59%)
(0.32/0.00/0.38/0.59)	

CMYK yüzdeleri

%31.73
%0
%37.5
%59.22

Codes

Color #476841 in popluar color models

476841
RGB7110465
HSL111°23.08%33.14%
HSB/HSV111°37.50%40.78%
CMYK31.73%0.00%37.50%
59.22%

Color #476841 in popluar number systems.

HEX476841
Decimal7110465
Binary100011111010001000001
Octal107150101

Shades and tints

Shades of #476841

#476841
(71,104,65)
#415F3C
(65,95,60)
#3B5637
(59,86,55)
#354D32
(53,77,50)
#2F442D
(47,68,45)
#293B28
(41,59,40)
#233223
(35,50,35)
#1D291E
(29,41,30)
#172019
(23,32,25)
#111714
(17,23,20)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #476841

#476841
(71,104,65)
#577552
(87,117,82)
#678263
(103,130,99)
#778F74
(119,143,116)
#879C85
(135,156,133)
#97A996
(151,169,150)
#A7B6A7
(167,182,167)
#B7C3B8
(183,195,184)
#C7D0C9
(199,208,201)
#D7DDDA
(215,221,218)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476841 color. Also use rgb(71,104,65) instead hex code.

Text Font Color

.myTextColor { color: #476841; }

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

This text font color is #476841.


Background Color

.myBgColor { background-color: #476841; }

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

This div background color is #476841.


Border color

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

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

This div border color is #476841.


Opacity

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

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

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

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

This text has shadow with #476841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476841 on black background.


Color preview on white background

This text has color #476841 on white background.



Black color preview on #476841 background

This text has black color on #476841 background.


White color preview on #476841 background

This text has white color on #476841 background.