COLOR #484140

HEX: #484140 RGB: (72,65,64)

Color info

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

RGB color model

#484140 color RGB value is (72,65,64).

RGB: (72,65,64) (28%, 25%, 25%)

RGB channels and saturation

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

72
65
64

R + G + B ~ 26%. #484140 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 65 + 64 = 201 (100%)
R 72 of 201 ~ 35.82%
G 65 of 201 ~ 32.34%
B 64 of 201 ~ 31.84'%

%35.82
%32.34
%31.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.72%
  • yellow value is 11.11%
  • key color value is 71.76%

CMYK: (0,10,11,72)
C0M10Y11K72 (0%, 10%, 11%, 72%)
(0.00 / 0.10 / 0.11 / 0.72)

CMYK percentages

%0
%9.72
%11.11
%71.76

Codes

Color #484140 in popluar color models

48 41 40
RGB 72 65 64
HSL 5.88% 26.67%
HSB/HSV 11.11% 28.24%
CMYK 0.00% 9.72% 11.11%
71.76%

Color #484140 in popluar number systems.

HEX 48 41 40
Decimal 72 65 64
Binary 1001000 1000001 1000000
Octal 110 101 100

Shades and tints

Shades of #484140

#484140
(72,65,64)
#423C3B
(66,60,59)
#3C3736
(60,55,54)
#363231
(54,50,49)
#302D2C
(48,45,44)
#2A2827
(42,40,39)
#242322
(36,35,34)
#1E1E1D
(30,30,29)
#181918
(24,25,24)
#121413
(18,20,19)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #484140

#484140
(72,65,64)
#585251
(88,82,81)
#686362
(104,99,98)
#787473
(120,116,115)
#888584
(136,133,132)
#989695
(152,150,149)
#A8A7A6
(168,167,166)
#B8B8B7
(184,184,183)
#C8C9C8
(200,201,200)
#D8DAD9
(216,218,217)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484140; }

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

This text font color is #484140.

Background Color

.myBgColor { background-color: #484140; }

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

This div background color is #484140.

Border color

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

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

This div border color is #484140.

Opacity

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

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

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

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

This text has shadow with #484140 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #484140.

Preview

Color preview on black background

This text has color #484140 on black background.


Color preview on white background

This text has color #484140 on white background.


Black color preview on #484140 background

This text has black color on #484140 background.


White color preview on #484140 background

This text has white color on #484140 background.


Related colors

Complementary color

Complementary color for #hex is #B7BEBF.


I love getcolorcode.com

Triadic colors

1 #404841 and #414048 with #484140 are triadic colors.

2 #404148 and #414840 with #484140 are triadic colors.