COLOR #4D3046

HEX: #4D3046
RGB: (77,48,70)

Color info

#4D3046 contains red, green and blue colors in about the same proportion. Web safe color of #4D3046 is #333333 (or #333).

RGB color model

#4D3046 color RGB value is (77,48,70).

  • red value is 77;
  • green value is 48;
  • blue value is 70.
RGB:
(77,48,70)
(30%,19%,27%)

RGB channels and saturation

R 77 of 255 = 30%
G 48 of 255 = 19%
B 70 of 255 = 27%

77
48
70

R + G + B ~ 25%. #4D3046 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 48 + 70 = 195 (100%)
R 77 of 195 ~ 39.49%
G 48 of 195 ~ 24.62%
B 70 of 195 ~ 35.9%

%39.49
%24.62
%35.9

CMYK color model

#4D3046 color CMYK value is (0,38,9,70).

  • cyan value is 0.00%
  • magenta value is 37.66%
  • yellow value is 9.09%
  • key color value is 69.80%
CMYK:
(0,38,9,70)
C0M38Y9K70 
(0%,38%,9%,70%)
(0.00/0.38/0.09/0.70)	

CMYK percentages

%0
%37.66
%9.09
%69.8

Codes

Color #4D3046 in popluar color models

4D3046
RGB774870
HSL314°23.20%24.51%
HSB/HSV314°37.66%30.20%
CMYK0.00%37.66%9.09%
69.80%

Color #4D3046 in popluar number systems.

HEX4D3046
Decimal774870
Binary10011011100001000110
Octal11560106

Shades and tints

Shades of #4D3046

#4D3046
(77,48,70)
#462C40
(70,44,64)
#3F283A
(63,40,58)
#382434
(56,36,52)
#31202E
(49,32,46)
#2A1C28
(42,28,40)
#231822
(35,24,34)
#1C141C
(28,20,28)
#151016
(21,16,22)
#0E0C10
(14,12,16)
#07080A
(7,8,10)
#000000
(0,0,0)

Tints of #4D3046

#4D3046
(77,48,70)
#5D4256
(93,66,86)
#6D5466
(109,84,102)
#7D6676
(125,102,118)
#8D7886
(141,120,134)
#9D8A96
(157,138,150)
#AD9CA6
(173,156,166)
#BDAEB6
(189,174,182)
#CDC0C6
(205,192,198)
#DDD2D6
(221,210,214)
#EDE4E6
(237,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3046 color. Also use rgb(77,48,70) instead hex code.

Text Font Color

.myTextColor { color: #4D3046; }

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

This text font color is #4D3046.


Background Color

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

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

This div background color is #4D3046.


Border color

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

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

This div border color is #4D3046.


Opacity

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

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

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

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

This text has shadow with #4D3046 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3046 on black background.


Color preview on white background

This text has color #4D3046 on white background.



Black color preview on #4D3046 background

This text has black color on #4D3046 background.


White color preview on #4D3046 background

This text has white color on #4D3046 background.