COLOR #484C5E

HEX: #484C5E RGB: (72,76,94)

Color info

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

RGB color model

#484C5E color RGB value is (72,76,94).

RGB: (72,76,94) (28%, 30%, 37%)

RGB channels and saturation

R 72 of 255 = 28%
G 76 of 255 = 30%
B 94 of 255 = 37%

72
76
94

R + G + B ~ 32%. #484C5E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 76 + 94 = 242 (100%)
R 72 of 242 ~ 29.75%
G 76 of 242 ~ 31.4%
B 94 of 242 ~ 38.84'%

%29.75
%31.4
%38.84

CMYK color model

#484C5E color CMYK value is (23,19,0,63).

  • cyan value is 23.40%
  • magenta value is 19.15%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (23,19,0,63)
C23M19Y0K63 (23%, 19%, 0%, 63%)
(0.23 / 0.19 / 0.00 / 0.63)

CMYK percentages

%23.4
%19.15
%0
%63.14

Codes

Color #484C5E in popluar color models

48 4C 5E
RGB 72 76 94
HSL 229° 13.25% 32.55%
HSB/HSV 229° 23.40% 36.86%
CMYK 23.40% 19.15% 0.00%
63.14%

Color #484C5E in popluar number systems.

HEX 48 4C 5E
Decimal 72 76 94
Binary 1001000 1001100 1011110
Octal 110 114 136

Shades and tints

Shades of #484C5E

#484C5E
(72,76,94)
#424656
(66,70,86)
#3C404E
(60,64,78)
#363A46
(54,58,70)
#30343E
(48,52,62)
#2A2E36
(42,46,54)
#24282E
(36,40,46)
#1E2226
(30,34,38)
#181C1E
(24,28,30)
#121616
(18,22,22)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #484C5E

#484C5E
(72,76,94)
#585C6C
(88,92,108)
#686C7A
(104,108,122)
#787C88
(120,124,136)
#888C96
(136,140,150)
#989CA4
(152,156,164)
#A8ACB2
(168,172,178)
#B8BCC0
(184,188,192)
#C8CCCE
(200,204,206)
#D8DCDC
(216,220,220)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484C5E; }

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

This text font color is #484C5E.

Background Color

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

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

This div background color is #484C5E.

Border color

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

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

This div border color is #484C5E.

Opacity

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

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

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

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

This text has shadow with #484C5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #484C5E.

Preview

Color preview on black background

This text has color #484C5E on black background.


Color preview on white background

This text has color #484C5E on white background.


Black color preview on #484C5E background

This text has black color on #484C5E background.


White color preview on #484C5E background

This text has white color on #484C5E background.


Related colors

Complementary color

Complementary color for #hex is #B7B3A1.


I love getcolorcode.com

Triadic colors

1 #5E484C and #4C5E48 with #484C5E are triadic colors.

2 #5E4C48 and #4C485E with #484C5E are triadic colors.