COLOR #4C3635

HEX: #4C3635 RGB: (76,54,53)

Color info

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

RGB color model

#4C3635 color RGB value is (76,54,53).

RGB: (76,54,53) (30%, 21%, 21%)

RGB channels and saturation

R 76 of 255 = 30%
G 54 of 255 = 21%
B 53 of 255 = 21%

76
54
53

R + G + B ~ 24%. #4C3635 is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 54 + 53 = 183 (100%)
R 76 of 183 ~ 41.53%
G 54 of 183 ~ 29.51%
B 53 of 183 ~ 28.96'%

%41.53
%29.51
%28.96

CMYK color model

#4C3635 color CMYK value is (0,29,30,70).

  • cyan value is 0.00%
  • magenta value is 28.95%
  • yellow value is 30.26%
  • key color value is 70.20%

CMYK: (0,29,30,70)
C0M29Y30K70 (0%, 29%, 30%, 70%)
(0.00 / 0.29 / 0.30 / 0.70)

CMYK percentages

%0
%28.95
%30.26
%70.2

Codes

Color #4C3635 in popluar color models

4C 36 35
RGB 76 54 53
HSL 17.83% 25.29%
HSB/HSV 30.26% 29.80%
CMYK 0.00% 28.95% 30.26%
70.20%

Color #4C3635 in popluar number systems.

HEX 4C 36 35
Decimal 76 54 53
Binary 1001100 110110 110101
Octal 114 66 65

Shades and tints

Shades of #4C3635

#4C3635
(76,54,53)
#463231
(70,50,49)
#402E2D
(64,46,45)
#3A2A29
(58,42,41)
#342625
(52,38,37)
#2E2221
(46,34,33)
#281E1D
(40,30,29)
#221A19
(34,26,25)
#1C1615
(28,22,21)
#161211
(22,18,17)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #4C3635

#4C3635
(76,54,53)
#5C4847
(92,72,71)
#6C5A59
(108,90,89)
#7C6C6B
(124,108,107)
#8C7E7D
(140,126,125)
#9C908F
(156,144,143)
#ACA2A1
(172,162,161)
#BCB4B3
(188,180,179)
#CCC6C5
(204,198,197)
#DCD8D7
(220,216,215)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3635 color. Also use rgb(76,54,53) instead hex code.

Text Font Color

.myTextColor { color: #4C3635; }

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

This text font color is #4C3635.

Background Color

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

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

This div background color is #4C3635.

Border color

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

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

This div border color is #4C3635.

Opacity

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

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

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

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

This text has shadow with #4C3635 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C3635.

Preview

Color preview on black background

This text has color #4C3635 on black background.


Color preview on white background

This text has color #4C3635 on white background.


Black color preview on #4C3635 background

This text has black color on #4C3635 background.


White color preview on #4C3635 background

This text has white color on #4C3635 background.


Related colors

Complementary color

Complementary color for #hex is #B3C9CA.


I love getcolorcode.com

Triadic colors

1 #354C36 and #36354C with #4C3635 are triadic colors.

2 #35364C and #364C35 with #4C3635 are triadic colors.