COLOR #4D250C

HEX: #4D250C
RGB: (77,37,12)

Color info

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

RGB color model

#4D250C color RGB value is (77,37,12).

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

RGB channels and saturation

R 77 of 255 = 30%
G 37 of 255 = 15%
B 12 of 255 = 5%

77
37
12

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

Portions of RGB colors in percentages

R + G + B =
77 + 37 + 12 = 126 (100%)
R 77 of 126 ~ 61.11%
G 37 of 126 ~ 29.37%
B 12 of 126 ~ 9.52%

%61.11
%29.37
%9.52

CMYK color model

#4D250C color CMYK value is (0,52,84,70).

  • cyan value is 0.00%
  • magenta value is 51.95%
  • yellow value is 84.42%
  • key color value is 69.80%
CMYK:
(0,52,84,70)
C0M52Y84K70 
(0%,52%,84%,70%)
(0.00/0.52/0.84/0.70)	

CMYK percentages

%0
%51.95
%84.42
%69.8

Codes

Color #4D250C in popluar color models

4D250C
RGB773712
HSL23°73.03%17.45%
HSB/HSV23°84.42%30.20%
CMYK0.00%51.95%84.42%
69.80%

Color #4D250C in popluar number systems.

HEX4D250C
Decimal773712
Binary10011011001011100
Octal1154514

Shades and tints

Shades of #4D250C

#4D250C
(77,37,12)
#46220B
(70,34,11)
#3F1F0A
(63,31,10)
#381C09
(56,28,9)
#311908
(49,25,8)
#2A1607
(42,22,7)
#231306
(35,19,6)
#1C1005
(28,16,5)
#150D04
(21,13,4)
#0E0A03
(14,10,3)
#070702
(7,7,2)
#000000
(0,0,0)

Tints of #4D250C

#4D250C
(77,37,12)
#5D3822
(93,56,34)
#6D4B38
(109,75,56)
#7D5E4E
(125,94,78)
#8D7164
(141,113,100)
#9D847A
(157,132,122)
#AD9790
(173,151,144)
#BDAAA6
(189,170,166)
#CDBDBC
(205,189,188)
#DDD0D2
(221,208,210)
#EDE3E8
(237,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D250C color. Also use rgb(77,37,12) instead hex code.

Text Font Color

.myTextColor { color: #4D250C; }

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

This text font color is #4D250C.


Background Color

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

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

This div background color is #4D250C.


Border color

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

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

This div border color is #4D250C.


Opacity

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

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

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

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

This text has shadow with #4D250C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D250C on black background.


Color preview on white background

This text has color #4D250C on white background.



Black color preview on #4D250C background

This text has black color on #4D250C background.


White color preview on #4D250C background

This text has white color on #4D250C background.