COLOR #473965

HEX: #473965
RGB: (71,57,101)

Renk bilgisi

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

RGB renk modeli

#473965 color RGB value is (71,57,101).

  • kırmız ton 71;
  • yeşil ton 57;
  • mavi ton 101.
RGB:
(71,57,101)
(28%,22%,40%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 57 of 255 = 22%
B 101 of 255 = 40%

71
57
101

R + G + B ~ 30%. #473965 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 57 + 101 = 229 (100%)
R 71 of 229 ~ 31%
G 57 of 229 ~ 24.89%
B 101 of 229 ~ 44.1%

%31
%24.89
%44.1

CMYK RENK MODELİ

#473965 rengi CMYK tonu (30,44,0,60).

  • camgöbeği tonu 29.70%
  • eflatun tonu 43.56%
  • sarı tonu 0.00%
  • ana renk tonu 60.39%
CMYK:
(30,44,0,60)
C30M44Y0K60 
(30%,44%,0%,60%)
(0.30/0.44/0.00/0.60)	

CMYK yüzdeleri

%29.7
%43.56
%0
%60.39

Codes

Color #473965 in popluar color models

473965
RGB7157101
HSL259°27.85%30.98%
HSB/HSV259°43.56%39.61%
CMYK29.70%43.56%0.00%
60.39%

Color #473965 in popluar number systems.

HEX473965
Decimal7157101
Binary10001111110011100101
Octal10771145

Shades and tints

Shades of #473965

#473965
(71,57,101)
#41345C
(65,52,92)
#3B2F53
(59,47,83)
#352A4A
(53,42,74)
#2F2541
(47,37,65)
#292038
(41,32,56)
#231B2F
(35,27,47)
#1D1626
(29,22,38)
#17111D
(23,17,29)
#110C14
(17,12,20)
#0B070B
(11,7,11)
#000000
(0,0,0)

Tints of #473965

#473965
(71,57,101)
#574B73
(87,75,115)
#675D81
(103,93,129)
#776F8F
(119,111,143)
#87819D
(135,129,157)
#9793AB
(151,147,171)
#A7A5B9
(167,165,185)
#B7B7C7
(183,183,199)
#C7C9D5
(199,201,213)
#D7DBE3
(215,219,227)
#E7EDF1
(231,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473965 color. Also use rgb(71,57,101) instead hex code.

Text Font Color

.myTextColor { color: #473965; }

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

This text font color is #473965.


Background Color

.myBgColor { background-color: #473965; }

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

This div background color is #473965.


Border color

.myBorderColor { border: 1px solid #473965; }

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

This div border color is #473965.


Opacity

.myOpacity80 { color: #473965; opacity: 0.8; }

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

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

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

This text has shadow with #473965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473965 on black background.


Color preview on white background

This text has color #473965 on white background.



Black color preview on #473965 background

This text has black color on #473965 background.


White color preview on #473965 background

This text has white color on #473965 background.