COLOR #48587A

HEX: #48587A
RGB: (72,88,122)

Renk bilgisi

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

RGB renk modeli

#48587A color RGB value is (72,88,122).

  • kırmız ton 72;
  • yeşil ton 88;
  • mavi ton 122.
RGB:
(72,88,122)
(28%,35%,48%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 88 of 255 = 35%
B 122 of 255 = 48%

72
88
122

R + G + B ~ 37%. #48587A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 88 + 122 = 282 (100%)
R 72 of 282 ~ 25.53%
G 88 of 282 ~ 31.21%
B 122 of 282 ~ 43.26%

%25.53
%31.21
%43.26

CMYK RENK MODELİ

#48587A rengi CMYK tonu (41,28,0,52).

  • camgöbeği tonu 40.98%
  • eflatun tonu 27.87%
  • sarı tonu 0.00%
  • ana renk tonu 52.16%
CMYK:
(41,28,0,52)
C41M28Y0K52 
(41%,28%,0%,52%)
(0.41/0.28/0.00/0.52)	

CMYK yüzdeleri

%40.98
%27.87
%0
%52.16

Codes

Color #48587A in popluar color models

48587A
RGB7288122
HSL221°25.77%38.04%
HSB/HSV221°40.98%47.84%
CMYK40.98%27.87%0.00%
52.16%

Color #48587A in popluar number systems.

HEX48587A
Decimal7288122
Binary100100010110001111010
Octal110130172

Shades and tints

Shades of #48587A

#48587A
(72,88,122)
#42506F
(66,80,111)
#3C4864
(60,72,100)
#364059
(54,64,89)
#30384E
(48,56,78)
#2A3043
(42,48,67)
#242838
(36,40,56)
#1E202D
(30,32,45)
#181822
(24,24,34)
#121017
(18,16,23)
#0C080C
(12,8,12)
#000000
(0,0,0)

Tints of #48587A

#48587A
(72,88,122)
#586786
(88,103,134)
#687692
(104,118,146)
#78859E
(120,133,158)
#8894AA
(136,148,170)
#98A3B6
(152,163,182)
#A8B2C2
(168,178,194)
#B8C1CE
(184,193,206)
#C8D0DA
(200,208,218)
#D8DFE6
(216,223,230)
#E8EEF2
(232,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48587A color. Also use rgb(72,88,122) instead hex code.

Text Font Color

.myTextColor { color: #48587A; }

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

This text font color is #48587A.


Background Color

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

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

This div background color is #48587A.


Border color

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

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

This div border color is #48587A.


Opacity

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

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

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

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

This text has shadow with #48587A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48587A on black background.


Color preview on white background

This text has color #48587A on white background.



Black color preview on #48587A background

This text has black color on #48587A background.


White color preview on #48587A background

This text has white color on #48587A background.