COLOR #484245

HEX: #484245 RGB: (72,66,69)

Color info

#484245 contains red, green and blue colors in about the same proportion. Web safe color of #484245 is #333333 (or #333).

RGB color model

#484245 color RGB value is (72,66,69).

RGB: (72,66,69) (28%, 26%, 27%)

RGB channels and saturation

R 72 of 255 = 28%
G 66 of 255 = 26%
B 69 of 255 = 27%

72
66
69

R + G + B ~ 27%. #484245 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 66 + 69 = 207 (100%)
R 72 of 207 ~ 34.78%
G 66 of 207 ~ 31.88%
B 69 of 207 ~ 33.33'%

%34.78
%31.88
%33.33

CMYK color model

#484245 color CMYK value is (0,8,4,72).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 4.17%
  • key color value is 71.76%

CMYK: (0,8,4,72)
C0M8Y4K72 (0%, 8%, 4%, 72%)
(0.00 / 0.08 / 0.04 / 0.72)

CMYK percentages

%0
%8.33
%4.17
%71.76

Codes

Color #484245 in popluar color models

48 42 45
RGB 72 66 69
HSL 330° 4.35% 27.06%
HSB/HSV 330° 8.33% 28.24%
CMYK 0.00% 8.33% 4.17%
71.76%

Color #484245 in popluar number systems.

HEX 48 42 45
Decimal 72 66 69
Binary 1001000 1000010 1000101
Octal 110 102 105

Shades and tints

Shades of #484245

#484245
(72,66,69)
#423C3F
(66,60,63)
#3C3639
(60,54,57)
#363033
(54,48,51)
#302A2D
(48,42,45)
#2A2427
(42,36,39)
#241E21
(36,30,33)
#1E181B
(30,24,27)
#181215
(24,18,21)
#120C0F
(18,12,15)
#0C0609
(12,6,9)
#000000
(0,0,0)

Tints of #484245

#484245
(72,66,69)
#585355
(88,83,85)
#686465
(104,100,101)
#787575
(120,117,117)
#888685
(136,134,133)
#989795
(152,151,149)
#A8A8A5
(168,168,165)
#B8B9B5
(184,185,181)
#C8CAC5
(200,202,197)
#D8DBD5
(216,219,213)
#E8ECE5
(232,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484245 color. Also use rgb(72,66,69) instead hex code.

Text Font Color

.myTextColor { color: #484245; }

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

This text font color is #484245.

Background Color

.myBgColor { background-color: #484245; }

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

This div background color is #484245.

Border color

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

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

This div border color is #484245.

Opacity

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

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

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

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

This text has shadow with #484245 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #484245.

Preview

Color preview on black background

This text has color #484245 on black background.


Color preview on white background

This text has color #484245 on white background.


Black color preview on #484245 background

This text has black color on #484245 background.


White color preview on #484245 background

This text has white color on #484245 background.


Related colors

Complementary color

Complementary color for #hex is #B7BDBA.


I love getcolorcode.com

Triadic colors

1 #454842 and #424548 with #484245 are triadic colors.

2 #454248 and #424845 with #484245 are triadic colors.