COLOR #47425D

HEX: #47425D
RGB: (71,66,93)

Renk bilgisi

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

RGB renk modeli

#47425D color RGB value is (71,66,93).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 66 of 255 = 26%
B 93 of 255 = 36%

71
66
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 66 + 93 = 230 (100%)
R 71 of 230 ~ 30.87%
G 66 of 230 ~ 28.7%
B 93 of 230 ~ 40.43%

%30.87
%28.7
%40.43

CMYK RENK MODELİ

#47425D rengi CMYK tonu (24,29,0,64).

  • camgöbeği tonu 23.66%
  • eflatun tonu 29.03%
  • sarı tonu 0.00%
  • ana renk tonu 63.53%
CMYK:
(24,29,0,64)
C24M29Y0K64 
(24%,29%,0%,64%)
(0.24/0.29/0.00/0.64)	

CMYK yüzdeleri

%23.66
%29.03
%0
%63.53

Codes

Color #47425D in popluar color models

47425D
RGB716693
HSL251°16.98%31.18%
HSB/HSV251°29.03%36.47%
CMYK23.66%29.03%0.00%
63.53%

Color #47425D in popluar number systems.

HEX47425D
Decimal716693
Binary100011110000101011101
Octal107102135

Shades and tints

Shades of #47425D

#47425D
(71,66,93)
#413C55
(65,60,85)
#3B364D
(59,54,77)
#353045
(53,48,69)
#2F2A3D
(47,42,61)
#292435
(41,36,53)
#231E2D
(35,30,45)
#1D1825
(29,24,37)
#17121D
(23,18,29)
#110C15
(17,12,21)
#0B060D
(11,6,13)
#000000
(0,0,0)

Tints of #47425D

#47425D
(71,66,93)
#57536B
(87,83,107)
#676479
(103,100,121)
#777587
(119,117,135)
#878695
(135,134,149)
#9797A3
(151,151,163)
#A7A8B1
(167,168,177)
#B7B9BF
(183,185,191)
#C7CACD
(199,202,205)
#D7DBDB
(215,219,219)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47425D; }

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

This text font color is #47425D.


Background Color

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

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

This div background color is #47425D.


Border color

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

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

This div border color is #47425D.


Opacity

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

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

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

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

This text has shadow with #47425D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47425D on black background.


Color preview on white background

This text has color #47425D on white background.



Black color preview on #47425D background

This text has black color on #47425D background.


White color preview on #47425D background

This text has white color on #47425D background.