COLOR #484353

HEX: #484353
RGB: (72,67,83)

Color info

#484353 contains red, green and blue colors in about the same proportion. Web safe color of #484353 is #333366 (or #336).

RGB color model

#484353 color RGB value is (72,67,83).

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

RGB channels and saturation

R 72 of 255 = 28%
G 67 of 255 = 26%
B 83 of 255 = 33%

72
67
83

R + G + B ~ 29%. #484353 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 67 + 83 = 222 (100%)
R 72 of 222 ~ 32.43%
G 67 of 222 ~ 30.18%
B 83 of 222 ~ 37.39%

%32.43
%30.18
%37.39

CMYK color model

#484353 color CMYK value is (13,19,0,67).

  • cyan value is 13.25%
  • magenta value is 19.28%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(13,19,0,67)
C13M19Y0K67 
(13%,19%,0%,67%)
(0.13/0.19/0.00/0.67)	

CMYK percentages

%13.25
%19.28
%0
%67.45

Codes

Color #484353 in popluar color models

484353
RGB726783
HSL259°10.67%29.41%
HSB/HSV259°19.28%32.55%
CMYK13.25%19.28%0.00%
67.45%

Color #484353 in popluar number systems.

HEX484353
Decimal726783
Binary100100010000111010011
Octal110103123

Shades and tints

Shades of #484353

#484353
(72,67,83)
#423D4C
(66,61,76)
#3C3745
(60,55,69)
#36313E
(54,49,62)
#302B37
(48,43,55)
#2A2530
(42,37,48)
#241F29
(36,31,41)
#1E1922
(30,25,34)
#18131B
(24,19,27)
#120D14
(18,13,20)
#0C070D
(12,7,13)
#000000
(0,0,0)

Tints of #484353

#484353
(72,67,83)
#585462
(88,84,98)
#686571
(104,101,113)
#787680
(120,118,128)
#88878F
(136,135,143)
#98989E
(152,152,158)
#A8A9AD
(168,169,173)
#B8BABC
(184,186,188)
#C8CBCB
(200,203,203)
#D8DCDA
(216,220,218)
#E8EDE9
(232,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484353; }

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

This text font color is #484353.


Background Color

.myBgColor { background-color: #484353; }

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

This div background color is #484353.


Border color

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

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

This div border color is #484353.


Opacity

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

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

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

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

This text has shadow with #484353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484353 on black background.


Color preview on white background

This text has color #484353 on white background.



Black color preview on #484353 background

This text has black color on #484353 background.


White color preview on #484353 background

This text has white color on #484353 background.