COLOR #475D0C

HEX: #475D0C
RGB: (71,93,12)

Renk bilgisi

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

RGB renk modeli

#475D0C color RGB value is (71,93,12).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 93 of 255 = 36%
B 12 of 255 = 5%

71
93
12

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 93 + 12 = 176 (100%)
R 71 of 176 ~ 40.34%
G 93 of 176 ~ 52.84%
B 12 of 176 ~ 6.82%

%40.34
%52.84

CMYK RENK MODELİ

#475D0C rengi CMYK tonu (24,0,87,64).

  • camgöbeği tonu 23.66%
  • eflatun tonu 0.00%
  • sarı tonu 87.10%
  • ana renk tonu 63.53%
CMYK:
(24,0,87,64)
C24M0Y87K64 
(24%,0%,87%,64%)
(0.24/0.00/0.87/0.64)	

CMYK yüzdeleri

%23.66
%0
%87.1
%63.53

Codes

Color #475D0C in popluar color models

475D0C
RGB719312
HSL76°77.14%20.59%
HSB/HSV76°87.10%36.47%
CMYK23.66%0.00%87.10%
63.53%

Color #475D0C in popluar number systems.

HEX475D0C
Decimal719312
Binary100011110111011100
Octal10713514

Shades and tints

Shades of #475D0C

#475D0C
(71,93,12)
#41550B
(65,85,11)
#3B4D0A
(59,77,10)
#354509
(53,69,9)
#2F3D08
(47,61,8)
#293507
(41,53,7)
#232D06
(35,45,6)
#1D2505
(29,37,5)
#171D04
(23,29,4)
#111503
(17,21,3)
#0B0D02
(11,13,2)
#000000
(0,0,0)

Tints of #475D0C

#475D0C
(71,93,12)
#576B22
(87,107,34)
#677938
(103,121,56)
#77874E
(119,135,78)
#879564
(135,149,100)
#97A37A
(151,163,122)
#A7B190
(167,177,144)
#B7BFA6
(183,191,166)
#C7CDBC
(199,205,188)
#D7DBD2
(215,219,210)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475D0C; }

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

This text font color is #475D0C.


Background Color

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

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

This div background color is #475D0C.


Border color

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

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

This div border color is #475D0C.


Opacity

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

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

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

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

This text has shadow with #475D0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475D0C on black background.


Color preview on white background

This text has color #475D0C on white background.



Black color preview on #475D0C background

This text has black color on #475D0C background.


White color preview on #475D0C background

This text has white color on #475D0C background.