COLOR #473A3D

HEX: #473A3D
RGB: (71,58,61)

Renk bilgisi

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

RGB renk modeli

#473A3D color RGB value is (71,58,61).

  • kırmız ton 71;
  • yeşil ton 58;
  • mavi ton 61.
RGB:
(71,58,61)
(28%,23%,24%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 58 of 255 = 23%
B 61 of 255 = 24%

71
58
61

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 58 + 61 = 190 (100%)
R 71 of 190 ~ 37.37%
G 58 of 190 ~ 30.53%
B 61 of 190 ~ 32.11%

%37.37
%30.53
%32.11

CMYK RENK MODELİ

#473A3D rengi CMYK tonu (0,18,14,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.31%
  • sarı tonu 14.08%
  • ana renk tonu 72.16%
CMYK:
(0,18,14,72)
C0M18Y14K72 
(0%,18%,14%,72%)
(0.00/0.18/0.14/0.72)	

CMYK yüzdeleri

%0
%18.31
%14.08
%72.16

Codes

Color #473A3D in popluar color models

473A3D
RGB715861
HSL346°10.08%25.29%
HSB/HSV346°18.31%27.84%
CMYK0.00%18.31%14.08%
72.16%

Color #473A3D in popluar number systems.

HEX473A3D
Decimal715861
Binary1000111111010111101
Octal1077275

Shades and tints

Shades of #473A3D

#473A3D
(71,58,61)
#413538
(65,53,56)
#3B3033
(59,48,51)
#352B2E
(53,43,46)
#2F2629
(47,38,41)
#292124
(41,33,36)
#231C1F
(35,28,31)
#1D171A
(29,23,26)
#171215
(23,18,21)
#110D10
(17,13,16)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #473A3D

#473A3D
(71,58,61)
#574B4E
(87,75,78)
#675C5F
(103,92,95)
#776D70
(119,109,112)
#877E81
(135,126,129)
#978F92
(151,143,146)
#A7A0A3
(167,160,163)
#B7B1B4
(183,177,180)
#C7C2C5
(199,194,197)
#D7D3D6
(215,211,214)
#E7E4E7
(231,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473A3D color. Also use rgb(71,58,61) instead hex code.

Text Font Color

.myTextColor { color: #473A3D; }

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

This text font color is #473A3D.


Background Color

.myBgColor { background-color: #473A3D; }

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

This div background color is #473A3D.


Border color

.myBorderColor { border: 1px solid #473A3D; }

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

This div border color is #473A3D.


Opacity

.myOpacity80 { color: #473A3D; opacity: 0.8; }

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

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

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

This text has shadow with #473A3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473A3D on black background.


Color preview on white background

This text has color #473A3D on white background.



Black color preview on #473A3D background

This text has black color on #473A3D background.


White color preview on #473A3D background

This text has white color on #473A3D background.