COLOR #473021

HEX: #473021
RGB: (71,48,33)

Renk bilgisi

#473021 contains red, green and blue colors in about the same proportion. #473021 ‘ nin web güvenlik rengi #333333 (ya da #333) dir.

RGB renk modeli

#473021 color RGB value is (71,48,33).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 48 of 255 = 19%
B 33 of 255 = 13%

71
48
33

R + G + B ~ 20%. #473021 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 48 + 33 = 152 (100%)
R 71 of 152 ~ 46.71%
G 48 of 152 ~ 31.58%
B 33 of 152 ~ 21.71%

%46.71
%31.58
%21.71

CMYK RENK MODELİ

#473021 rengi CMYK tonu (0,32,54,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.39%
  • sarı tonu 53.52%
  • ana renk tonu 72.16%
CMYK:
(0,32,54,72)
C0M32Y54K72 
(0%,32%,54%,72%)
(0.00/0.32/0.54/0.72)	

CMYK yüzdeleri

%0
%32.39
%53.52
%72.16

Codes

Color #473021 in popluar color models

473021
RGB714833
HSL24°36.54%20.39%
HSB/HSV24°53.52%27.84%
CMYK0.00%32.39%53.52%
72.16%

Color #473021 in popluar number systems.

HEX473021
Decimal714833
Binary1000111110000100001
Octal1076041

Shades and tints

Shades of #473021

#473021
(71,48,33)
#412C1E
(65,44,30)
#3B281B
(59,40,27)
#352418
(53,36,24)
#2F2015
(47,32,21)
#291C12
(41,28,18)
#23180F
(35,24,15)
#1D140C
(29,20,12)
#171009
(23,16,9)
#110C06
(17,12,6)
#0B0803
(11,8,3)
#000000
(0,0,0)

Tints of #473021

#473021
(71,48,33)
#574235
(87,66,53)
#675449
(103,84,73)
#77665D
(119,102,93)
#877871
(135,120,113)
#978A85
(151,138,133)
#A79C99
(167,156,153)
#B7AEAD
(183,174,173)
#C7C0C1
(199,192,193)
#D7D2D5
(215,210,213)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473021; }

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

This text font color is #473021.


Background Color

.myBgColor { background-color: #473021; }

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

This div background color is #473021.


Border color

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

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

This div border color is #473021.


Opacity

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

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

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

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

This text has shadow with #473021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473021 on black background.


Color preview on white background

This text has color #473021 on white background.



Black color preview on #473021 background

This text has black color on #473021 background.


White color preview on #473021 background

This text has white color on #473021 background.