COLOR #473E3A

HEX: #473E3A
RGB: (71,62,58)

Renk bilgisi

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

RGB renk modeli

#473E3A color RGB value is (71,62,58).

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

RGB bağlantıları ve doygunluk

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

71
62
58

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 62 + 58 = 191 (100%)
R 71 of 191 ~ 37.17%
G 62 of 191 ~ 32.46%
B 58 of 191 ~ 30.37%

%37.17
%32.46
%30.37

CMYK RENK MODELİ

#473E3A rengi CMYK tonu (0,13,18,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.68%
  • sarı tonu 18.31%
  • ana renk tonu 72.16%
CMYK:
(0,13,18,72)
C0M13Y18K72 
(0%,13%,18%,72%)
(0.00/0.13/0.18/0.72)	

CMYK yüzdeleri

%0
%12.68
%18.31
%72.16

Codes

Color #473E3A in popluar color models

473E3A
RGB716258
HSL18°10.08%25.29%
HSB/HSV18°18.31%27.84%
CMYK0.00%12.68%18.31%
72.16%

Color #473E3A in popluar number systems.

HEX473E3A
Decimal716258
Binary1000111111110111010
Octal1077672

Shades and tints

Shades of #473E3A

#473E3A
(71,62,58)
#413935
(65,57,53)
#3B3430
(59,52,48)
#352F2B
(53,47,43)
#2F2A26
(47,42,38)
#292521
(41,37,33)
#23201C
(35,32,28)
#1D1B17
(29,27,23)
#171612
(23,22,18)
#11110D
(17,17,13)
#0B0C08
(11,12,8)
#000000
(0,0,0)

Tints of #473E3A

#473E3A
(71,62,58)
#574F4B
(87,79,75)
#67605C
(103,96,92)
#77716D
(119,113,109)
#87827E
(135,130,126)
#97938F
(151,147,143)
#A7A4A0
(167,164,160)
#B7B5B1
(183,181,177)
#C7C6C2
(199,198,194)
#D7D7D3
(215,215,211)
#E7E8E4
(231,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473E3A; }

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

This text font color is #473E3A.


Background Color

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

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

This div background color is #473E3A.


Border color

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

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

This div border color is #473E3A.


Opacity

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

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

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

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

This text has shadow with #473E3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473E3A on black background.


Color preview on white background

This text has color #473E3A on white background.



Black color preview on #473E3A background

This text has black color on #473E3A background.


White color preview on #473E3A background

This text has white color on #473E3A background.