COLOR #4C3925

HEX: #4C3925
RGB: (76,57,37)

Color info

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

RGB color model

#4C3925 color RGB value is (76,57,37).

  • red value is 76;
  • green value is 57;
  • blue value is 37.
RGB:
(76,57,37)
(30%,22%,15%)

RGB channels and saturation

R 76 of 255 = 30%
G 57 of 255 = 22%
B 37 of 255 = 15%

76
57
37

R + G + B ~ 22%. #4C3925 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 57 + 37 = 170 (100%)
R 76 of 170 ~ 44.71%
G 57 of 170 ~ 33.53%
B 37 of 170 ~ 21.76%

%44.71
%33.53
%21.76

CMYK color model

#4C3925 color CMYK value is (0,25,51,70).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 51.32%
  • key color value is 70.20%
CMYK:
(0,25,51,70)
C0M25Y51K70 
(0%,25%,51%,70%)
(0.00/0.25/0.51/0.70)	

CMYK percentages

%0
%25
%51.32
%70.2

Codes

Color #4C3925 in popluar color models

4C3925
RGB765737
HSL31°34.51%22.16%
HSB/HSV31°51.32%29.80%
CMYK0.00%25.00%51.32%
70.20%

Color #4C3925 in popluar number systems.

HEX4C3925
Decimal765737
Binary1001100111001100101
Octal1147145

Shades and tints

Shades of #4C3925

#4C3925
(76,57,37)
#463422
(70,52,34)
#402F1F
(64,47,31)
#3A2A1C
(58,42,28)
#342519
(52,37,25)
#2E2016
(46,32,22)
#281B13
(40,27,19)
#221610
(34,22,16)
#1C110D
(28,17,13)
#160C0A
(22,12,10)
#100707
(16,7,7)
#000000
(0,0,0)

Tints of #4C3925

#4C3925
(76,57,37)
#5C4B38
(92,75,56)
#6C5D4B
(108,93,75)
#7C6F5E
(124,111,94)
#8C8171
(140,129,113)
#9C9384
(156,147,132)
#ACA597
(172,165,151)
#BCB7AA
(188,183,170)
#CCC9BD
(204,201,189)
#DCDBD0
(220,219,208)
#ECEDE3
(236,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3925 color. Also use rgb(76,57,37) instead hex code.

Text Font Color

.myTextColor { color: #4C3925; }

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

This text font color is #4C3925.


Background Color

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

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

This div background color is #4C3925.


Border color

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

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

This div border color is #4C3925.


Opacity

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

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

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

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

This text has shadow with #4C3925 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3925 on black background.


Color preview on white background

This text has color #4C3925 on white background.



Black color preview on #4C3925 background

This text has black color on #4C3925 background.


White color preview on #4C3925 background

This text has white color on #4C3925 background.