COLOR #4C483D

HEX: #4C483D
RGB: (76,72,61)

Color info

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

RGB color model

#4C483D color RGB value is (76,72,61).

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

RGB channels and saturation

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

76
72
61

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

Portions of RGB colors in percentages

R + G + B =
76 + 72 + 61 = 209 (100%)
R 76 of 209 ~ 36.36%
G 72 of 209 ~ 34.45%
B 61 of 209 ~ 29.19%

%36.36
%34.45
%29.19

CMYK color model

#4C483D color CMYK value is (0,5,20,70).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 19.74%
  • key color value is 70.20%
CMYK:
(0,5,20,70)
C0M5Y20K70 
(0%,5%,20%,70%)
(0.00/0.05/0.20/0.70)	

CMYK percentages

%0
%5.26
%19.74
%70.2

Codes

Color #4C483D in popluar color models

4C483D
RGB767261
HSL44°10.95%26.86%
HSB/HSV44°19.74%29.80%
CMYK0.00%5.26%19.74%
70.20%

Color #4C483D in popluar number systems.

HEX4C483D
Decimal767261
Binary10011001001000111101
Octal11411075

Shades and tints

Shades of #4C483D

#4C483D
(76,72,61)
#464238
(70,66,56)
#403C33
(64,60,51)
#3A362E
(58,54,46)
#343029
(52,48,41)
#2E2A24
(46,42,36)
#28241F
(40,36,31)
#221E1A
(34,30,26)
#1C1815
(28,24,21)
#161210
(22,18,16)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #4C483D

#4C483D
(76,72,61)
#5C584E
(92,88,78)
#6C685F
(108,104,95)
#7C7870
(124,120,112)
#8C8881
(140,136,129)
#9C9892
(156,152,146)
#ACA8A3
(172,168,163)
#BCB8B4
(188,184,180)
#CCC8C5
(204,200,197)
#DCD8D6
(220,216,214)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C483D; }

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

This text font color is #4C483D.


Background Color

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

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

This div background color is #4C483D.


Border color

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

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

This div border color is #4C483D.


Opacity

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

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

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

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

This text has shadow with #4C483D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C483D on black background.


Color preview on white background

This text has color #4C483D on white background.



Black color preview on #4C483D background

This text has black color on #4C483D background.


White color preview on #4C483D background

This text has white color on #4C483D background.