COLOR #473B38

HEX: #473B38
RGB: (71,59,56)

Renk bilgisi

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

RGB renk modeli

#473B38 color RGB value is (71,59,56).

  • kırmız ton 71;
  • yeşil ton 59;
  • mavi ton 56.
RGB:
(71,59,56)
(28%,23%,22%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 59 of 255 = 23%
B 56 of 255 = 22%

71
59
56

R + G + B ~ 24%. #473B38 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 59 + 56 = 186 (100%)
R 71 of 186 ~ 38.17%
G 59 of 186 ~ 31.72%
B 56 of 186 ~ 30.11%

%38.17
%31.72
%30.11

CMYK RENK MODELİ

#473B38 rengi CMYK tonu (0,17,21,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.90%
  • sarı tonu 21.13%
  • ana renk tonu 72.16%
CMYK:
(0,17,21,72)
C0M17Y21K72 
(0%,17%,21%,72%)
(0.00/0.17/0.21/0.72)	

CMYK yüzdeleri

%0
%16.9
%21.13
%72.16

Codes

Color #473B38 in popluar color models

473B38
RGB715956
HSL12°11.81%24.90%
HSB/HSV12°21.13%27.84%
CMYK0.00%16.90%21.13%
72.16%

Color #473B38 in popluar number systems.

HEX473B38
Decimal715956
Binary1000111111011111000
Octal1077370

Shades and tints

Shades of #473B38

#473B38
(71,59,56)
#413633
(65,54,51)
#3B312E
(59,49,46)
#352C29
(53,44,41)
#2F2724
(47,39,36)
#29221F
(41,34,31)
#231D1A
(35,29,26)
#1D1815
(29,24,21)
#171310
(23,19,16)
#110E0B
(17,14,11)
#0B0906
(11,9,6)
#000000
(0,0,0)

Tints of #473B38

#473B38
(71,59,56)
#574C4A
(87,76,74)
#675D5C
(103,93,92)
#776E6E
(119,110,110)
#877F80
(135,127,128)
#979092
(151,144,146)
#A7A1A4
(167,161,164)
#B7B2B6
(183,178,182)
#C7C3C8
(199,195,200)
#D7D4DA
(215,212,218)
#E7E5EC
(231,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473B38 color. Also use rgb(71,59,56) instead hex code.

Text Font Color

.myTextColor { color: #473B38; }

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

This text font color is #473B38.


Background Color

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

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

This div background color is #473B38.


Border color

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

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

This div border color is #473B38.


Opacity

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

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

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

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

This text has shadow with #473B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473B38 on black background.


Color preview on white background

This text has color #473B38 on white background.



Black color preview on #473B38 background

This text has black color on #473B38 background.


White color preview on #473B38 background

This text has white color on #473B38 background.