COLOR #484C2C

HEX: #484C2C RGB: (72,76,44)

Color info

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

RGB color model

#484C2C color RGB value is (72,76,44).

RGB: (72,76,44) (28%, 30%, 17%)

RGB channels and saturation

R 72 of 255 = 28%
G 76 of 255 = 30%
B 44 of 255 = 17%

72
76
44

R + G + B ~ 25%. #484C2C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 76 + 44 = 192 (100%)
R 72 of 192 ~ 37.5%
G 76 of 192 ~ 39.58%
B 44 of 192 ~ 22.92'%

%37.5
%39.58
%22.92

CMYK color model

#484C2C color CMYK value is (5,0,42,70).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 42.11%
  • key color value is 70.20%

CMYK: (5,0,42,70)
C5M0Y42K70 (5%, 0%, 42%, 70%)
(0.05 / 0.00 / 0.42 / 0.70)

CMYK percentages

%5.26
%0
%42.11
%70.2

Codes

Color #484C2C in popluar color models

48 4C 2C
RGB 72 76 44
HSL 68° 26.67% 23.53%
HSB/HSV 68° 42.11% 29.80%
CMYK 5.26% 0.00% 42.11%
70.20%

Color #484C2C in popluar number systems.

HEX 48 4C 2C
Decimal 72 76 44
Binary 1001000 1001100 101100
Octal 110 114 54

Shades and tints

Shades of #484C2C

#484C2C
(72,76,44)
#424628
(66,70,40)
#3C4024
(60,64,36)
#363A20
(54,58,32)
#30341C
(48,52,28)
#2A2E18
(42,46,24)
#242814
(36,40,20)
#1E2210
(30,34,16)
#181C0C
(24,28,12)
#121608
(18,22,8)
#0C1004
(12,16,4)
#000000
(0,0,0)

Tints of #484C2C

#484C2C
(72,76,44)
#585C3F
(88,92,63)
#686C52
(104,108,82)
#787C65
(120,124,101)
#888C78
(136,140,120)
#989C8B
(152,156,139)
#A8AC9E
(168,172,158)
#B8BCB1
(184,188,177)
#C8CCC4
(200,204,196)
#D8DCD7
(216,220,215)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484C2C; }

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

This text font color is #484C2C.

Background Color

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

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

This div background color is #484C2C.

Border color

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

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

This div border color is #484C2C.

Opacity

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

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

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

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

This text has shadow with #484C2C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #484C2C.

Preview

Color preview on black background

This text has color #484C2C on black background.


Color preview on white background

This text has color #484C2C on white background.


Black color preview on #484C2C background

This text has black color on #484C2C background.


White color preview on #484C2C background

This text has white color on #484C2C background.


Related colors

Complementary color

Complementary color for #hex is #B7B3D3.


I love getcolorcode.com

Triadic colors

1 #2C484C and #4C2C48 with #484C2C are triadic colors.

2 #2C4C48 and #4C482C with #484C2C are triadic colors.