COLOR #484441

HEX: #484441
RGB: (72,68,65)

Color info

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

RGB color model

#484441 color RGB value is (72,68,65).

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

RGB channels and saturation

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

72
68
65

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

Portions of RGB colors in percentages

R + G + B =
72 + 68 + 65 = 205 (100%)
R 72 of 205 ~ 35.12%
G 68 of 205 ~ 33.17%
B 65 of 205 ~ 31.71%

%35.12
%33.17
%31.71

CMYK color model

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

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

CMYK percentages

%0
%5.56
%9.72
%71.76

Codes

Color #484441 in popluar color models

484441
RGB726865
HSL26°5.11%26.86%
HSB/HSV26°9.72%28.24%
CMYK0.00%5.56%9.72%
71.76%

Color #484441 in popluar number systems.

HEX484441
Decimal726865
Binary100100010001001000001
Octal110104101

Shades and tints

Shades of #484441

#484441
(72,68,65)
#423E3C
(66,62,60)
#3C3837
(60,56,55)
#363232
(54,50,50)
#302C2D
(48,44,45)
#2A2628
(42,38,40)
#242023
(36,32,35)
#1E1A1E
(30,26,30)
#181419
(24,20,25)
#120E14
(18,14,20)
#0C080F
(12,8,15)
#000000
(0,0,0)

Tints of #484441

#484441
(72,68,65)
#585552
(88,85,82)
#686663
(104,102,99)
#787774
(120,119,116)
#888885
(136,136,133)
#989996
(152,153,150)
#A8AAA7
(168,170,167)
#B8BBB8
(184,187,184)
#C8CCC9
(200,204,201)
#D8DDDA
(216,221,218)
#E8EEEB
(232,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484441; }

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

This text font color is #484441.


Background Color

.myBgColor { background-color: #484441; }

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

This div background color is #484441.


Border color

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

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

This div border color is #484441.


Opacity

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

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

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

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

This text has shadow with #484441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484441 on black background.


Color preview on white background

This text has color #484441 on white background.



Black color preview on #484441 background

This text has black color on #484441 background.


White color preview on #484441 background

This text has white color on #484441 background.