COLOR #484C3C

HEX: #484C3C
RGB: (72,76,60)

Color info

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

RGB color model

#484C3C color RGB value is (72,76,60).

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

RGB channels and saturation

R 72 of 255 = 28%
G 76 of 255 = 30%
B 60 of 255 = 24%

72
76
60

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

Portions of RGB colors in percentages

R + G + B =
72 + 76 + 60 = 208 (100%)
R 72 of 208 ~ 34.62%
G 76 of 208 ~ 36.54%
B 60 of 208 ~ 28.85%

%34.62
%36.54
%28.85

CMYK color model

#484C3C color CMYK value is (5,0,21,70).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 70.20%
CMYK:
(5,0,21,70)
C5M0Y21K70 
(5%,0%,21%,70%)
(0.05/0.00/0.21/0.70)	

CMYK percentages

%5.26
%0
%21.05
%70.2

Codes

Color #484C3C in popluar color models

484C3C
RGB727660
HSL75°11.76%26.67%
HSB/HSV75°21.05%29.80%
CMYK5.26%0.00%21.05%
70.20%

Color #484C3C in popluar number systems.

HEX484C3C
Decimal727660
Binary10010001001100111100
Octal11011474

Shades and tints

Shades of #484C3C

#484C3C
(72,76,60)
#424637
(66,70,55)
#3C4032
(60,64,50)
#363A2D
(54,58,45)
#303428
(48,52,40)
#2A2E23
(42,46,35)
#24281E
(36,40,30)
#1E2219
(30,34,25)
#181C14
(24,28,20)
#12160F
(18,22,15)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #484C3C

#484C3C
(72,76,60)
#585C4D
(88,92,77)
#686C5E
(104,108,94)
#787C6F
(120,124,111)
#888C80
(136,140,128)
#989C91
(152,156,145)
#A8ACA2
(168,172,162)
#B8BCB3
(184,188,179)
#C8CCC4
(200,204,196)
#D8DCD5
(216,220,213)
#E8ECE6
(232,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484C3C; }

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

This text font color is #484C3C.


Background Color

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

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

This div background color is #484C3C.


Border color

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

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

This div border color is #484C3C.


Opacity

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

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

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

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

This text has shadow with #484C3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484C3C on black background.


Color preview on white background

This text has color #484C3C on white background.



Black color preview on #484C3C background

This text has black color on #484C3C background.


White color preview on #484C3C background

This text has white color on #484C3C background.