COLOR #48525A

HEX: #48525A
RGB: (72,82,90)

Renk bilgisi

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

RGB renk modeli

#48525A color RGB value is (72,82,90).

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

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 82 of 255 = 32%
B 90 of 255 = 35%

72
82
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 82 + 90 = 244 (100%)
R 72 of 244 ~ 29.51%
G 82 of 244 ~ 33.61%
B 90 of 244 ~ 36.89%

%29.51
%33.61
%36.89

CMYK RENK MODELİ

#48525A rengi CMYK tonu (20,9,0,65).

  • camgöbeği tonu 20.00%
  • eflatun tonu 8.89%
  • sarı tonu 0.00%
  • ana renk tonu 64.71%
CMYK:
(20,9,0,65)
C20M9Y0K65 
(20%,9%,0%,65%)
(0.20/0.09/0.00/0.65)	

CMYK yüzdeleri

%20
%8.89
%0
%64.71

Codes

Color #48525A in popluar color models

48525A
RGB728290
HSL207°11.11%31.76%
HSB/HSV207°20.00%35.29%
CMYK20.00%8.89%0.00%
64.71%

Color #48525A in popluar number systems.

HEX48525A
Decimal728290
Binary100100010100101011010
Octal110122132

Shades and tints

Shades of #48525A

#48525A
(72,82,90)
#424B52
(66,75,82)
#3C444A
(60,68,74)
#363D42
(54,61,66)
#30363A
(48,54,58)
#2A2F32
(42,47,50)
#24282A
(36,40,42)
#1E2122
(30,33,34)
#181A1A
(24,26,26)
#121312
(18,19,18)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #48525A

#48525A
(72,82,90)
#586169
(88,97,105)
#687078
(104,112,120)
#787F87
(120,127,135)
#888E96
(136,142,150)
#989DA5
(152,157,165)
#A8ACB4
(168,172,180)
#B8BBC3
(184,187,195)
#C8CAD2
(200,202,210)
#D8D9E1
(216,217,225)
#E8E8F0
(232,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48525A; }

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

This text font color is #48525A.


Background Color

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

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

This div background color is #48525A.


Border color

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

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

This div border color is #48525A.


Opacity

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

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

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

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

This text has shadow with #48525A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48525A on black background.


Color preview on white background

This text has color #48525A on white background.



Black color preview on #48525A background

This text has black color on #48525A background.


White color preview on #48525A background

This text has white color on #48525A background.