COLOR #484340

HEX: #484340
RGB: (72,67,64)

Color info

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

RGB color model

#484340 color RGB value is (72,67,64).

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

RGB channels and saturation

R 72 of 255 = 28%
G 67 of 255 = 26%
B 64 of 255 = 25%

72
67
64

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

Portions of RGB colors in percentages

R + G + B =
72 + 67 + 64 = 203 (100%)
R 72 of 203 ~ 35.47%
G 67 of 203 ~ 33%
B 64 of 203 ~ 31.53%

%35.47
%33
%31.53

CMYK color model

#484340 color CMYK value is (0,7,11,72).

  • cyan value is 0.00%
  • magenta value is 6.94%
  • yellow value is 11.11%
  • key color value is 71.76%
CMYK:
(0,7,11,72)
C0M7Y11K72 
(0%,7%,11%,72%)
(0.00/0.07/0.11/0.72)	

CMYK percentages

%0
%6.94
%11.11
%71.76

Codes

Color #484340 in popluar color models

484340
RGB726764
HSL23°5.88%26.67%
HSB/HSV23°11.11%28.24%
CMYK0.00%6.94%11.11%
71.76%

Color #484340 in popluar number systems.

HEX484340
Decimal726764
Binary100100010000111000000
Octal110103100

Shades and tints

Shades of #484340

#484340
(72,67,64)
#423D3B
(66,61,59)
#3C3736
(60,55,54)
#363131
(54,49,49)
#302B2C
(48,43,44)
#2A2527
(42,37,39)
#241F22
(36,31,34)
#1E191D
(30,25,29)
#181318
(24,19,24)
#120D13
(18,13,19)
#0C070E
(12,7,14)
#000000
(0,0,0)

Tints of #484340

#484340
(72,67,64)
#585451
(88,84,81)
#686562
(104,101,98)
#787673
(120,118,115)
#888784
(136,135,132)
#989895
(152,152,149)
#A8A9A6
(168,169,166)
#B8BAB7
(184,186,183)
#C8CBC8
(200,203,200)
#D8DCD9
(216,220,217)
#E8EDEA
(232,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484340; }

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

This text font color is #484340.


Background Color

.myBgColor { background-color: #484340; }

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

This div background color is #484340.


Border color

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

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

This div border color is #484340.


Opacity

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

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

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

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

This text has shadow with #484340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484340 on black background.


Color preview on white background

This text has color #484340 on white background.



Black color preview on #484340 background

This text has black color on #484340 background.


White color preview on #484340 background

This text has white color on #484340 background.