COLOR #4C483A

HEX: #4C483A RGB: (76,72,58)

Color info

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

RGB color model

#4C483A color RGB value is (76,72,58).

RGB: (76,72,58) (30%, 28%, 23%)

RGB channels and saturation

R 76 of 255 = 30%
G 72 of 255 = 28%
B 58 of 255 = 23%

76
72
58

R + G + B ~ 27%. #4C483A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 72 + 58 = 206 (100%)
R 76 of 206 ~ 36.89%
G 72 of 206 ~ 34.95%
B 58 of 206 ~ 28.16'%

%36.89
%34.95
%28.16

CMYK color model

#4C483A color CMYK value is (0,5,24,70).

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

CMYK: (0,5,24,70)
C0M5Y24K70 (0%, 5%, 24%, 70%)
(0.00 / 0.05 / 0.24 / 0.70)

CMYK percentages

%0
%5.26
%23.68
%70.2

Codes

Color #4C483A in popluar color models

4C 48 3A
RGB 76 72 58
HSL 47° 13.43% 26.27%
HSB/HSV 47° 23.68% 29.80%
CMYK 0.00% 5.26% 23.68%
70.20%

Color #4C483A in popluar number systems.

HEX 4C 48 3A
Decimal 76 72 58
Binary 1001100 1001000 111010
Octal 114 110 72

Shades and tints

Shades of #4C483A

#4C483A
(76,72,58)
#464235
(70,66,53)
#403C30
(64,60,48)
#3A362B
(58,54,43)
#343026
(52,48,38)
#2E2A21
(46,42,33)
#28241C
(40,36,28)
#221E17
(34,30,23)
#1C1812
(28,24,18)
#16120D
(22,18,13)
#100C08
(16,12,8)
#000000
(0,0,0)

Tints of #4C483A

#4C483A
(76,72,58)
#5C584B
(92,88,75)
#6C685C
(108,104,92)
#7C786D
(124,120,109)
#8C887E
(140,136,126)
#9C988F
(156,152,143)
#ACA8A0
(172,168,160)
#BCB8B1
(188,184,177)
#CCC8C2
(204,200,194)
#DCD8D3
(220,216,211)
#ECE8E4
(236,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C483A color. Also use rgb(76,72,58) instead hex code.

Text Font Color

.myTextColor { color: #4C483A; }

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

This text font color is #4C483A.

Background Color

.myBgColor { background-color: #4C483A; }

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

This div background color is #4C483A.

Border color

.myBorderColor { border: 1px solid #4C483A; }

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

This div border color is #4C483A.

Opacity

.myOpacity80 { color: #4C483A; opacity: 0.8; }

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

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

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

This text has shadow with #4C483A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C483A.

Preview

Color preview on black background

This text has color #4C483A on black background.


Color preview on white background

This text has color #4C483A on white background.


Black color preview on #4C483A background

This text has black color on #4C483A background.


White color preview on #4C483A background

This text has white color on #4C483A background.


Related colors

Complementary color

Complementary color for #hex is #B3B7C5.


I love getcolorcode.com

Triadic colors

1 #3A4C48 and #483A4C with #4C483A are triadic colors.

2 #3A484C and #484C3A with #4C483A are triadic colors.