COLOR #473524

HEX: #473524
RGB: (71,53,36)

Renk bilgisi

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

RGB renk modeli

#473524 color RGB value is (71,53,36).

  • kırmız ton 71;
  • yeşil ton 53;
  • mavi ton 36.
RGB:
(71,53,36)
(28%,21%,14%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 53 of 255 = 21%
B 36 of 255 = 14%

71
53
36

R + G + B ~ 21%. #473524 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 53 + 36 = 160 (100%)
R 71 of 160 ~ 44.38%
G 53 of 160 ~ 33.13%
B 36 of 160 ~ 22.5%

%44.38
%33.13
%22.5

CMYK RENK MODELİ

#473524 rengi CMYK tonu (0,25,49,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.35%
  • sarı tonu 49.30%
  • ana renk tonu 72.16%
CMYK:
(0,25,49,72)
C0M25Y49K72 
(0%,25%,49%,72%)
(0.00/0.25/0.49/0.72)	

CMYK yüzdeleri

%0
%25.35
%49.3
%72.16

Codes

Color #473524 in popluar color models

473524
RGB715336
HSL29°32.71%20.98%
HSB/HSV29°49.30%27.84%
CMYK0.00%25.35%49.30%
72.16%

Color #473524 in popluar number systems.

HEX473524
Decimal715336
Binary1000111110101100100
Octal1076544

Shades and tints

Shades of #473524

#473524
(71,53,36)
#413121
(65,49,33)
#3B2D1E
(59,45,30)
#35291B
(53,41,27)
#2F2518
(47,37,24)
#292115
(41,33,21)
#231D12
(35,29,18)
#1D190F
(29,25,15)
#17150C
(23,21,12)
#111109
(17,17,9)
#0B0D06
(11,13,6)
#000000
(0,0,0)

Tints of #473524

#473524
(71,53,36)
#574737
(87,71,55)
#67594A
(103,89,74)
#776B5D
(119,107,93)
#877D70
(135,125,112)
#978F83
(151,143,131)
#A7A196
(167,161,150)
#B7B3A9
(183,179,169)
#C7C5BC
(199,197,188)
#D7D7CF
(215,215,207)
#E7E9E2
(231,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473524 color. Also use rgb(71,53,36) instead hex code.

Text Font Color

.myTextColor { color: #473524; }

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

This text font color is #473524.


Background Color

.myBgColor { background-color: #473524; }

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

This div background color is #473524.


Border color

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

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

This div border color is #473524.


Opacity

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

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

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

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

This text has shadow with #473524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473524 on black background.


Color preview on white background

This text has color #473524 on white background.



Black color preview on #473524 background

This text has black color on #473524 background.


White color preview on #473524 background

This text has white color on #473524 background.