COLOR #484153

HEX: #484153 RGB: (72,65,83)

Color info

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

RGB color model

#484153 color RGB value is (72,65,83).

RGB: (72,65,83) (28%, 25%, 33%)

RGB channels and saturation

R 72 of 255 = 28%
G 65 of 255 = 25%
B 83 of 255 = 33%

72
65
83

R + G + B ~ 29%. #484153 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 65 + 83 = 220 (100%)
R 72 of 220 ~ 32.73%
G 65 of 220 ~ 29.55%
B 83 of 220 ~ 37.73'%

%32.73
%29.55
%37.73

CMYK color model

#484153 color CMYK value is (13,22,0,67).

  • cyan value is 13.25%
  • magenta value is 21.69%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (13,22,0,67)
C13M22Y0K67 (13%, 22%, 0%, 67%)
(0.13 / 0.22 / 0.00 / 0.67)

CMYK percentages

%13.25
%21.69
%0
%67.45

Codes

Color #484153 in popluar color models

48 41 53
RGB 72 65 83
HSL 263° 12.16% 29.02%
HSB/HSV 263° 21.69% 32.55%
CMYK 13.25% 21.69% 0.00%
67.45%

Color #484153 in popluar number systems.

HEX 48 41 53
Decimal 72 65 83
Binary 1001000 1000001 1010011
Octal 110 101 123

Shades and tints

Shades of #484153

#484153
(72,65,83)
#423C4C
(66,60,76)
#3C3745
(60,55,69)
#36323E
(54,50,62)
#302D37
(48,45,55)
#2A2830
(42,40,48)
#242329
(36,35,41)
#1E1E22
(30,30,34)
#18191B
(24,25,27)
#121414
(18,20,20)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #484153

#484153
(72,65,83)
#585262
(88,82,98)
#686371
(104,99,113)
#787480
(120,116,128)
#88858F
(136,133,143)
#98969E
(152,150,158)
#A8A7AD
(168,167,173)
#B8B8BC
(184,184,188)
#C8C9CB
(200,201,203)
#D8DADA
(216,218,218)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484153; }

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

This text font color is #484153.

Background Color

.myBgColor { background-color: #484153; }

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

This div background color is #484153.

Border color

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

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

This div border color is #484153.

Opacity

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

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

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

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

This text has shadow with #484153 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #484153.

Preview

Color preview on black background

This text has color #484153 on black background.


Color preview on white background

This text has color #484153 on white background.


Black color preview on #484153 background

This text has black color on #484153 background.


White color preview on #484153 background

This text has white color on #484153 background.


Related colors

Complementary color

Complementary color for #hex is #B7BEAC.


I love getcolorcode.com

Triadic colors

1 #534841 and #415348 with #484153 are triadic colors.

2 #534148 and #414853 with #484153 are triadic colors.