COLOR #476020

HEX: #476020
RGB: (71,96,32)

Renk bilgisi

#476020 contains mainly red and green colors. #476020 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#476020 color RGB value is (71,96,32).

  • kırmız ton 71;
  • yeşil ton 96;
  • mavi ton 32.
RGB:
(71,96,32)
(28%,38%,13%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 96 of 255 = 38%
B 32 of 255 = 13%

71
96
32

R + G + B ~ 26%. #476020 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 96 + 32 = 199 (100%)
R 71 of 199 ~ 35.68%
G 96 of 199 ~ 48.24%
B 32 of 199 ~ 16.08%

%35.68
%48.24
%16.08

CMYK RENK MODELİ

#476020 rengi CMYK tonu (26,0,67,62).

  • camgöbeği tonu 26.04%
  • eflatun tonu 0.00%
  • sarı tonu 66.67%
  • ana renk tonu 62.35%
CMYK:
(26,0,67,62)
C26M0Y67K62 
(26%,0%,67%,62%)
(0.26/0.00/0.67/0.62)	

CMYK yüzdeleri

%26.04
%0
%66.67
%62.35

Codes

Color #476020 in popluar color models

476020
RGB719632
HSL83°50.00%25.10%
HSB/HSV83°66.67%37.65%
CMYK26.04%0.00%66.67%
62.35%

Color #476020 in popluar number systems.

HEX476020
Decimal719632
Binary10001111100000100000
Octal10714040

Shades and tints

Shades of #476020

#476020
(71,96,32)
#41581E
(65,88,30)
#3B501C
(59,80,28)
#35481A
(53,72,26)
#2F4018
(47,64,24)
#293816
(41,56,22)
#233014
(35,48,20)
#1D2812
(29,40,18)
#172010
(23,32,16)
#11180E
(17,24,14)
#0B100C
(11,16,12)
#000000
(0,0,0)

Tints of #476020

#476020
(71,96,32)
#576E34
(87,110,52)
#677C48
(103,124,72)
#778A5C
(119,138,92)
#879870
(135,152,112)
#97A684
(151,166,132)
#A7B498
(167,180,152)
#B7C2AC
(183,194,172)
#C7D0C0
(199,208,192)
#D7DED4
(215,222,212)
#E7ECE8
(231,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476020 color. Also use rgb(71,96,32) instead hex code.

Text Font Color

.myTextColor { color: #476020; }

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

This text font color is #476020.


Background Color

.myBgColor { background-color: #476020; }

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

This div background color is #476020.


Border color

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

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

This div border color is #476020.


Opacity

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

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

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

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

This text has shadow with #476020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476020 on black background.


Color preview on white background

This text has color #476020 on white background.



Black color preview on #476020 background

This text has black color on #476020 background.


White color preview on #476020 background

This text has white color on #476020 background.