COLOR #4C431B

HEX: #4C431B
RGB: (76,67,27)

Color info

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

RGB color model

#4C431B color RGB value is (76,67,27).

  • red value is 76;
  • green value is 67;
  • blue value is 27.
RGB:
(76,67,27)
(30%,26%,11%)

RGB channels and saturation

R 76 of 255 = 30%
G 67 of 255 = 26%
B 27 of 255 = 11%

76
67
27

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

Portions of RGB colors in percentages

R + G + B =
76 + 67 + 27 = 170 (100%)
R 76 of 170 ~ 44.71%
G 67 of 170 ~ 39.41%
B 27 of 170 ~ 15.88%

%44.71
%39.41
%15.88

CMYK color model

#4C431B color CMYK value is (0,12,64,70).

  • cyan value is 0.00%
  • magenta value is 11.84%
  • yellow value is 64.47%
  • key color value is 70.20%
CMYK:
(0,12,64,70)
C0M12Y64K70 
(0%,12%,64%,70%)
(0.00/0.12/0.64/0.70)	

CMYK percentages

%0
%11.84
%64.47
%70.2

Codes

Color #4C431B in popluar color models

4C431B
RGB766727
HSL49°47.57%20.20%
HSB/HSV49°64.47%29.80%
CMYK0.00%11.84%64.47%
70.20%

Color #4C431B in popluar number systems.

HEX4C431B
Decimal766727
Binary1001100100001111011
Octal11410333

Shades and tints

Shades of #4C431B

#4C431B
(76,67,27)
#463D19
(70,61,25)
#403717
(64,55,23)
#3A3115
(58,49,21)
#342B13
(52,43,19)
#2E2511
(46,37,17)
#281F0F
(40,31,15)
#22190D
(34,25,13)
#1C130B
(28,19,11)
#160D09
(22,13,9)
#100707
(16,7,7)
#000000
(0,0,0)

Tints of #4C431B

#4C431B
(76,67,27)
#5C542F
(92,84,47)
#6C6543
(108,101,67)
#7C7657
(124,118,87)
#8C876B
(140,135,107)
#9C987F
(156,152,127)
#ACA993
(172,169,147)
#BCBAA7
(188,186,167)
#CCCBBB
(204,203,187)
#DCDCCF
(220,220,207)
#ECEDE3
(236,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C431B color. Also use rgb(76,67,27) instead hex code.

Text Font Color

.myTextColor { color: #4C431B; }

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

This text font color is #4C431B.


Background Color

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

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

This div background color is #4C431B.


Border color

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

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

This div border color is #4C431B.


Opacity

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

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

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

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

This text has shadow with #4C431B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C431B on black background.


Color preview on white background

This text has color #4C431B on white background.



Black color preview on #4C431B background

This text has black color on #4C431B background.


White color preview on #4C431B background

This text has white color on #4C431B background.