COLOR #473641

HEX: #473641
RGB: (71,54,65)

Renk bilgisi

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

RGB renk modeli

#473641 color RGB value is (71,54,65).

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

RGB bağlantıları ve doygunluk

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

71
54
65

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 54 + 65 = 190 (100%)
R 71 of 190 ~ 37.37%
G 54 of 190 ~ 28.42%
B 65 of 190 ~ 34.21%

%37.37
%28.42
%34.21

CMYK RENK MODELİ

#473641 rengi CMYK tonu (0,24,8,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.94%
  • sarı tonu 8.45%
  • ana renk tonu 72.16%
CMYK:
(0,24,8,72)
C0M24Y8K72 
(0%,24%,8%,72%)
(0.00/0.24/0.08/0.72)	

CMYK yüzdeleri

%0
%23.94
%8.45
%72.16

Codes

Color #473641 in popluar color models

473641
RGB715465
HSL321°13.60%24.51%
HSB/HSV321°23.94%27.84%
CMYK0.00%23.94%8.45%
72.16%

Color #473641 in popluar number systems.

HEX473641
Decimal715465
Binary10001111101101000001
Octal10766101

Shades and tints

Shades of #473641

#473641
(71,54,65)
#41323C
(65,50,60)
#3B2E37
(59,46,55)
#352A32
(53,42,50)
#2F262D
(47,38,45)
#292228
(41,34,40)
#231E23
(35,30,35)
#1D1A1E
(29,26,30)
#171619
(23,22,25)
#111214
(17,18,20)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #473641

#473641
(71,54,65)
#574852
(87,72,82)
#675A63
(103,90,99)
#776C74
(119,108,116)
#877E85
(135,126,133)
#979096
(151,144,150)
#A7A2A7
(167,162,167)
#B7B4B8
(183,180,184)
#C7C6C9
(199,198,201)
#D7D8DA
(215,216,218)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473641; }

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

This text font color is #473641.


Background Color

.myBgColor { background-color: #473641; }

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

This div background color is #473641.


Border color

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

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

This div border color is #473641.


Opacity

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

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

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

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

This text has shadow with #473641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473641 on black background.


Color preview on white background

This text has color #473641 on white background.



Black color preview on #473641 background

This text has black color on #473641 background.


White color preview on #473641 background

This text has white color on #473641 background.