COLOR #484148

HEX: #484148
RGB: (72,65,72)

Color info

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

RGB color model

#484148 color RGB value is (72,65,72).

  • red value is 72;
  • green value is 65;
  • blue value is 72.
RGB:
(72,65,72)
(28%,25%,28%)

RGB channels and saturation

R 72 of 255 = 28%
G 65 of 255 = 25%
B 72 of 255 = 28%

72
65
72

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

Portions of RGB colors in percentages

R + G + B =
72 + 65 + 72 = 209 (100%)
R 72 of 209 ~ 34.45%
G 65 of 209 ~ 31.1%
B 72 of 209 ~ 34.45%

%34.45
%31.1
%34.45

CMYK color model

#484148 color CMYK value is (0,10,0,72).

  • cyan value is 0.00%
  • magenta value is 9.72%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(0,10,0,72)
C0M10Y0K72 
(0%,10%,0%,72%)
(0.00/0.10/0.00/0.72)	

CMYK percentages

%0
%9.72
%0
%71.76

Codes

Color #484148 in popluar color models

484148
RGB726572
HSL300°5.11%26.86%
HSB/HSV300°9.72%28.24%
CMYK0.00%9.72%0.00%
71.76%

Color #484148 in popluar number systems.

HEX484148
Decimal726572
Binary100100010000011001000
Octal110101110

Shades and tints

Shades of #484148

#484148
(72,65,72)
#423C42
(66,60,66)
#3C373C
(60,55,60)
#363236
(54,50,54)
#302D30
(48,45,48)
#2A282A
(42,40,42)
#242324
(36,35,36)
#1E1E1E
(30,30,30)
#181918
(24,25,24)
#121412
(18,20,18)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #484148

#484148
(72,65,72)
#585258
(88,82,88)
#686368
(104,99,104)
#787478
(120,116,120)
#888588
(136,133,136)
#989698
(152,150,152)
#A8A7A8
(168,167,168)
#B8B8B8
(184,184,184)
#C8C9C8
(200,201,200)
#D8DAD8
(216,218,216)
#E8EBE8
(232,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484148; }

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

This text font color is #484148.


Background Color

.myBgColor { background-color: #484148; }

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

This div background color is #484148.


Border color

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

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

This div border color is #484148.


Opacity

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

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

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

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

This text has shadow with #484148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484148 on black background.


Color preview on white background

This text has color #484148 on white background.



Black color preview on #484148 background

This text has black color on #484148 background.


White color preview on #484148 background

This text has white color on #484148 background.