COLOR #484961

HEX: #484961 RGB: (72,73,97)

Color info

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

RGB color model

#484961 color RGB value is (72,73,97).

RGB: (72,73,97) (28%, 29%, 38%)

RGB channels and saturation

R 72 of 255 = 28%
G 73 of 255 = 29%
B 97 of 255 = 38%

72
73
97

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

Portions of RGB colors in percentages

R + G + B = 72 + 73 + 97 = 242 (100%)
R 72 of 242 ~ 29.75%
G 73 of 242 ~ 30.17%
B 97 of 242 ~ 40.08'%

%29.75
%30.17
%40.08

CMYK color model

#484961 color CMYK value is (26,25,0,62).

  • cyan value is 25.77%
  • magenta value is 24.74%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (26,25,0,62)
C26M25Y0K62 (26%, 25%, 0%, 62%)
(0.26 / 0.25 / 0.00 / 0.62)

CMYK percentages

%25.77
%24.74
%0
%61.96

Codes

Color #484961 in popluar color models

48 49 61
RGB 72 73 97
HSL 238° 14.79% 33.14%
HSB/HSV 238° 25.77% 38.04%
CMYK 25.77% 24.74% 0.00%
61.96%

Color #484961 in popluar number systems.

HEX 48 49 61
Decimal 72 73 97
Binary 1001000 1001001 1100001
Octal 110 111 141

Shades and tints

Shades of #484961

#484961
(72,73,97)
#424359
(66,67,89)
#3C3D51
(60,61,81)
#363749
(54,55,73)
#303141
(48,49,65)
#2A2B39
(42,43,57)
#242531
(36,37,49)
#1E1F29
(30,31,41)
#181921
(24,25,33)
#121319
(18,19,25)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #484961

#484961
(72,73,97)
#58596F
(88,89,111)
#68697D
(104,105,125)
#78798B
(120,121,139)
#888999
(136,137,153)
#9899A7
(152,153,167)
#A8A9B5
(168,169,181)
#B8B9C3
(184,185,195)
#C8C9D1
(200,201,209)
#D8D9DF
(216,217,223)
#E8E9ED
(232,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484961 color. Also use rgb(72,73,97) instead hex code.

Text Font Color

.myTextColor { color: #484961; }

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

This text font color is #484961.

Background Color

.myBgColor { background-color: #484961; }

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

This div background color is #484961.

Border color

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

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

This div border color is #484961.

Opacity

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

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

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

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

This text has shadow with #484961 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #484961.

Preview

Color preview on black background

This text has color #484961 on black background.


Color preview on white background

This text has color #484961 on white background.


Black color preview on #484961 background

This text has black color on #484961 background.


White color preview on #484961 background

This text has white color on #484961 background.


Related colors

Complementary color

Complementary color for #hex is #B7B69E.


I love getcolorcode.com

Triadic colors

1 #614849 and #496148 with #484961 are triadic colors.

2 #614948 and #494861 with #484961 are triadic colors.