COLOR #473035

HEX: #473035
RGB: (71,48,53)

Renk bilgisi

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

RGB renk modeli

#473035 color RGB value is (71,48,53).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 48 of 255 = 19%
B 53 of 255 = 21%

71
48
53

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 48 + 53 = 172 (100%)
R 71 of 172 ~ 41.28%
G 48 of 172 ~ 27.91%
B 53 of 172 ~ 30.81%

%41.28
%27.91
%30.81

CMYK RENK MODELİ

#473035 rengi CMYK tonu (0,32,25,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.39%
  • sarı tonu 25.35%
  • ana renk tonu 72.16%
CMYK:
(0,32,25,72)
C0M32Y25K72 
(0%,32%,25%,72%)
(0.00/0.32/0.25/0.72)	

CMYK yüzdeleri

%0
%32.39
%25.35
%72.16

Codes

Color #473035 in popluar color models

473035
RGB714853
HSL347°19.33%23.33%
HSB/HSV347°32.39%27.84%
CMYK0.00%32.39%25.35%
72.16%

Color #473035 in popluar number systems.

HEX473035
Decimal714853
Binary1000111110000110101
Octal1076065

Shades and tints

Shades of #473035

#473035
(71,48,53)
#412C31
(65,44,49)
#3B282D
(59,40,45)
#352429
(53,36,41)
#2F2025
(47,32,37)
#291C21
(41,28,33)
#23181D
(35,24,29)
#1D1419
(29,20,25)
#171015
(23,16,21)
#110C11
(17,12,17)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #473035

#473035
(71,48,53)
#574247
(87,66,71)
#675459
(103,84,89)
#77666B
(119,102,107)
#87787D
(135,120,125)
#978A8F
(151,138,143)
#A79CA1
(167,156,161)
#B7AEB3
(183,174,179)
#C7C0C5
(199,192,197)
#D7D2D7
(215,210,215)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473035; }

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

This text font color is #473035.


Background Color

.myBgColor { background-color: #473035; }

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

This div background color is #473035.


Border color

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

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

This div border color is #473035.


Opacity

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

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

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

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

This text has shadow with #473035 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473035 on black background.


Color preview on white background

This text has color #473035 on white background.



Black color preview on #473035 background

This text has black color on #473035 background.


White color preview on #473035 background

This text has white color on #473035 background.