COLOR #484363

HEX: #484363
RGB: (72,67,99)

Color info

#484363 contains red, green and blue colors in about the same proportion. Web safe color of #484363 is #333366 (or #336).

RGB color model

#484363 color RGB value is (72,67,99).

  • red value is 72;
  • green value is 67;
  • blue value is 99.
RGB:
(72,67,99)
(28%,26%,39%)

RGB channels and saturation

R 72 of 255 = 28%
G 67 of 255 = 26%
B 99 of 255 = 39%

72
67
99

R + G + B ~ 31%. #484363 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 67 + 99 = 238 (100%)
R 72 of 238 ~ 30.25%
G 67 of 238 ~ 28.15%
B 99 of 238 ~ 41.6%

%30.25
%28.15
%41.6

CMYK color model

#484363 color CMYK value is (27,32,0,61).

  • cyan value is 27.27%
  • magenta value is 32.32%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(27,32,0,61)
C27M32Y0K61 
(27%,32%,0%,61%)
(0.27/0.32/0.00/0.61)	

CMYK percentages

%27.27
%32.32
%0
%61.18

Codes

Color #484363 in popluar color models

484363
RGB726799
HSL249°19.28%32.55%
HSB/HSV249°32.32%38.82%
CMYK27.27%32.32%0.00%
61.18%

Color #484363 in popluar number systems.

HEX484363
Decimal726799
Binary100100010000111100011
Octal110103143

Shades and tints

Shades of #484363

#484363
(72,67,99)
#423D5A
(66,61,90)
#3C3751
(60,55,81)
#363148
(54,49,72)
#302B3F
(48,43,63)
#2A2536
(42,37,54)
#241F2D
(36,31,45)
#1E1924
(30,25,36)
#18131B
(24,19,27)
#120D12
(18,13,18)
#0C0709
(12,7,9)
#000000
(0,0,0)

Tints of #484363

#484363
(72,67,99)
#585471
(88,84,113)
#68657F
(104,101,127)
#78768D
(120,118,141)
#88879B
(136,135,155)
#9898A9
(152,152,169)
#A8A9B7
(168,169,183)
#B8BAC5
(184,186,197)
#C8CBD3
(200,203,211)
#D8DCE1
(216,220,225)
#E8EDEF
(232,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484363; }

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

This text font color is #484363.


Background Color

.myBgColor { background-color: #484363; }

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

This div background color is #484363.


Border color

.myBorderColor { border: 1px solid #484363; }

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

This div border color is #484363.


Opacity

.myOpacity80 { color: #484363; opacity: 0.8; }

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

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

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

This text has shadow with #484363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484363 on black background.


Color preview on white background

This text has color #484363 on white background.



Black color preview on #484363 background

This text has black color on #484363 background.


White color preview on #484363 background

This text has white color on #484363 background.