COLOR #4D1913

HEX: #4D1913
RGB: (77,25,19)

Color info

#4D1913 contains red, green and blue colors in about the same proportion. Web safe color of #4D1913 is #330000 (or #300).

RGB color model

#4D1913 color RGB value is (77,25,19).

  • red value is 77;
  • green value is 25;
  • blue value is 19.
RGB:
(77,25,19)
(30%,10%,7%)

RGB channels and saturation

R 77 of 255 = 30%
G 25 of 255 = 10%
B 19 of 255 = 7%

77
25
19

R + G + B ~ 16%. #4D1913 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 25 + 19 = 121 (100%)
R 77 of 121 ~ 63.64%
G 25 of 121 ~ 20.66%
B 19 of 121 ~ 15.7%

%63.64
%20.66
%15.7

CMYK color model

#4D1913 color CMYK value is (0,68,75,70).

  • cyan value is 0.00%
  • magenta value is 67.53%
  • yellow value is 75.32%
  • key color value is 69.80%
CMYK:
(0,68,75,70)
C0M68Y75K70 
(0%,68%,75%,70%)
(0.00/0.68/0.75/0.70)	

CMYK percentages

%0
%67.53
%75.32
%69.8

Codes

Color #4D1913 in popluar color models

4D1913
RGB772519
HSL60.42%18.82%
HSB/HSV75.32%30.20%
CMYK0.00%67.53%75.32%
69.80%

Color #4D1913 in popluar number systems.

HEX4D1913
Decimal772519
Binary10011011100110011
Octal1153123

Shades and tints

Shades of #4D1913

#4D1913
(77,25,19)
#461712
(70,23,18)
#3F1511
(63,21,17)
#381310
(56,19,16)
#31110F
(49,17,15)
#2A0F0E
(42,15,14)
#230D0D
(35,13,13)
#1C0B0C
(28,11,12)
#15090B
(21,9,11)
#0E070A
(14,7,10)
#070509
(7,5,9)
#000000
(0,0,0)

Tints of #4D1913

#4D1913
(77,25,19)
#5D2D28
(93,45,40)
#6D413D
(109,65,61)
#7D5552
(125,85,82)
#8D6967
(141,105,103)
#9D7D7C
(157,125,124)
#AD9191
(173,145,145)
#BDA5A6
(189,165,166)
#CDB9BB
(205,185,187)
#DDCDD0
(221,205,208)
#EDE1E5
(237,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D1913 color. Also use rgb(77,25,19) instead hex code.

Text Font Color

.myTextColor { color: #4D1913; }

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

This text font color is #4D1913.


Background Color

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

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

This div background color is #4D1913.


Border color

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

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

This div border color is #4D1913.


Opacity

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

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

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

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

This text has shadow with #4D1913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1913 on black background.


Color preview on white background

This text has color #4D1913 on white background.



Black color preview on #4D1913 background

This text has black color on #4D1913 background.


White color preview on #4D1913 background

This text has white color on #4D1913 background.