COLOR #473002

HEX: #473002
RGB: (71,48,2)

Renk bilgisi

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

RGB renk modeli

#473002 color RGB value is (71,48,2).

  • kırmız ton 71;
  • yeşil ton 48;
  • mavi ton 2.
RGB:
(71,48,2)
(28%,19%,1%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 48 of 255 = 19%
B 2 of 255 = 1%

71
48
2

R + G + B ~ 16%. #473002 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 48 + 2 = 121 (100%)
R 71 of 121 ~ 58.68%
G 48 of 121 ~ 39.67%
B 2 of 121 ~ 1.65%

%58.68
%39.67

CMYK RENK MODELİ

#473002 rengi CMYK tonu (0,32,97,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.39%
  • sarı tonu 97.18%
  • ana renk tonu 72.16%
CMYK:
(0,32,97,72)
C0M32Y97K72 
(0%,32%,97%,72%)
(0.00/0.32/0.97/0.72)	

CMYK yüzdeleri

%0
%32.39
%97.18
%72.16

Codes

Color #473002 in popluar color models

473002
RGB71482
HSL40°94.52%14.31%
HSB/HSV40°97.18%27.84%
CMYK0.00%32.39%97.18%
72.16%

Color #473002 in popluar number systems.

HEX473002
Decimal71482
Binary100011111000010
Octal107602

Shades and tints

Shades of #473002

#473002
(71,48,2)
#412C02
(65,44,2)
#3B2802
(59,40,2)
#352402
(53,36,2)
#2F2002
(47,32,2)
#291C02
(41,28,2)
#231802
(35,24,2)
#1D1402
(29,20,2)
#171002
(23,16,2)
#110C02
(17,12,2)
#0B0802
(11,8,2)
#000000
(0,0,0)

Tints of #473002

#473002
(71,48,2)
#574219
(87,66,25)
#675430
(103,84,48)
#776647
(119,102,71)
#87785E
(135,120,94)
#978A75
(151,138,117)
#A79C8C
(167,156,140)
#B7AEA3
(183,174,163)
#C7C0BA
(199,192,186)
#D7D2D1
(215,210,209)
#E7E4E8
(231,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473002 color. Also use rgb(71,48,2) instead hex code.

Text Font Color

.myTextColor { color: #473002; }

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

This text font color is #473002.


Background Color

.myBgColor { background-color: #473002; }

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

This div background color is #473002.


Border color

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

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

This div border color is #473002.


Opacity

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

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

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

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

This text has shadow with #473002 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473002 on black background.


Color preview on white background

This text has color #473002 on white background.



Black color preview on #473002 background

This text has black color on #473002 background.


White color preview on #473002 background

This text has white color on #473002 background.