COLOR #47425A

HEX: #47425A
RGB: (71,66,90)

Renk bilgisi

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

RGB renk modeli

#47425A color RGB value is (71,66,90).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 66 of 255 = 26%
B 90 of 255 = 35%

71
66
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 66 + 90 = 227 (100%)
R 71 of 227 ~ 31.28%
G 66 of 227 ~ 29.07%
B 90 of 227 ~ 39.65%

%31.28
%29.07
%39.65

CMYK RENK MODELİ

#47425A rengi CMYK tonu (21,27,0,65).

  • camgöbeği tonu 21.11%
  • eflatun tonu 26.67%
  • sarı tonu 0.00%
  • ana renk tonu 64.71%
CMYK:
(21,27,0,65)
C21M27Y0K65 
(21%,27%,0%,65%)
(0.21/0.27/0.00/0.65)	

CMYK yüzdeleri

%21.11
%26.67
%0
%64.71

Codes

Color #47425A in popluar color models

47425A
RGB716690
HSL253°15.38%30.59%
HSB/HSV253°26.67%35.29%
CMYK21.11%26.67%0.00%
64.71%

Color #47425A in popluar number systems.

HEX47425A
Decimal716690
Binary100011110000101011010
Octal107102132

Shades and tints

Shades of #47425A

#47425A
(71,66,90)
#413C52
(65,60,82)
#3B364A
(59,54,74)
#353042
(53,48,66)
#2F2A3A
(47,42,58)
#292432
(41,36,50)
#231E2A
(35,30,42)
#1D1822
(29,24,34)
#17121A
(23,18,26)
#110C12
(17,12,18)
#0B060A
(11,6,10)
#000000
(0,0,0)

Tints of #47425A

#47425A
(71,66,90)
#575369
(87,83,105)
#676478
(103,100,120)
#777587
(119,117,135)
#878696
(135,134,150)
#9797A5
(151,151,165)
#A7A8B4
(167,168,180)
#B7B9C3
(183,185,195)
#C7CAD2
(199,202,210)
#D7DBE1
(215,219,225)
#E7ECF0
(231,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47425A; }

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

This text font color is #47425A.


Background Color

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

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

This div background color is #47425A.


Border color

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

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

This div border color is #47425A.


Opacity

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

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

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

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

This text has shadow with #47425A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47425A on black background.


Color preview on white background

This text has color #47425A on white background.



Black color preview on #47425A background

This text has black color on #47425A background.


White color preview on #47425A background

This text has white color on #47425A background.