COLOR #476405

HEX: #476405
RGB: (71,100,5)

Renk bilgisi

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

RGB renk modeli

#476405 color RGB value is (71,100,5).

  • kırmız ton 71;
  • yeşil ton 100;
  • mavi ton 5.
RGB:
(71,100,5)
(28%,39%,2%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 100 of 255 = 39%
B 5 of 255 = 2%

71
100
5

R + G + B ~ 23%. #476405 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 100 + 5 = 176 (100%)
R 71 of 176 ~ 40.34%
G 100 of 176 ~ 56.82%
B 5 of 176 ~ 2.84%

%40.34
%56.82

CMYK RENK MODELİ

#476405 rengi CMYK tonu (29,0,95,61).

  • camgöbeği tonu 29.00%
  • eflatun tonu 0.00%
  • sarı tonu 95.00%
  • ana renk tonu 60.78%
CMYK:
(29,0,95,61)
C29M0Y95K61 
(29%,0%,95%,61%)
(0.29/0.00/0.95/0.61)	

CMYK yüzdeleri

%29
%0
%95
%60.78

Codes

Color #476405 in popluar color models

476405
RGB711005
HSL78°90.48%20.59%
HSB/HSV78°95.00%39.22%
CMYK29.00%0.00%95.00%
60.78%

Color #476405 in popluar number systems.

HEX476405
Decimal711005
Binary10001111100100101
Octal1071445

Shades and tints

Shades of #476405

#476405
(71,100,5)
#415B05
(65,91,5)
#3B5205
(59,82,5)
#354905
(53,73,5)
#2F4005
(47,64,5)
#293705
(41,55,5)
#232E05
(35,46,5)
#1D2505
(29,37,5)
#171C05
(23,28,5)
#111305
(17,19,5)
#0B0A05
(11,10,5)
#000000
(0,0,0)

Tints of #476405

#476405
(71,100,5)
#57721B
(87,114,27)
#678031
(103,128,49)
#778E47
(119,142,71)
#879C5D
(135,156,93)
#97AA73
(151,170,115)
#A7B889
(167,184,137)
#B7C69F
(183,198,159)
#C7D4B5
(199,212,181)
#D7E2CB
(215,226,203)
#E7F0E1
(231,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476405 color. Also use rgb(71,100,5) instead hex code.

Text Font Color

.myTextColor { color: #476405; }

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

This text font color is #476405.


Background Color

.myBgColor { background-color: #476405; }

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

This div background color is #476405.


Border color

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

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

This div border color is #476405.


Opacity

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

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

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

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

This text has shadow with #476405 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476405 on black background.


Color preview on white background

This text has color #476405 on white background.



Black color preview on #476405 background

This text has black color on #476405 background.


White color preview on #476405 background

This text has white color on #476405 background.