COLOR #484945

HEX: #484945
RGB: (72,73,69)

Color info

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

RGB color model

#484945 color RGB value is (72,73,69).

  • red value is 72;
  • green value is 73;
  • blue value is 69.
RGB:
(72,73,69)
(28%,29%,27%)

RGB channels and saturation

R 72 of 255 = 28%
G 73 of 255 = 29%
B 69 of 255 = 27%

72
73
69

R + G + B ~ 28%. #484945 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 73 + 69 = 214 (100%)
R 72 of 214 ~ 33.64%
G 73 of 214 ~ 34.11%
B 69 of 214 ~ 32.24%

%33.64
%34.11
%32.24

CMYK color model

#484945 color CMYK value is (1,0,5,71).

  • cyan value is 1.37%
  • magenta value is 0.00%
  • yellow value is 5.48%
  • key color value is 71.37%
CMYK:
(1,0,5,71)
C1M0Y5K71 
(1%,0%,5%,71%)
(0.01/0.00/0.05/0.71)	

CMYK percentages

%1.37
%0
%5.48
%71.37

Codes

Color #484945 in popluar color models

484945
RGB727369
HSL75°2.82%27.84%
HSB/HSV75°5.48%28.63%
CMYK1.37%0.00%5.48%
71.37%

Color #484945 in popluar number systems.

HEX484945
Decimal727369
Binary100100010010011000101
Octal110111105

Shades and tints

Shades of #484945

#484945
(72,73,69)
#42433F
(66,67,63)
#3C3D39
(60,61,57)
#363733
(54,55,51)
#30312D
(48,49,45)
#2A2B27
(42,43,39)
#242521
(36,37,33)
#1E1F1B
(30,31,27)
#181915
(24,25,21)
#12130F
(18,19,15)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #484945

#484945
(72,73,69)
#585955
(88,89,85)
#686965
(104,105,101)
#787975
(120,121,117)
#888985
(136,137,133)
#989995
(152,153,149)
#A8A9A5
(168,169,165)
#B8B9B5
(184,185,181)
#C8C9C5
(200,201,197)
#D8D9D5
(216,217,213)
#E8E9E5
(232,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484945; }

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

This text font color is #484945.


Background Color

.myBgColor { background-color: #484945; }

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

This div background color is #484945.


Border color

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

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

This div border color is #484945.


Opacity

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

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

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

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

This text has shadow with #484945 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484945 on black background.


Color preview on white background

This text has color #484945 on white background.



Black color preview on #484945 background

This text has black color on #484945 background.


White color preview on #484945 background

This text has white color on #484945 background.