COLOR #47425F

HEX: #47425F
RGB: (71,66,95)

Renk bilgisi

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

RGB renk modeli

#47425F color RGB value is (71,66,95).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 66 of 255 = 26%
B 95 of 255 = 37%

71
66
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 66 + 95 = 232 (100%)
R 71 of 232 ~ 30.6%
G 66 of 232 ~ 28.45%
B 95 of 232 ~ 40.95%

%30.6
%28.45
%40.95

CMYK RENK MODELİ

#47425F rengi CMYK tonu (25,31,0,63).

  • camgöbeği tonu 25.26%
  • eflatun tonu 30.53%
  • sarı tonu 0.00%
  • ana renk tonu 62.75%
CMYK:
(25,31,0,63)
C25M31Y0K63 
(25%,31%,0%,63%)
(0.25/0.31/0.00/0.63)	

CMYK yüzdeleri

%25.26
%30.53
%0
%62.75

Codes

Color #47425F in popluar color models

47425F
RGB716695
HSL250°18.01%31.57%
HSB/HSV250°30.53%37.25%
CMYK25.26%30.53%0.00%
62.75%

Color #47425F in popluar number systems.

HEX47425F
Decimal716695
Binary100011110000101011111
Octal107102137

Shades and tints

Shades of #47425F

#47425F
(71,66,95)
#413C57
(65,60,87)
#3B364F
(59,54,79)
#353047
(53,48,71)
#2F2A3F
(47,42,63)
#292437
(41,36,55)
#231E2F
(35,30,47)
#1D1827
(29,24,39)
#17121F
(23,18,31)
#110C17
(17,12,23)
#0B060F
(11,6,15)
#000000
(0,0,0)

Tints of #47425F

#47425F
(71,66,95)
#57536D
(87,83,109)
#67647B
(103,100,123)
#777589
(119,117,137)
#878697
(135,134,151)
#9797A5
(151,151,165)
#A7A8B3
(167,168,179)
#B7B9C1
(183,185,193)
#C7CACF
(199,202,207)
#D7DBDD
(215,219,221)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47425F color. Also use rgb(71,66,95) instead hex code.

Text Font Color

.myTextColor { color: #47425F; }

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

This text font color is #47425F.


Background Color

.myBgColor { background-color: #47425F; }

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

This div background color is #47425F.


Border color

.myBorderColor { border: 1px solid #47425F; }

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

This div border color is #47425F.


Opacity

.myOpacity80 { color: #47425F; opacity: 0.8; }

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

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

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

This text has shadow with #47425F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47425F on black background.


Color preview on white background

This text has color #47425F on white background.



Black color preview on #47425F background

This text has black color on #47425F background.


White color preview on #47425F background

This text has white color on #47425F background.