COLOR #48535A

HEX: #48535A
RGB: (72,83,90)

Renk bilgisi

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

RGB renk modeli

#48535A color RGB value is (72,83,90).

  • kırmız ton 72;
  • yeşil ton 83;
  • mavi ton 90.
RGB:
(72,83,90)
(28%,33%,35%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 83 of 255 = 33%
B 90 of 255 = 35%

72
83
90

R + G + B ~ 32%. #48535A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 83 + 90 = 245 (100%)
R 72 of 245 ~ 29.39%
G 83 of 245 ~ 33.88%
B 90 of 245 ~ 36.73%

%29.39
%33.88
%36.73

CMYK RENK MODELİ

#48535A rengi CMYK tonu (20,8,0,65).

  • camgöbeği tonu 20.00%
  • eflatun tonu 7.78%
  • sarı tonu 0.00%
  • ana renk tonu 64.71%
CMYK:
(20,8,0,65)
C20M8Y0K65 
(20%,8%,0%,65%)
(0.20/0.08/0.00/0.65)	

CMYK yüzdeleri

%20
%7.78
%0
%64.71

Codes

Color #48535A in popluar color models

48535A
RGB728390
HSL203°11.11%31.76%
HSB/HSV203°20.00%35.29%
CMYK20.00%7.78%0.00%
64.71%

Color #48535A in popluar number systems.

HEX48535A
Decimal728390
Binary100100010100111011010
Octal110123132

Shades and tints

Shades of #48535A

#48535A
(72,83,90)
#424C52
(66,76,82)
#3C454A
(60,69,74)
#363E42
(54,62,66)
#30373A
(48,55,58)
#2A3032
(42,48,50)
#24292A
(36,41,42)
#1E2222
(30,34,34)
#181B1A
(24,27,26)
#121412
(18,20,18)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #48535A

#48535A
(72,83,90)
#586269
(88,98,105)
#687178
(104,113,120)
#788087
(120,128,135)
#888F96
(136,143,150)
#989EA5
(152,158,165)
#A8ADB4
(168,173,180)
#B8BCC3
(184,188,195)
#C8CBD2
(200,203,210)
#D8DAE1
(216,218,225)
#E8E9F0
(232,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48535A color. Also use rgb(72,83,90) instead hex code.

Text Font Color

.myTextColor { color: #48535A; }

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

This text font color is #48535A.


Background Color

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

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

This div background color is #48535A.


Border color

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

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

This div border color is #48535A.


Opacity

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

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

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

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

This text has shadow with #48535A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48535A on black background.


Color preview on white background

This text has color #48535A on white background.



Black color preview on #48535A background

This text has black color on #48535A background.


White color preview on #48535A background

This text has white color on #48535A background.