COLOR #476509

HEX: #476509
RGB: (71,101,9)

Renk bilgisi

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

RGB renk modeli

#476509 color RGB value is (71,101,9).

  • kırmız ton 71;
  • yeşil ton 101;
  • mavi ton 9.
RGB:
(71,101,9)
(28%,40%,4%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 101 of 255 = 40%
B 9 of 255 = 4%

71
101
9

R + G + B ~ 24%. #476509 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 101 + 9 = 181 (100%)
R 71 of 181 ~ 39.23%
G 101 of 181 ~ 55.8%
B 9 of 181 ~ 4.97%

%39.23
%55.8

CMYK RENK MODELİ

#476509 rengi CMYK tonu (30,0,91,60).

  • camgöbeği tonu 29.70%
  • eflatun tonu 0.00%
  • sarı tonu 91.09%
  • ana renk tonu 60.39%
CMYK:
(30,0,91,60)
C30M0Y91K60 
(30%,0%,91%,60%)
(0.30/0.00/0.91/0.60)	

CMYK yüzdeleri

%29.7
%0
%91.09
%60.39

Codes

Color #476509 in popluar color models

476509
RGB711019
HSL80°83.64%21.57%
HSB/HSV80°91.09%39.61%
CMYK29.70%0.00%91.09%
60.39%

Color #476509 in popluar number systems.

HEX476509
Decimal711019
Binary100011111001011001
Octal10714511

Shades and tints

Shades of #476509

#476509
(71,101,9)
#415C09
(65,92,9)
#3B5309
(59,83,9)
#354A09
(53,74,9)
#2F4109
(47,65,9)
#293809
(41,56,9)
#232F09
(35,47,9)
#1D2609
(29,38,9)
#171D09
(23,29,9)
#111409
(17,20,9)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #476509

#476509
(71,101,9)
#57731F
(87,115,31)
#678135
(103,129,53)
#778F4B
(119,143,75)
#879D61
(135,157,97)
#97AB77
(151,171,119)
#A7B98D
(167,185,141)
#B7C7A3
(183,199,163)
#C7D5B9
(199,213,185)
#D7E3CF
(215,227,207)
#E7F1E5
(231,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476509 color. Also use rgb(71,101,9) instead hex code.

Text Font Color

.myTextColor { color: #476509; }

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

This text font color is #476509.


Background Color

.myBgColor { background-color: #476509; }

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

This div background color is #476509.


Border color

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

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

This div border color is #476509.


Opacity

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

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

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

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

This text has shadow with #476509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476509 on black background.


Color preview on white background

This text has color #476509 on white background.



Black color preview on #476509 background

This text has black color on #476509 background.


White color preview on #476509 background

This text has white color on #476509 background.