COLOR #4C4234

HEX: #4C4234
RGB: (76,66,52)

Color info

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

RGB color model

#4C4234 color RGB value is (76,66,52).

  • red value is 76;
  • green value is 66;
  • blue value is 52.
RGB:
(76,66,52)
(30%,26%,20%)

RGB channels and saturation

R 76 of 255 = 30%
G 66 of 255 = 26%
B 52 of 255 = 20%

76
66
52

R + G + B ~ 25%. #4C4234 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 66 + 52 = 194 (100%)
R 76 of 194 ~ 39.18%
G 66 of 194 ~ 34.02%
B 52 of 194 ~ 26.8%

%39.18
%34.02
%26.8

CMYK color model

#4C4234 color CMYK value is (0,13,32,70).

  • cyan value is 0.00%
  • magenta value is 13.16%
  • yellow value is 31.58%
  • key color value is 70.20%
CMYK:
(0,13,32,70)
C0M13Y32K70 
(0%,13%,32%,70%)
(0.00/0.13/0.32/0.70)	

CMYK percentages

%0
%13.16
%31.58
%70.2

Codes

Color #4C4234 in popluar color models

4C4234
RGB766652
HSL35°18.75%25.10%
HSB/HSV35°31.58%29.80%
CMYK0.00%13.16%31.58%
70.20%

Color #4C4234 in popluar number systems.

HEX4C4234
Decimal766652
Binary10011001000010110100
Octal11410264

Shades and tints

Shades of #4C4234

#4C4234
(76,66,52)
#463C30
(70,60,48)
#40362C
(64,54,44)
#3A3028
(58,48,40)
#342A24
(52,42,36)
#2E2420
(46,36,32)
#281E1C
(40,30,28)
#221818
(34,24,24)
#1C1214
(28,18,20)
#160C10
(22,12,16)
#10060C
(16,6,12)
#000000
(0,0,0)

Tints of #4C4234

#4C4234
(76,66,52)
#5C5346
(92,83,70)
#6C6458
(108,100,88)
#7C756A
(124,117,106)
#8C867C
(140,134,124)
#9C978E
(156,151,142)
#ACA8A0
(172,168,160)
#BCB9B2
(188,185,178)
#CCCAC4
(204,202,196)
#DCDBD6
(220,219,214)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4234 color. Also use rgb(76,66,52) instead hex code.

Text Font Color

.myTextColor { color: #4C4234; }

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

This text font color is #4C4234.


Background Color

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

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

This div background color is #4C4234.


Border color

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

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

This div border color is #4C4234.


Opacity

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

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

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

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

This text has shadow with #4C4234 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4234 on black background.


Color preview on white background

This text has color #4C4234 on white background.



Black color preview on #4C4234 background

This text has black color on #4C4234 background.


White color preview on #4C4234 background

This text has white color on #4C4234 background.