COLOR #473640

HEX: #473640
RGB: (71,54,64)

Renk bilgisi

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

RGB renk modeli

#473640 color RGB value is (71,54,64).

  • kırmız ton 71;
  • yeşil ton 54;
  • mavi ton 64.
RGB:
(71,54,64)
(28%,21%,25%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 54 of 255 = 21%
B 64 of 255 = 25%

71
54
64

R + G + B ~ 25%. #473640 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 54 + 64 = 189 (100%)
R 71 of 189 ~ 37.57%
G 54 of 189 ~ 28.57%
B 64 of 189 ~ 33.86%

%37.57
%28.57
%33.86

CMYK RENK MODELİ

#473640 rengi CMYK tonu (0,24,10,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.94%
  • sarı tonu 9.86%
  • ana renk tonu 72.16%
CMYK:
(0,24,10,72)
C0M24Y10K72 
(0%,24%,10%,72%)
(0.00/0.24/0.10/0.72)	

CMYK yüzdeleri

%0
%23.94
%9.86
%72.16

Codes

Color #473640 in popluar color models

473640
RGB715464
HSL325°13.60%24.51%
HSB/HSV325°23.94%27.84%
CMYK0.00%23.94%9.86%
72.16%

Color #473640 in popluar number systems.

HEX473640
Decimal715464
Binary10001111101101000000
Octal10766100

Shades and tints

Shades of #473640

#473640
(71,54,64)
#41323B
(65,50,59)
#3B2E36
(59,46,54)
#352A31
(53,42,49)
#2F262C
(47,38,44)
#292227
(41,34,39)
#231E22
(35,30,34)
#1D1A1D
(29,26,29)
#171618
(23,22,24)
#111213
(17,18,19)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #473640

#473640
(71,54,64)
#574851
(87,72,81)
#675A62
(103,90,98)
#776C73
(119,108,115)
#877E84
(135,126,132)
#979095
(151,144,149)
#A7A2A6
(167,162,166)
#B7B4B7
(183,180,183)
#C7C6C8
(199,198,200)
#D7D8D9
(215,216,217)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473640 color. Also use rgb(71,54,64) instead hex code.

Text Font Color

.myTextColor { color: #473640; }

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

This text font color is #473640.


Background Color

.myBgColor { background-color: #473640; }

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

This div background color is #473640.


Border color

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

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

This div border color is #473640.


Opacity

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

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

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

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

This text has shadow with #473640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473640 on black background.


Color preview on white background

This text has color #473640 on white background.



Black color preview on #473640 background

This text has black color on #473640 background.


White color preview on #473640 background

This text has white color on #473640 background.