COLOR #484C5D

HEX: #484C5D RGB: (72,76,93)

Color info

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

RGB color model

#484C5D color RGB value is (72,76,93).

RGB: (72,76,93) (28%, 30%, 36%)

RGB channels and saturation

R 72 of 255 = 28%
G 76 of 255 = 30%
B 93 of 255 = 36%

72
76
93

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

Portions of RGB colors in percentages

R + G + B = 72 + 76 + 93 = 241 (100%)
R 72 of 241 ~ 29.88%
G 76 of 241 ~ 31.54%
B 93 of 241 ~ 38.59'%

%29.88
%31.54
%38.59

CMYK color model

#484C5D color CMYK value is (23,18,0,64).

  • cyan value is 22.58%
  • magenta value is 18.28%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (23,18,0,64)
C23M18Y0K64 (23%, 18%, 0%, 64%)
(0.23 / 0.18 / 0.00 / 0.64)

CMYK percentages

%22.58
%18.28
%0
%63.53

Codes

Color #484C5D in popluar color models

48 4C 5D
RGB 72 76 93
HSL 229° 12.73% 32.35%
HSB/HSV 229° 22.58% 36.47%
CMYK 22.58% 18.28% 0.00%
63.53%

Color #484C5D in popluar number systems.

HEX 48 4C 5D
Decimal 72 76 93
Binary 1001000 1001100 1011101
Octal 110 114 135

Shades and tints

Shades of #484C5D

#484C5D
(72,76,93)
#424655
(66,70,85)
#3C404D
(60,64,77)
#363A45
(54,58,69)
#30343D
(48,52,61)
#2A2E35
(42,46,53)
#24282D
(36,40,45)
#1E2225
(30,34,37)
#181C1D
(24,28,29)
#121615
(18,22,21)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #484C5D

#484C5D
(72,76,93)
#585C6B
(88,92,107)
#686C79
(104,108,121)
#787C87
(120,124,135)
#888C95
(136,140,149)
#989CA3
(152,156,163)
#A8ACB1
(168,172,177)
#B8BCBF
(184,188,191)
#C8CCCD
(200,204,205)
#D8DCDB
(216,220,219)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484C5D color. Also use rgb(72,76,93) instead hex code.

Text Font Color

.myTextColor { color: #484C5D; }

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

This text font color is #484C5D.

Background Color

.myBgColor { background-color: #484C5D; }

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

This div background color is #484C5D.

Border color

.myBorderColor { border: 1px solid #484C5D; }

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

This div border color is #484C5D.

Opacity

.myOpacity80 { color: #484C5D; opacity: 0.8; }

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

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

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

This text has shadow with #484C5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #484C5D.

Preview

Color preview on black background

This text has color #484C5D on black background.


Color preview on white background

This text has color #484C5D on white background.


Black color preview on #484C5D background

This text has black color on #484C5D background.


White color preview on #484C5D background

This text has white color on #484C5D background.


Related colors

Complementary color

Complementary color for #hex is #B7B3A2.


I love getcolorcode.com

Triadic colors

1 #5D484C and #4C5D48 with #484C5D are triadic colors.

2 #5D4C48 and #4C485D with #484C5D are triadic colors.