COLOR #476314

HEX: #476314
RGB: (71,99,20)

Renk bilgisi

#476314 contains mainly red and green colors. #476314 ‘ nin web güvenlik rengi #336600 (ya da #360) dir.

RGB renk modeli

#476314 color RGB value is (71,99,20).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 99 of 255 = 39%
B 20 of 255 = 8%

71
99
20

R + G + B ~ 25%. #476314 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 99 + 20 = 190 (100%)
R 71 of 190 ~ 37.37%
G 99 of 190 ~ 52.11%
B 20 of 190 ~ 10.53%

%37.37
%52.11
%10.53

CMYK RENK MODELİ

#476314 rengi CMYK tonu (28,0,80,61).

  • camgöbeği tonu 28.28%
  • eflatun tonu 0.00%
  • sarı tonu 79.80%
  • ana renk tonu 61.18%
CMYK:
(28,0,80,61)
C28M0Y80K61 
(28%,0%,80%,61%)
(0.28/0.00/0.80/0.61)	

CMYK yüzdeleri

%28.28
%0
%79.8
%61.18

Codes

Color #476314 in popluar color models

476314
RGB719920
HSL81°66.39%23.33%
HSB/HSV81°79.80%38.82%
CMYK28.28%0.00%79.80%
61.18%

Color #476314 in popluar number systems.

HEX476314
Decimal719920
Binary1000111110001110100
Octal10714324

Shades and tints

Shades of #476314

#476314
(71,99,20)
#415A13
(65,90,19)
#3B5112
(59,81,18)
#354811
(53,72,17)
#2F3F10
(47,63,16)
#29360F
(41,54,15)
#232D0E
(35,45,14)
#1D240D
(29,36,13)
#171B0C
(23,27,12)
#11120B
(17,18,11)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #476314

#476314
(71,99,20)
#577129
(87,113,41)
#677F3E
(103,127,62)
#778D53
(119,141,83)
#879B68
(135,155,104)
#97A97D
(151,169,125)
#A7B792
(167,183,146)
#B7C5A7
(183,197,167)
#C7D3BC
(199,211,188)
#D7E1D1
(215,225,209)
#E7EFE6
(231,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476314; }

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

This text font color is #476314.


Background Color

.myBgColor { background-color: #476314; }

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

This div background color is #476314.


Border color

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

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

This div border color is #476314.


Opacity

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

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

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

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

This text has shadow with #476314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476314 on black background.


Color preview on white background

This text has color #476314 on white background.



Black color preview on #476314 background

This text has black color on #476314 background.


White color preview on #476314 background

This text has white color on #476314 background.