COLOR #4D373D

HEX: #4D373D RGB: (77,55,61)

Color info

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

RGB color model

#4D373D color RGB value is (77,55,61).

RGB: (77,55,61) (30%, 22%, 24%)

RGB channels and saturation

R 77 of 255 = 30%
G 55 of 255 = 22%
B 61 of 255 = 24%

77
55
61

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

Portions of RGB colors in percentages

R + G + B = 77 + 55 + 61 = 193 (100%)
R 77 of 193 ~ 39.9%
G 55 of 193 ~ 28.5%
B 61 of 193 ~ 31.61'%

%39.9
%28.5
%31.61

CMYK color model

#4D373D color CMYK value is (0,29,21,70).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 20.78%
  • key color value is 69.80%

CMYK: (0,29,21,70)
C0M29Y21K70 (0%, 29%, 21%, 70%)
(0.00 / 0.29 / 0.21 / 0.70)

CMYK percentages

%0
%28.57
%20.78
%69.8

Codes

Color #4D373D in popluar color models

4D 37 3D
RGB 77 55 61
HSL 344° 16.67% 25.88%
HSB/HSV 344° 28.57% 30.20%
CMYK 0.00% 28.57% 20.78%
69.80%

Color #4D373D in popluar number systems.

HEX 4D 37 3D
Decimal 77 55 61
Binary 1001101 110111 111101
Octal 115 67 75

Shades and tints

Shades of #4D373D

#4D373D
(77,55,61)
#463238
(70,50,56)
#3F2D33
(63,45,51)
#38282E
(56,40,46)
#312329
(49,35,41)
#2A1E24
(42,30,36)
#23191F
(35,25,31)
#1C141A
(28,20,26)
#150F15
(21,15,21)
#0E0A10
(14,10,16)
#07050B
(7,5,11)
#000000
(0,0,0)

Tints of #4D373D

#4D373D
(77,55,61)
#5D494E
(93,73,78)
#6D5B5F
(109,91,95)
#7D6D70
(125,109,112)
#8D7F81
(141,127,129)
#9D9192
(157,145,146)
#ADA3A3
(173,163,163)
#BDB5B4
(189,181,180)
#CDC7C5
(205,199,197)
#DDD9D6
(221,217,214)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D373D color. Also use rgb(77,55,61) instead hex code.

Text Font Color

.myTextColor { color: #4D373D; }

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

This text font color is #4D373D.

Background Color

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

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

This div background color is #4D373D.

Border color

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

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

This div border color is #4D373D.

Opacity

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

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

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

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

This text has shadow with #4D373D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D373D.

Preview

Color preview on black background

This text has color #4D373D on black background.


Color preview on white background

This text has color #4D373D on white background.


Black color preview on #4D373D background

This text has black color on #4D373D background.


White color preview on #4D373D background

This text has white color on #4D373D background.


Related colors

Complementary color

Complementary color for #hex is #B2C8C2.


I love getcolorcode.com

Triadic colors

1 #3D4D37 and #373D4D with #4D373D are triadic colors.

2 #3D374D and #374D3D with #4D373D are triadic colors.