COLOR #4D350A

HEX: #4D350A
RGB: (77,53,10)

Color info

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

RGB color model

#4D350A color RGB value is (77,53,10).

  • red value is 77;
  • green value is 53;
  • blue value is 10.
RGB:
(77,53,10)
(30%,21%,4%)

RGB channels and saturation

R 77 of 255 = 30%
G 53 of 255 = 21%
B 10 of 255 = 4%

77
53
10

R + G + B ~ 18%. #4D350A is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 53 + 10 = 140 (100%)
R 77 of 140 ~ 55%
G 53 of 140 ~ 37.86%
B 10 of 140 ~ 7.14%

%55
%37.86

CMYK color model

#4D350A color CMYK value is (0,31,87,70).

  • cyan value is 0.00%
  • magenta value is 31.17%
  • yellow value is 87.01%
  • key color value is 69.80%
CMYK:
(0,31,87,70)
C0M31Y87K70 
(0%,31%,87%,70%)
(0.00/0.31/0.87/0.70)	

CMYK percentages

%0
%31.17
%87.01
%69.8

Codes

Color #4D350A in popluar color models

4D350A
RGB775310
HSL39°77.01%17.06%
HSB/HSV39°87.01%30.20%
CMYK0.00%31.17%87.01%
69.80%

Color #4D350A in popluar number systems.

HEX4D350A
Decimal775310
Binary10011011101011010
Octal1156512

Shades and tints

Shades of #4D350A

#4D350A
(77,53,10)
#46310A
(70,49,10)
#3F2D0A
(63,45,10)
#38290A
(56,41,10)
#31250A
(49,37,10)
#2A210A
(42,33,10)
#231D0A
(35,29,10)
#1C190A
(28,25,10)
#15150A
(21,21,10)
#0E110A
(14,17,10)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #4D350A

#4D350A
(77,53,10)
#5D4720
(93,71,32)
#6D5936
(109,89,54)
#7D6B4C
(125,107,76)
#8D7D62
(141,125,98)
#9D8F78
(157,143,120)
#ADA18E
(173,161,142)
#BDB3A4
(189,179,164)
#CDC5BA
(205,197,186)
#DDD7D0
(221,215,208)
#EDE9E6
(237,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D350A color. Also use rgb(77,53,10) instead hex code.

Text Font Color

.myTextColor { color: #4D350A; }

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

This text font color is #4D350A.


Background Color

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

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

This div background color is #4D350A.


Border color

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

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

This div border color is #4D350A.


Opacity

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

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

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

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

This text has shadow with #4D350A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D350A on black background.


Color preview on white background

This text has color #4D350A on white background.



Black color preview on #4D350A background

This text has black color on #4D350A background.


White color preview on #4D350A background

This text has white color on #4D350A background.