COLOR #48425D

HEX: #48425D
RGB: (72,66,93)

Renk bilgisi

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

RGB renk modeli

#48425D color RGB value is (72,66,93).

  • kırmız ton 72;
  • yeşil ton 66;
  • mavi ton 93.
RGB:
(72,66,93)
(28%,26%,36%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 66 of 255 = 26%
B 93 of 255 = 36%

72
66
93

R + G + B ~ 30%. #48425D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 66 + 93 = 231 (100%)
R 72 of 231 ~ 31.17%
G 66 of 231 ~ 28.57%
B 93 of 231 ~ 40.26%

%31.17
%28.57
%40.26

CMYK RENK MODELİ

#48425D rengi CMYK tonu (23,29,0,64).

  • camgöbeği tonu 22.58%
  • eflatun tonu 29.03%
  • sarı tonu 0.00%
  • ana renk tonu 63.53%
CMYK:
(23,29,0,64)
C23M29Y0K64 
(23%,29%,0%,64%)
(0.23/0.29/0.00/0.64)	

CMYK yüzdeleri

%22.58
%29.03
%0
%63.53

Codes

Color #48425D in popluar color models

48425D
RGB726693
HSL253°16.98%31.18%
HSB/HSV253°29.03%36.47%
CMYK22.58%29.03%0.00%
63.53%

Color #48425D in popluar number systems.

HEX48425D
Decimal726693
Binary100100010000101011101
Octal110102135

Shades and tints

Shades of #48425D

#48425D
(72,66,93)
#423C55
(66,60,85)
#3C364D
(60,54,77)
#363045
(54,48,69)
#302A3D
(48,42,61)
#2A2435
(42,36,53)
#241E2D
(36,30,45)
#1E1825
(30,24,37)
#18121D
(24,18,29)
#120C15
(18,12,21)
#0C060D
(12,6,13)
#000000
(0,0,0)

Tints of #48425D

#48425D
(72,66,93)
#58536B
(88,83,107)
#686479
(104,100,121)
#787587
(120,117,135)
#888695
(136,134,149)
#9897A3
(152,151,163)
#A8A8B1
(168,168,177)
#B8B9BF
(184,185,191)
#C8CACD
(200,202,205)
#D8DBDB
(216,219,219)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48425D color. Also use rgb(72,66,93) instead hex code.

Text Font Color

.myTextColor { color: #48425D; }

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

This text font color is #48425D.


Background Color

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

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

This div background color is #48425D.


Border color

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

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

This div border color is #48425D.


Opacity

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

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

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

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

This text has shadow with #48425D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48425D on black background.


Color preview on white background

This text has color #48425D on white background.



Black color preview on #48425D background

This text has black color on #48425D background.


White color preview on #48425D background

This text has white color on #48425D background.