COLOR #48517C

HEX: #48517C
RGB: (72,81,124)

Renk bilgisi

#48517C contains red, green and blue colors in about the same proportion. #48517C ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#48517C color RGB value is (72,81,124).

  • kırmız ton 72;
  • yeşil ton 81;
  • mavi ton 124.
RGB:
(72,81,124)
(28%,32%,49%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 81 of 255 = 32%
B 124 of 255 = 49%

72
81
124

R + G + B ~ 36%. #48517C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 81 + 124 = 277 (100%)
R 72 of 277 ~ 25.99%
G 81 of 277 ~ 29.24%
B 124 of 277 ~ 44.77%

%25.99
%29.24
%44.77

CMYK RENK MODELİ

#48517C rengi CMYK tonu (42,35,0,51).

  • camgöbeği tonu 41.94%
  • eflatun tonu 34.68%
  • sarı tonu 0.00%
  • ana renk tonu 51.37%
CMYK:
(42,35,0,51)
C42M35Y0K51 
(42%,35%,0%,51%)
(0.42/0.35/0.00/0.51)	

CMYK yüzdeleri

%41.94
%34.68
%0
%51.37

Codes

Color #48517C in popluar color models

48517C
RGB7281124
HSL230°26.53%38.43%
HSB/HSV230°41.94%48.63%
CMYK41.94%34.68%0.00%
51.37%

Color #48517C in popluar number systems.

HEX48517C
Decimal7281124
Binary100100010100011111100
Octal110121174

Shades and tints

Shades of #48517C

#48517C
(72,81,124)
#424A71
(66,74,113)
#3C4366
(60,67,102)
#363C5B
(54,60,91)
#303550
(48,53,80)
#2A2E45
(42,46,69)
#24273A
(36,39,58)
#1E202F
(30,32,47)
#181924
(24,25,36)
#121219
(18,18,25)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #48517C

#48517C
(72,81,124)
#586087
(88,96,135)
#686F92
(104,111,146)
#787E9D
(120,126,157)
#888DA8
(136,141,168)
#989CB3
(152,156,179)
#A8ABBE
(168,171,190)
#B8BAC9
(184,186,201)
#C8C9D4
(200,201,212)
#D8D8DF
(216,216,223)
#E8E7EA
(232,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48517C color. Also use rgb(72,81,124) instead hex code.

Text Font Color

.myTextColor { color: #48517C; }

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

This text font color is #48517C.


Background Color

.myBgColor { background-color: #48517C; }

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

This div background color is #48517C.


Border color

.myBorderColor { border: 1px solid #48517C; }

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

This div border color is #48517C.


Opacity

.myOpacity80 { color: #48517C; opacity: 0.8; }

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

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

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

This text has shadow with #48517C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48517C on black background.


Color preview on white background

This text has color #48517C on white background.



Black color preview on #48517C background

This text has black color on #48517C background.


White color preview on #48517C background

This text has white color on #48517C background.