COLOR #475A0C

HEX: #475A0C
RGB: (71,90,12)

Renk bilgisi

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

RGB renk modeli

#475A0C color RGB value is (71,90,12).

  • kırmız ton 71;
  • yeşil ton 90;
  • mavi ton 12.
RGB:
(71,90,12)
(28%,35%,5%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 90 of 255 = 35%
B 12 of 255 = 5%

71
90
12

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 90 + 12 = 173 (100%)
R 71 of 173 ~ 41.04%
G 90 of 173 ~ 52.02%
B 12 of 173 ~ 6.94%

%41.04
%52.02

CMYK RENK MODELİ

#475A0C rengi CMYK tonu (21,0,87,65).

  • camgöbeği tonu 21.11%
  • eflatun tonu 0.00%
  • sarı tonu 86.67%
  • ana renk tonu 64.71%
CMYK:
(21,0,87,65)
C21M0Y87K65 
(21%,0%,87%,65%)
(0.21/0.00/0.87/0.65)	

CMYK yüzdeleri

%21.11
%0
%86.67
%64.71

Codes

Color #475A0C in popluar color models

475A0C
RGB719012
HSL75°76.47%20.00%
HSB/HSV75°86.67%35.29%
CMYK21.11%0.00%86.67%
64.71%

Color #475A0C in popluar number systems.

HEX475A0C
Decimal719012
Binary100011110110101100
Octal10713214

Shades and tints

Shades of #475A0C

#475A0C
(71,90,12)
#41520B
(65,82,11)
#3B4A0A
(59,74,10)
#354209
(53,66,9)
#2F3A08
(47,58,8)
#293207
(41,50,7)
#232A06
(35,42,6)
#1D2205
(29,34,5)
#171A04
(23,26,4)
#111203
(17,18,3)
#0B0A02
(11,10,2)
#000000
(0,0,0)

Tints of #475A0C

#475A0C
(71,90,12)
#576922
(87,105,34)
#677838
(103,120,56)
#77874E
(119,135,78)
#879664
(135,150,100)
#97A57A
(151,165,122)
#A7B490
(167,180,144)
#B7C3A6
(183,195,166)
#C7D2BC
(199,210,188)
#D7E1D2
(215,225,210)
#E7F0E8
(231,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475A0C color. Also use rgb(71,90,12) instead hex code.

Text Font Color

.myTextColor { color: #475A0C; }

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

This text font color is #475A0C.


Background Color

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

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

This div background color is #475A0C.


Border color

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

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

This div border color is #475A0C.


Opacity

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

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

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

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

This text has shadow with #475A0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475A0C on black background.


Color preview on white background

This text has color #475A0C on white background.



Black color preview on #475A0C background

This text has black color on #475A0C background.


White color preview on #475A0C background

This text has white color on #475A0C background.