COLOR #473704

HEX: #473704
RGB: (71,55,4)

Renk bilgisi

#473704 contains mainly red and green colors. #473704 ‘ nin web güvenlik rengi #333300 (ya da #330) dir.

RGB renk modeli

#473704 color RGB value is (71,55,4).

  • kırmız ton 71;
  • yeşil ton 55;
  • mavi ton 4.
RGB:
(71,55,4)
(28%,22%,2%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 55 of 255 = 22%
B 4 of 255 = 2%

71
55
4

R + G + B ~ 17%. #473704 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 55 + 4 = 130 (100%)
R 71 of 130 ~ 54.62%
G 55 of 130 ~ 42.31%
B 4 of 130 ~ 3.08%

%54.62
%42.31

CMYK RENK MODELİ

#473704 rengi CMYK tonu (0,23,94,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.54%
  • sarı tonu 94.37%
  • ana renk tonu 72.16%
CMYK:
(0,23,94,72)
C0M23Y94K72 
(0%,23%,94%,72%)
(0.00/0.23/0.94/0.72)	

CMYK yüzdeleri

%0
%22.54
%94.37
%72.16

Codes

Color #473704 in popluar color models

473704
RGB71554
HSL46°89.33%14.71%
HSB/HSV46°94.37%27.84%
CMYK0.00%22.54%94.37%
72.16%

Color #473704 in popluar number systems.

HEX473704
Decimal71554
Binary1000111110111100
Octal107674

Shades and tints

Shades of #473704

#473704
(71,55,4)
#413204
(65,50,4)
#3B2D04
(59,45,4)
#352804
(53,40,4)
#2F2304
(47,35,4)
#291E04
(41,30,4)
#231904
(35,25,4)
#1D1404
(29,20,4)
#170F04
(23,15,4)
#110A04
(17,10,4)
#0B0504
(11,5,4)
#000000
(0,0,0)

Tints of #473704

#473704
(71,55,4)
#57491A
(87,73,26)
#675B30
(103,91,48)
#776D46
(119,109,70)
#877F5C
(135,127,92)
#979172
(151,145,114)
#A7A388
(167,163,136)
#B7B59E
(183,181,158)
#C7C7B4
(199,199,180)
#D7D9CA
(215,217,202)
#E7EBE0
(231,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473704 color. Also use rgb(71,55,4) instead hex code.

Text Font Color

.myTextColor { color: #473704; }

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

This text font color is #473704.


Background Color

.myBgColor { background-color: #473704; }

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

This div background color is #473704.


Border color

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

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

This div border color is #473704.


Opacity

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

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

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

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

This text has shadow with #473704 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473704 on black background.


Color preview on white background

This text has color #473704 on white background.



Black color preview on #473704 background

This text has black color on #473704 background.


White color preview on #473704 background

This text has white color on #473704 background.