COLOR #4C251E

HEX: #4C251E RGB: (76,37,30)

Color info

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

RGB color model

#4C251E color RGB value is (76,37,30).

RGB: (76,37,30) (30%, 15%, 12%)

RGB channels and saturation

R 76 of 255 = 30%
G 37 of 255 = 15%
B 30 of 255 = 12%

76
37
30

R + G + B ~ 19%. #4C251E is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 37 + 30 = 143 (100%)
R 76 of 143 ~ 53.15%
G 37 of 143 ~ 25.87%
B 30 of 143 ~ 20.98'%

%53.15
%25.87
%20.98

CMYK color model

#4C251E color CMYK value is (0,51,61,70).

  • cyan value is 0.00%
  • magenta value is 51.32%
  • yellow value is 60.53%
  • key color value is 70.20%

CMYK: (0,51,61,70)
C0M51Y61K70 (0%, 51%, 61%, 70%)
(0.00 / 0.51 / 0.61 / 0.70)

CMYK percentages

%0
%51.32
%60.53
%70.2

Codes

Color #4C251E in popluar color models

4C 25 1E
RGB 76 37 30
HSL 43.40% 20.78%
HSB/HSV 60.53% 29.80%
CMYK 0.00% 51.32% 60.53%
70.20%

Color #4C251E in popluar number systems.

HEX 4C 25 1E
Decimal 76 37 30
Binary 1001100 100101 11110
Octal 114 45 36

Shades and tints

Shades of #4C251E

#4C251E
(76,37,30)
#46221C
(70,34,28)
#401F1A
(64,31,26)
#3A1C18
(58,28,24)
#341916
(52,25,22)
#2E1614
(46,22,20)
#281312
(40,19,18)
#221010
(34,16,16)
#1C0D0E
(28,13,14)
#160A0C
(22,10,12)
#10070A
(16,7,10)
#000000
(0,0,0)

Tints of #4C251E

#4C251E
(76,37,30)
#5C3832
(92,56,50)
#6C4B46
(108,75,70)
#7C5E5A
(124,94,90)
#8C716E
(140,113,110)
#9C8482
(156,132,130)
#AC9796
(172,151,150)
#BCAAAA
(188,170,170)
#CCBDBE
(204,189,190)
#DCD0D2
(220,208,210)
#ECE3E6
(236,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C251E; }

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

This text font color is #4C251E.

Background Color

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

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

This div background color is #4C251E.

Border color

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

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

This div border color is #4C251E.

Opacity

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

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

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

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

This text has shadow with #4C251E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C251E.

Preview

Color preview on black background

This text has color #4C251E on black background.


Color preview on white background

This text has color #4C251E on white background.


Black color preview on #4C251E background

This text has black color on #4C251E background.


White color preview on #4C251E background

This text has white color on #4C251E background.


Related colors

Complementary color

Complementary color for #hex is #B3DAE1.


I love getcolorcode.com

Triadic colors

1 #1E4C25 and #251E4C with #4C251E are triadic colors.

2 #1E254C and #254C1E with #4C251E are triadic colors.