COLOR #4C270D

HEX: #4C270D
RGB: (76,39,13)

Color info

#4C270D contains mainly red and green colors. Web safe color of #4C270D is #333300 (or #330).

RGB color model

#4C270D color RGB value is (76,39,13).

  • red value is 76;
  • green value is 39;
  • blue value is 13.
RGB:
(76,39,13)
(30%,15%,5%)

RGB channels and saturation

R 76 of 255 = 30%
G 39 of 255 = 15%
B 13 of 255 = 5%

76
39
13

R + G + B ~ 17%. #4C270D is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 39 + 13 = 128 (100%)
R 76 of 128 ~ 59.38%
G 39 of 128 ~ 30.47%
B 13 of 128 ~ 10.16%

%59.38
%30.47
%10.16

CMYK color model

#4C270D color CMYK value is (0,49,83,70).

  • cyan value is 0.00%
  • magenta value is 48.68%
  • yellow value is 82.89%
  • key color value is 70.20%
CMYK:
(0,49,83,70)
C0M49Y83K70 
(0%,49%,83%,70%)
(0.00/0.49/0.83/0.70)	

CMYK percentages

%0
%48.68
%82.89
%70.2

Codes

Color #4C270D in popluar color models

4C270D
RGB763913
HSL25°70.79%17.45%
HSB/HSV25°82.89%29.80%
CMYK0.00%48.68%82.89%
70.20%

Color #4C270D in popluar number systems.

HEX4C270D
Decimal763913
Binary10011001001111101
Octal1144715

Shades and tints

Shades of #4C270D

#4C270D
(76,39,13)
#46240C
(70,36,12)
#40210B
(64,33,11)
#3A1E0A
(58,30,10)
#341B09
(52,27,9)
#2E1808
(46,24,8)
#281507
(40,21,7)
#221206
(34,18,6)
#1C0F05
(28,15,5)
#160C04
(22,12,4)
#100903
(16,9,3)
#000000
(0,0,0)

Tints of #4C270D

#4C270D
(76,39,13)
#5C3A23
(92,58,35)
#6C4D39
(108,77,57)
#7C604F
(124,96,79)
#8C7365
(140,115,101)
#9C867B
(156,134,123)
#AC9991
(172,153,145)
#BCACA7
(188,172,167)
#CCBFBD
(204,191,189)
#DCD2D3
(220,210,211)
#ECE5E9
(236,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C270D color. Also use rgb(76,39,13) instead hex code.

Text Font Color

.myTextColor { color: #4C270D; }

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

This text font color is #4C270D.


Background Color

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

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

This div background color is #4C270D.


Border color

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

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

This div border color is #4C270D.


Opacity

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

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

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

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

This text has shadow with #4C270D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C270D on black background.


Color preview on white background

This text has color #4C270D on white background.



Black color preview on #4C270D background

This text has black color on #4C270D background.


White color preview on #4C270D background

This text has white color on #4C270D background.