COLOR #484A3C

HEX: #484A3C
RGB: (72,74,60)

Color info

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

RGB color model

#484A3C color RGB value is (72,74,60).

  • red value is 72;
  • green value is 74;
  • blue value is 60.
RGB:
(72,74,60)
(28%,29%,24%)

RGB channels and saturation

R 72 of 255 = 28%
G 74 of 255 = 29%
B 60 of 255 = 24%

72
74
60

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

Portions of RGB colors in percentages

R + G + B =
72 + 74 + 60 = 206 (100%)
R 72 of 206 ~ 34.95%
G 74 of 206 ~ 35.92%
B 60 of 206 ~ 29.13%

%34.95
%35.92
%29.13

CMYK color model

#484A3C color CMYK value is (3,0,19,71).

  • cyan value is 2.70%
  • magenta value is 0.00%
  • yellow value is 18.92%
  • key color value is 70.98%
CMYK:
(3,0,19,71)
C3M0Y19K71 
(3%,0%,19%,71%)
(0.03/0.00/0.19/0.71)	

CMYK percentages

%2.7
%0
%18.92
%70.98

Codes

Color #484A3C in popluar color models

484A3C
RGB727460
HSL69°10.45%26.27%
HSB/HSV69°18.92%29.02%
CMYK2.70%0.00%18.92%
70.98%

Color #484A3C in popluar number systems.

HEX484A3C
Decimal727460
Binary10010001001010111100
Octal11011274

Shades and tints

Shades of #484A3C

#484A3C
(72,74,60)
#424437
(66,68,55)
#3C3E32
(60,62,50)
#36382D
(54,56,45)
#303228
(48,50,40)
#2A2C23
(42,44,35)
#24261E
(36,38,30)
#1E2019
(30,32,25)
#181A14
(24,26,20)
#12140F
(18,20,15)
#0C0E0A
(12,14,10)
#000000
(0,0,0)

Tints of #484A3C

#484A3C
(72,74,60)
#585A4D
(88,90,77)
#686A5E
(104,106,94)
#787A6F
(120,122,111)
#888A80
(136,138,128)
#989A91
(152,154,145)
#A8AAA2
(168,170,162)
#B8BAB3
(184,186,179)
#C8CAC4
(200,202,196)
#D8DAD5
(216,218,213)
#E8EAE6
(232,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484A3C color. Also use rgb(72,74,60) instead hex code.

Text Font Color

.myTextColor { color: #484A3C; }

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

This text font color is #484A3C.


Background Color

.myBgColor { background-color: #484A3C; }

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

This div background color is #484A3C.


Border color

.myBorderColor { border: 1px solid #484A3C; }

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

This div border color is #484A3C.


Opacity

.myOpacity80 { color: #484A3C; opacity: 0.8; }

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

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

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

This text has shadow with #484A3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484A3C on black background.


Color preview on white background

This text has color #484A3C on white background.



Black color preview on #484A3C background

This text has black color on #484A3C background.


White color preview on #484A3C background

This text has white color on #484A3C background.