COLOR #476F1A

HEX: #476F1A
RGB: (71,111,26)

Renk bilgisi

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

RGB renk modeli

#476F1A color RGB value is (71,111,26).

  • kırmız ton 71;
  • yeşil ton 111;
  • mavi ton 26.
RGB:
(71,111,26)
(28%,44%,10%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 111 of 255 = 44%
B 26 of 255 = 10%

71
111
26

R + G + B ~ 27%. #476F1A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 111 + 26 = 208 (100%)
R 71 of 208 ~ 34.13%
G 111 of 208 ~ 53.37%
B 26 of 208 ~ 12.5%

%34.13
%53.37
%12.5

CMYK RENK MODELİ

#476F1A rengi CMYK tonu (36,0,77,56).

  • camgöbeği tonu 36.04%
  • eflatun tonu 0.00%
  • sarı tonu 76.58%
  • ana renk tonu 56.47%
CMYK:
(36,0,77,56)
C36M0Y77K56 
(36%,0%,77%,56%)
(0.36/0.00/0.77/0.56)	

CMYK yüzdeleri

%36.04
%0
%76.58
%56.47

Codes

Color #476F1A in popluar color models

476F1A
RGB7111126
HSL88°62.04%26.86%
HSB/HSV88°76.58%43.53%
CMYK36.04%0.00%76.58%
56.47%

Color #476F1A in popluar number systems.

HEX476F1A
Decimal7111126
Binary1000111110111111010
Octal10715732

Shades and tints

Shades of #476F1A

#476F1A
(71,111,26)
#416518
(65,101,24)
#3B5B16
(59,91,22)
#355114
(53,81,20)
#2F4712
(47,71,18)
#293D10
(41,61,16)
#23330E
(35,51,14)
#1D290C
(29,41,12)
#171F0A
(23,31,10)
#111508
(17,21,8)
#0B0B06
(11,11,6)
#000000
(0,0,0)

Tints of #476F1A

#476F1A
(71,111,26)
#577C2E
(87,124,46)
#678942
(103,137,66)
#779656
(119,150,86)
#87A36A
(135,163,106)
#97B07E
(151,176,126)
#A7BD92
(167,189,146)
#B7CAA6
(183,202,166)
#C7D7BA
(199,215,186)
#D7E4CE
(215,228,206)
#E7F1E2
(231,241,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476F1A color. Also use rgb(71,111,26) instead hex code.

Text Font Color

.myTextColor { color: #476F1A; }

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

This text font color is #476F1A.


Background Color

.myBgColor { background-color: #476F1A; }

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

This div background color is #476F1A.


Border color

.myBorderColor { border: 1px solid #476F1A; }

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

This div border color is #476F1A.


Opacity

.myOpacity80 { color: #476F1A; opacity: 0.8; }

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

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

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

This text has shadow with #476F1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476F1A on black background.


Color preview on white background

This text has color #476F1A on white background.



Black color preview on #476F1A background

This text has black color on #476F1A background.


White color preview on #476F1A background

This text has white color on #476F1A background.