COLOR #4D3339

HEX: #4D3339
RGB: (77,51,57)

Color info

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

RGB color model

#4D3339 color RGB value is (77,51,57).

  • red value is 77;
  • green value is 51;
  • blue value is 57.
RGB:
(77,51,57)
(30%,20%,22%)

RGB channels and saturation

R 77 of 255 = 30%
G 51 of 255 = 20%
B 57 of 255 = 22%

77
51
57

R + G + B ~ 24%. #4D3339 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 51 + 57 = 185 (100%)
R 77 of 185 ~ 41.62%
G 51 of 185 ~ 27.57%
B 57 of 185 ~ 30.81%

%41.62
%27.57
%30.81

CMYK color model

#4D3339 color CMYK value is (0,34,26,70).

  • cyan value is 0.00%
  • magenta value is 33.77%
  • yellow value is 25.97%
  • key color value is 69.80%
CMYK:
(0,34,26,70)
C0M34Y26K70 
(0%,34%,26%,70%)
(0.00/0.34/0.26/0.70)	

CMYK percentages

%0
%33.77
%25.97
%69.8

Codes

Color #4D3339 in popluar color models

4D3339
RGB775157
HSL346°20.31%25.10%
HSB/HSV346°33.77%30.20%
CMYK0.00%33.77%25.97%
69.80%

Color #4D3339 in popluar number systems.

HEX4D3339
Decimal775157
Binary1001101110011111001
Octal1156371

Shades and tints

Shades of #4D3339

#4D3339
(77,51,57)
#462F34
(70,47,52)
#3F2B2F
(63,43,47)
#38272A
(56,39,42)
#312325
(49,35,37)
#2A1F20
(42,31,32)
#231B1B
(35,27,27)
#1C1716
(28,23,22)
#151311
(21,19,17)
#0E0F0C
(14,15,12)
#070B07
(7,11,7)
#000000
(0,0,0)

Tints of #4D3339

#4D3339
(77,51,57)
#5D454B
(93,69,75)
#6D575D
(109,87,93)
#7D696F
(125,105,111)
#8D7B81
(141,123,129)
#9D8D93
(157,141,147)
#AD9FA5
(173,159,165)
#BDB1B7
(189,177,183)
#CDC3C9
(205,195,201)
#DDD5DB
(221,213,219)
#EDE7ED
(237,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3339 color. Also use rgb(77,51,57) instead hex code.

Text Font Color

.myTextColor { color: #4D3339; }

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

This text font color is #4D3339.


Background Color

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

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

This div background color is #4D3339.


Border color

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

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

This div border color is #4D3339.


Opacity

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

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

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

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

This text has shadow with #4D3339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3339 on black background.


Color preview on white background

This text has color #4D3339 on white background.



Black color preview on #4D3339 background

This text has black color on #4D3339 background.


White color preview on #4D3339 background

This text has white color on #4D3339 background.