COLOR #473B5F

HEX: #473B5F
RGB: (71,59,95)

Renk bilgisi

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

RGB renk modeli

#473B5F color RGB value is (71,59,95).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 59 of 255 = 23%
B 95 of 255 = 37%

71
59
95

R + G + B ~ 29%. #473B5F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 59 + 95 = 225 (100%)
R 71 of 225 ~ 31.56%
G 59 of 225 ~ 26.22%
B 95 of 225 ~ 42.22%

%31.56
%26.22
%42.22

CMYK RENK MODELİ

#473B5F rengi CMYK tonu (25,38,0,63).

  • camgöbeği tonu 25.26%
  • eflatun tonu 37.89%
  • sarı tonu 0.00%
  • ana renk tonu 62.75%
CMYK:
(25,38,0,63)
C25M38Y0K63 
(25%,38%,0%,63%)
(0.25/0.38/0.00/0.63)	

CMYK yüzdeleri

%25.26
%37.89
%0
%62.75

Codes

Color #473B5F in popluar color models

473B5F
RGB715995
HSL260°23.38%30.20%
HSB/HSV260°37.89%37.25%
CMYK25.26%37.89%0.00%
62.75%

Color #473B5F in popluar number systems.

HEX473B5F
Decimal715995
Binary10001111110111011111
Octal10773137

Shades and tints

Shades of #473B5F

#473B5F
(71,59,95)
#413657
(65,54,87)
#3B314F
(59,49,79)
#352C47
(53,44,71)
#2F273F
(47,39,63)
#292237
(41,34,55)
#231D2F
(35,29,47)
#1D1827
(29,24,39)
#17131F
(23,19,31)
#110E17
(17,14,23)
#0B090F
(11,9,15)
#000000
(0,0,0)

Tints of #473B5F

#473B5F
(71,59,95)
#574C6D
(87,76,109)
#675D7B
(103,93,123)
#776E89
(119,110,137)
#877F97
(135,127,151)
#9790A5
(151,144,165)
#A7A1B3
(167,161,179)
#B7B2C1
(183,178,193)
#C7C3CF
(199,195,207)
#D7D4DD
(215,212,221)
#E7E5EB
(231,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473B5F; }

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

This text font color is #473B5F.


Background Color

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

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

This div background color is #473B5F.


Border color

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

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

This div border color is #473B5F.


Opacity

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

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

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

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

This text has shadow with #473B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473B5F on black background.


Color preview on white background

This text has color #473B5F on white background.



Black color preview on #473B5F background

This text has black color on #473B5F background.


White color preview on #473B5F background

This text has white color on #473B5F background.