COLOR #48617D

HEX: #48617D
RGB: (72,97,125)

Renk bilgisi

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

RGB renk modeli

#48617D color RGB value is (72,97,125).

  • kırmız ton 72;
  • yeşil ton 97;
  • mavi ton 125.
RGB:
(72,97,125)
(28%,38%,49%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 97 of 255 = 38%
B 125 of 255 = 49%

72
97
125

R + G + B ~ 38%. #48617D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 97 + 125 = 294 (100%)
R 72 of 294 ~ 24.49%
G 97 of 294 ~ 32.99%
B 125 of 294 ~ 42.52%

%24.49
%32.99
%42.52

CMYK RENK MODELİ

#48617D rengi CMYK tonu (42,22,0,51).

  • camgöbeği tonu 42.40%
  • eflatun tonu 22.40%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(42,22,0,51)
C42M22Y0K51 
(42%,22%,0%,51%)
(0.42/0.22/0.00/0.51)	

CMYK yüzdeleri

%42.4
%22.4
%0
%50.98

Codes

Color #48617D in popluar color models

48617D
RGB7297125
HSL212°26.90%38.63%
HSB/HSV212°42.40%49.02%
CMYK42.40%22.40%0.00%
50.98%

Color #48617D in popluar number systems.

HEX48617D
Decimal7297125
Binary100100011000011111101
Octal110141175

Shades and tints

Shades of #48617D

#48617D
(72,97,125)
#425972
(66,89,114)
#3C5167
(60,81,103)
#36495C
(54,73,92)
#304151
(48,65,81)
#2A3946
(42,57,70)
#24313B
(36,49,59)
#1E2930
(30,41,48)
#182125
(24,33,37)
#12191A
(18,25,26)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #48617D

#48617D
(72,97,125)
#586F88
(88,111,136)
#687D93
(104,125,147)
#788B9E
(120,139,158)
#8899A9
(136,153,169)
#98A7B4
(152,167,180)
#A8B5BF
(168,181,191)
#B8C3CA
(184,195,202)
#C8D1D5
(200,209,213)
#D8DFE0
(216,223,224)
#E8EDEB
(232,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48617D color. Also use rgb(72,97,125) instead hex code.

Text Font Color

.myTextColor { color: #48617D; }

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

This text font color is #48617D.


Background Color

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

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

This div background color is #48617D.


Border color

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

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

This div border color is #48617D.


Opacity

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

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

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

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

This text has shadow with #48617D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48617D on black background.


Color preview on white background

This text has color #48617D on white background.



Black color preview on #48617D background

This text has black color on #48617D background.


White color preview on #48617D background

This text has white color on #48617D background.