COLOR #4C361D

HEX: #4C361D RGB: (76,54,29)

Color info

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

RGB color model

#4C361D color RGB value is (76,54,29).

RGB: (76,54,29) (30%, 21%, 11%)

RGB channels and saturation

R 76 of 255 = 30%
G 54 of 255 = 21%
B 29 of 255 = 11%

76
54
29

R + G + B ~ 21%. #4C361D is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 54 + 29 = 159 (100%)
R 76 of 159 ~ 47.8%
G 54 of 159 ~ 33.96%
B 29 of 159 ~ 18.24'%

%47.8
%33.96
%18.24

CMYK color model

#4C361D color CMYK value is (0,29,62,70).

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

CMYK: (0,29,62,70)
C0M29Y62K70 (0%, 29%, 62%, 70%)
(0.00 / 0.29 / 0.62 / 0.70)

CMYK percentages

%0
%28.95
%61.84
%70.2

Codes

Color #4C361D in popluar color models

4C 36 1D
RGB 76 54 29
HSL 32° 44.76% 20.59%
HSB/HSV 32° 61.84% 29.80%
CMYK 0.00% 28.95% 61.84%
70.20%

Color #4C361D in popluar number systems.

HEX 4C 36 1D
Decimal 76 54 29
Binary 1001100 110110 11101
Octal 114 66 35

Shades and tints

Shades of #4C361D

#4C361D
(76,54,29)
#46321B
(70,50,27)
#402E19
(64,46,25)
#3A2A17
(58,42,23)
#342615
(52,38,21)
#2E2213
(46,34,19)
#281E11
(40,30,17)
#221A0F
(34,26,15)
#1C160D
(28,22,13)
#16120B
(22,18,11)
#100E09
(16,14,9)
#000000
(0,0,0)

Tints of #4C361D

#4C361D
(76,54,29)
#5C4831
(92,72,49)
#6C5A45
(108,90,69)
#7C6C59
(124,108,89)
#8C7E6D
(140,126,109)
#9C9081
(156,144,129)
#ACA295
(172,162,149)
#BCB4A9
(188,180,169)
#CCC6BD
(204,198,189)
#DCD8D1
(220,216,209)
#ECEAE5
(236,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C361D; }

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

This text font color is #4C361D.

Background Color

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

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

This div background color is #4C361D.

Border color

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

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

This div border color is #4C361D.

Opacity

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

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

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

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

This text has shadow with #4C361D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C361D.

Preview

Color preview on black background

This text has color #4C361D on black background.


Color preview on white background

This text has color #4C361D on white background.


Black color preview on #4C361D background

This text has black color on #4C361D background.


White color preview on #4C361D background

This text has white color on #4C361D background.


Related colors

Complementary color

Complementary color for #hex is #B3C9E2.


I love getcolorcode.com

Triadic colors

1 #1D4C36 and #361D4C with #4C361D are triadic colors.

2 #1D364C and #364C1D with #4C361D are triadic colors.