COLOR #4D433F

HEX: #4D433F RGB: (77,67,63)

Color info

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

RGB color model

#4D433F color RGB value is (77,67,63).

RGB: (77,67,63) (30%, 26%, 25%)

RGB channels and saturation

R 77 of 255 = 30%
G 67 of 255 = 26%
B 63 of 255 = 25%

77
67
63

R + G + B ~ 27%. #4D433F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 67 + 63 = 207 (100%)
R 77 of 207 ~ 37.2%
G 67 of 207 ~ 32.37%
B 63 of 207 ~ 30.43'%

%37.2
%32.37
%30.43

CMYK color model

#4D433F color CMYK value is (0,13,18,70).

  • cyan value is 0.00%
  • magenta value is 12.99%
  • yellow value is 18.18%
  • key color value is 69.80%
CMYK: (0,13,18,70) C0M13Y18K70 (0%,13%,18%,70%) (0.00/0.13/0.18/0.70) 

CMYK percentages

%0
%12.99
%18.18
%69.8

Codes

Color #4D433F in popluar color models

4D 43 3F
RGB 77 67 63
HSL 17° 10.00% 27.45%
HSB/HSV 17° 18.18% 30.20%
CMYK 0.00% 12.99% 18.18%
69.80%

Color #4D433F in popluar number systems.

HEX 4D 43 3F
Decimal 77 67 63
Binary 1001101 1000011 111111
Octal 115 103 77

Shades and tints

Shades of #4D433F

#4D433F
(77,67,63)
#463D3A
(70,61,58)
#3F3735
(63,55,53)
#383130
(56,49,48)
#312B2B
(49,43,43)
#2A2526
(42,37,38)
#231F21
(35,31,33)
#1C191C
(28,25,28)
#151317
(21,19,23)
#0E0D12
(14,13,18)
#07070D
(7,7,13)
#000000
(0,0,0)

Tints of #4D433F

#4D433F
(77,67,63)
#5D5450
(93,84,80)
#6D6561
(109,101,97)
#7D7672
(125,118,114)
#8D8783
(141,135,131)
#9D9894
(157,152,148)
#ADA9A5
(173,169,165)
#BDBAB6
(189,186,182)
#CDCBC7
(205,203,199)
#DDDCD8
(221,220,216)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D433F color. Also use rgb(77,67,63) instead hex code.

Text Font Color

.myTextColor { color: #4D433F; }

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

This text font color is #4D433F.

Background Color

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

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

This div background color is #4D433F.

Border color

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

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

This div border color is #4D433F.

Opacity

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

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

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

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

This text has shadow with #4D433F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D433F.

Preview

Color preview on black background

This text has color #4D433F on black background.


Color preview on white background

This text has color #4D433F on white background.


Black color preview on #4D433F background

This text has black color on #4D433F background.


White color preview on #4D433F background

This text has white color on #4D433F background.


Related colors

Complementary color

Complementary color for #hex is #B2BCC0.


I love getcolorcode.com

Triadic colors

1 #3F4D43 and #433F4D with #4D433F are triadic colors.

2 #3F434D and #434D3F with #4D433F are triadic colors.