COLOR #476340

HEX: #476340
RGB: (71,99,64)

Renk bilgisi

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

RGB renk modeli

#476340 color RGB value is (71,99,64).

  • kırmız ton 71;
  • yeşil ton 99;
  • mavi ton 64.
RGB:
(71,99,64)
(28%,39%,25%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 99 of 255 = 39%
B 64 of 255 = 25%

71
99
64

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 99 + 64 = 234 (100%)
R 71 of 234 ~ 30.34%
G 99 of 234 ~ 42.31%
B 64 of 234 ~ 27.35%

%30.34
%42.31
%27.35

CMYK RENK MODELİ

#476340 rengi CMYK tonu (28,0,35,61).

  • camgöbeği tonu 28.28%
  • eflatun tonu 0.00%
  • sarı tonu 35.35%
  • ana renk tonu 61.18%
CMYK:
(28,0,35,61)
C28M0Y35K61 
(28%,0%,35%,61%)
(0.28/0.00/0.35/0.61)	

CMYK yüzdeleri

%28.28
%0
%35.35
%61.18

Codes

Color #476340 in popluar color models

476340
RGB719964
HSL108°21.47%31.96%
HSB/HSV108°35.35%38.82%
CMYK28.28%0.00%35.35%
61.18%

Color #476340 in popluar number systems.

HEX476340
Decimal719964
Binary100011111000111000000
Octal107143100

Shades and tints

Shades of #476340

#476340
(71,99,64)
#415A3B
(65,90,59)
#3B5136
(59,81,54)
#354831
(53,72,49)
#2F3F2C
(47,63,44)
#293627
(41,54,39)
#232D22
(35,45,34)
#1D241D
(29,36,29)
#171B18
(23,27,24)
#111213
(17,18,19)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #476340

#476340
(71,99,64)
#577151
(87,113,81)
#677F62
(103,127,98)
#778D73
(119,141,115)
#879B84
(135,155,132)
#97A995
(151,169,149)
#A7B7A6
(167,183,166)
#B7C5B7
(183,197,183)
#C7D3C8
(199,211,200)
#D7E1D9
(215,225,217)
#E7EFEA
(231,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476340 color. Also use rgb(71,99,64) instead hex code.

Text Font Color

.myTextColor { color: #476340; }

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

This text font color is #476340.


Background Color

.myBgColor { background-color: #476340; }

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

This div background color is #476340.


Border color

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

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

This div border color is #476340.


Opacity

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

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

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

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

This text has shadow with #476340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476340 on black background.


Color preview on white background

This text has color #476340 on white background.



Black color preview on #476340 background

This text has black color on #476340 background.


White color preview on #476340 background

This text has white color on #476340 background.