COLOR #48638C

HEX: #48638C
RGB: (72,99,140)

Renk bilgisi

#48638C contains mainly green and blue colors. #48638C ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#48638C color RGB value is (72,99,140).

  • kırmız ton 72;
  • yeşil ton 99;
  • mavi ton 140.
RGB:
(72,99,140)
(28%,39%,55%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 99 of 255 = 39%
B 140 of 255 = 55%

72
99
140

R + G + B ~ 41%. #48638C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 99 + 140 = 311 (100%)
R 72 of 311 ~ 23.15%
G 99 of 311 ~ 31.83%
B 140 of 311 ~ 45.02%

%23.15
%31.83
%45.02

CMYK RENK MODELİ

#48638C rengi CMYK tonu (49,29,0,45).

  • camgöbeği tonu 48.57%
  • eflatun tonu 29.29%
  • sarı tonu 0.00%
  • ana renk tonu 45.10%
CMYK:
(49,29,0,45)
C49M29Y0K45 
(49%,29%,0%,45%)
(0.49/0.29/0.00/0.45)	

CMYK yüzdeleri

%48.57
%29.29
%0
%45.1

Codes

Color #48638C in popluar color models

48638C
RGB7299140
HSL216°32.08%41.57%
HSB/HSV216°48.57%54.90%
CMYK48.57%29.29%0.00%
45.10%

Color #48638C in popluar number systems.

HEX48638C
Decimal7299140
Binary1001000110001110001100
Octal110143214

Shades and tints

Shades of #48638C

#48638C
(72,99,140)
#425A80
(66,90,128)
#3C5174
(60,81,116)
#364868
(54,72,104)
#303F5C
(48,63,92)
#2A3650
(42,54,80)
#242D44
(36,45,68)
#1E2438
(30,36,56)
#181B2C
(24,27,44)
#121220
(18,18,32)
#0C0914
(12,9,20)
#000000
(0,0,0)

Tints of #48638C

#48638C
(72,99,140)
#587196
(88,113,150)
#687FA0
(104,127,160)
#788DAA
(120,141,170)
#889BB4
(136,155,180)
#98A9BE
(152,169,190)
#A8B7C8
(168,183,200)
#B8C5D2
(184,197,210)
#C8D3DC
(200,211,220)
#D8E1E6
(216,225,230)
#E8EFF0
(232,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48638C color. Also use rgb(72,99,140) instead hex code.

Text Font Color

.myTextColor { color: #48638C; }

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

This text font color is #48638C.


Background Color

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

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

This div background color is #48638C.


Border color

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

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

This div border color is #48638C.


Opacity

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

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

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

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

This text has shadow with #48638C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48638C on black background.


Color preview on white background

This text has color #48638C on white background.



Black color preview on #48638C background

This text has black color on #48638C background.


White color preview on #48638C background

This text has white color on #48638C background.