COLOR #473C3D

HEX: #473C3D
RGB: (71,60,61)

Renk bilgisi

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

RGB renk modeli

#473C3D color RGB value is (71,60,61).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 60 of 255 = 24%
B 61 of 255 = 24%

71
60
61

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 60 + 61 = 192 (100%)
R 71 of 192 ~ 36.98%
G 60 of 192 ~ 31.25%
B 61 of 192 ~ 31.77%

%36.98
%31.25
%31.77

CMYK RENK MODELİ

#473C3D rengi CMYK tonu (0,15,14,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.49%
  • sarı tonu 14.08%
  • ana renk tonu 72.16%
CMYK:
(0,15,14,72)
C0M15Y14K72 
(0%,15%,14%,72%)
(0.00/0.15/0.14/0.72)	

CMYK yüzdeleri

%0
%15.49
%14.08
%72.16

Codes

Color #473C3D in popluar color models

473C3D
RGB716061
HSL355°8.40%25.69%
HSB/HSV355°15.49%27.84%
CMYK0.00%15.49%14.08%
72.16%

Color #473C3D in popluar number systems.

HEX473C3D
Decimal716061
Binary1000111111100111101
Octal1077475

Shades and tints

Shades of #473C3D

#473C3D
(71,60,61)
#413738
(65,55,56)
#3B3233
(59,50,51)
#352D2E
(53,45,46)
#2F2829
(47,40,41)
#292324
(41,35,36)
#231E1F
(35,30,31)
#1D191A
(29,25,26)
#171415
(23,20,21)
#110F10
(17,15,16)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #473C3D

#473C3D
(71,60,61)
#574D4E
(87,77,78)
#675E5F
(103,94,95)
#776F70
(119,111,112)
#878081
(135,128,129)
#979192
(151,145,146)
#A7A2A3
(167,162,163)
#B7B3B4
(183,179,180)
#C7C4C5
(199,196,197)
#D7D5D6
(215,213,214)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473C3D; }

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

This text font color is #473C3D.


Background Color

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

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

This div background color is #473C3D.


Border color

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

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

This div border color is #473C3D.


Opacity

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

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

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

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

This text has shadow with #473C3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473C3D on black background.


Color preview on white background

This text has color #473C3D on white background.



Black color preview on #473C3D background

This text has black color on #473C3D background.


White color preview on #473C3D background

This text has white color on #473C3D background.