COLOR #475B16

HEX: #475B16
RGB: (71,91,22)

Renk bilgisi

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

RGB renk modeli

#475B16 color RGB value is (71,91,22).

  • kırmız ton 71;
  • yeşil ton 91;
  • mavi ton 22.
RGB:
(71,91,22)
(28%,36%,9%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 91 of 255 = 36%
B 22 of 255 = 9%

71
91
22

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 91 + 22 = 184 (100%)
R 71 of 184 ~ 38.59%
G 91 of 184 ~ 49.46%
B 22 of 184 ~ 11.96%

%38.59
%49.46
%11.96

CMYK RENK MODELİ

#475B16 rengi CMYK tonu (22,0,76,64).

  • camgöbeği tonu 21.98%
  • eflatun tonu 0.00%
  • sarı tonu 75.82%
  • ana renk tonu 64.31%
CMYK:
(22,0,76,64)
C22M0Y76K64 
(22%,0%,76%,64%)
(0.22/0.00/0.76/0.64)	

CMYK yüzdeleri

%21.98
%0
%75.82
%64.31

Codes

Color #475B16 in popluar color models

475B16
RGB719122
HSL77°61.06%22.16%
HSB/HSV77°75.82%35.69%
CMYK21.98%0.00%75.82%
64.31%

Color #475B16 in popluar number systems.

HEX475B16
Decimal719122
Binary1000111101101110110
Octal10713326

Shades and tints

Shades of #475B16

#475B16
(71,91,22)
#415314
(65,83,20)
#3B4B12
(59,75,18)
#354310
(53,67,16)
#2F3B0E
(47,59,14)
#29330C
(41,51,12)
#232B0A
(35,43,10)
#1D2308
(29,35,8)
#171B06
(23,27,6)
#111304
(17,19,4)
#0B0B02
(11,11,2)
#000000
(0,0,0)

Tints of #475B16

#475B16
(71,91,22)
#57692B
(87,105,43)
#677740
(103,119,64)
#778555
(119,133,85)
#87936A
(135,147,106)
#97A17F
(151,161,127)
#A7AF94
(167,175,148)
#B7BDA9
(183,189,169)
#C7CBBE
(199,203,190)
#D7D9D3
(215,217,211)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475B16 color. Also use rgb(71,91,22) instead hex code.

Text Font Color

.myTextColor { color: #475B16; }

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

This text font color is #475B16.


Background Color

.myBgColor { background-color: #475B16; }

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

This div background color is #475B16.


Border color

.myBorderColor { border: 1px solid #475B16; }

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

This div border color is #475B16.


Opacity

.myOpacity80 { color: #475B16; opacity: 0.8; }

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

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

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

This text has shadow with #475B16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475B16 on black background.


Color preview on white background

This text has color #475B16 on white background.



Black color preview on #475B16 background

This text has black color on #475B16 background.


White color preview on #475B16 background

This text has white color on #475B16 background.