COLOR #4D270D

HEX: #4D270D
RGB: (77,39,13)

Color info

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

RGB color model

#4D270D color RGB value is (77,39,13).

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

RGB channels and saturation

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

77
39
13

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

Portions of RGB colors in percentages

R + G + B =
77 + 39 + 13 = 129 (100%)
R 77 of 129 ~ 59.69%
G 39 of 129 ~ 30.23%
B 13 of 129 ~ 10.08%

%59.69
%30.23
%10.08

CMYK color model

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

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

CMYK percentages

%0
%49.35
%83.12
%69.8

Codes

Color #4D270D in popluar color models

4D270D
RGB773913
HSL24°71.11%17.65%
HSB/HSV24°83.12%30.20%
CMYK0.00%49.35%83.12%
69.80%

Color #4D270D in popluar number systems.

HEX4D270D
Decimal773913
Binary10011011001111101
Octal1154715

Shades and tints

Shades of #4D270D

#4D270D
(77,39,13)
#46240C
(70,36,12)
#3F210B
(63,33,11)
#381E0A
(56,30,10)
#311B09
(49,27,9)
#2A1808
(42,24,8)
#231507
(35,21,7)
#1C1206
(28,18,6)
#150F05
(21,15,5)
#0E0C04
(14,12,4)
#070903
(7,9,3)
#000000
(0,0,0)

Tints of #4D270D

#4D270D
(77,39,13)
#5D3A23
(93,58,35)
#6D4D39
(109,77,57)
#7D604F
(125,96,79)
#8D7365
(141,115,101)
#9D867B
(157,134,123)
#AD9991
(173,153,145)
#BDACA7
(189,172,167)
#CDBFBD
(205,191,189)
#DDD2D3
(221,210,211)
#EDE5E9
(237,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D270D; }

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

This text font color is #4D270D.


Background Color

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

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

This div background color is #4D270D.


Border color

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

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

This div border color is #4D270D.


Opacity

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

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

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

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

This text has shadow with #4D270D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D270D on black background.


Color preview on white background

This text has color #4D270D on white background.



Black color preview on #4D270D background

This text has black color on #4D270D background.


White color preview on #4D270D background

This text has white color on #4D270D background.