COLOR #48666C

HEX: #48666C
RGB: (72,102,108)

Renk bilgisi

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

RGB renk modeli

#48666C color RGB value is (72,102,108).

  • kırmız ton 72;
  • yeşil ton 102;
  • mavi ton 108.
RGB:
(72,102,108)
(28%,40%,42%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 102 of 255 = 40%
B 108 of 255 = 42%

72
102
108

R + G + B ~ 37%. #48666C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 102 + 108 = 282 (100%)
R 72 of 282 ~ 25.53%
G 102 of 282 ~ 36.17%
B 108 of 282 ~ 38.3%

%25.53
%36.17
%38.3

CMYK RENK MODELİ

#48666C rengi CMYK tonu (33,6,0,58).

  • camgöbeği tonu 33.33%
  • eflatun tonu 5.56%
  • sarı tonu 0.00%
  • ana renk tonu 57.65%
CMYK:
(33,6,0,58)
C33M6Y0K58 
(33%,6%,0%,58%)
(0.33/0.06/0.00/0.58)	

CMYK yüzdeleri

%33.33
%5.56
%0
%57.65

Codes

Color #48666C in popluar color models

48666C
RGB72102108
HSL190°20.00%35.29%
HSB/HSV190°33.33%42.35%
CMYK33.33%5.56%0.00%
57.65%

Color #48666C in popluar number systems.

HEX48666C
Decimal72102108
Binary100100011001101101100
Octal110146154

Shades and tints

Shades of #48666C

#48666C
(72,102,108)
#425D63
(66,93,99)
#3C545A
(60,84,90)
#364B51
(54,75,81)
#304248
(48,66,72)
#2A393F
(42,57,63)
#243036
(36,48,54)
#1E272D
(30,39,45)
#181E24
(24,30,36)
#12151B
(18,21,27)
#0C0C12
(12,12,18)
#000000
(0,0,0)

Tints of #48666C

#48666C
(72,102,108)
#587379
(88,115,121)
#688086
(104,128,134)
#788D93
(120,141,147)
#889AA0
(136,154,160)
#98A7AD
(152,167,173)
#A8B4BA
(168,180,186)
#B8C1C7
(184,193,199)
#C8CED4
(200,206,212)
#D8DBE1
(216,219,225)
#E8E8EE
(232,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48666C color. Also use rgb(72,102,108) instead hex code.

Text Font Color

.myTextColor { color: #48666C; }

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

This text font color is #48666C.


Background Color

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

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

This div background color is #48666C.


Border color

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

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

This div border color is #48666C.


Opacity

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

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

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

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

This text has shadow with #48666C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48666C on black background.


Color preview on white background

This text has color #48666C on white background.



Black color preview on #48666C background

This text has black color on #48666C background.


White color preview on #48666C background

This text has white color on #48666C background.