COLOR #4D350C

HEX: #4D350C
RGB: (77,53,12)

Color info

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

RGB color model

#4D350C color RGB value is (77,53,12).

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

RGB channels and saturation

R 77 of 255 = 30%
G 53 of 255 = 21%
B 12 of 255 = 5%

77
53
12

R + G + B ~ 19%. #4D350C is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 53 + 12 = 142 (100%)
R 77 of 142 ~ 54.23%
G 53 of 142 ~ 37.32%
B 12 of 142 ~ 8.45%

%54.23
%37.32

CMYK color model

#4D350C color CMYK value is (0,31,84,70).

  • cyan value is 0.00%
  • magenta value is 31.17%
  • yellow value is 84.42%
  • key color value is 69.80%
CMYK:
(0,31,84,70)
C0M31Y84K70 
(0%,31%,84%,70%)
(0.00/0.31/0.84/0.70)	

CMYK percentages

%0
%31.17
%84.42
%69.8

Codes

Color #4D350C in popluar color models

4D350C
RGB775312
HSL38°73.03%17.45%
HSB/HSV38°84.42%30.20%
CMYK0.00%31.17%84.42%
69.80%

Color #4D350C in popluar number systems.

HEX4D350C
Decimal775312
Binary10011011101011100
Octal1156514

Shades and tints

Shades of #4D350C

#4D350C
(77,53,12)
#46310B
(70,49,11)
#3F2D0A
(63,45,10)
#382909
(56,41,9)
#312508
(49,37,8)
#2A2107
(42,33,7)
#231D06
(35,29,6)
#1C1905
(28,25,5)
#151504
(21,21,4)
#0E1103
(14,17,3)
#070D02
(7,13,2)
#000000
(0,0,0)

Tints of #4D350C

#4D350C
(77,53,12)
#5D4722
(93,71,34)
#6D5938
(109,89,56)
#7D6B4E
(125,107,78)
#8D7D64
(141,125,100)
#9D8F7A
(157,143,122)
#ADA190
(173,161,144)
#BDB3A6
(189,179,166)
#CDC5BC
(205,197,188)
#DDD7D2
(221,215,210)
#EDE9E8
(237,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D350C; }

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

This text font color is #4D350C.


Background Color

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

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

This div background color is #4D350C.


Border color

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

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

This div border color is #4D350C.


Opacity

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

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

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

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

This text has shadow with #4D350C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D350C on black background.


Color preview on white background

This text has color #4D350C on white background.



Black color preview on #4D350C background

This text has black color on #4D350C background.


White color preview on #4D350C background

This text has white color on #4D350C background.