COLOR #4D382A

HEX: #4D382A RGB: (77,56,42)

Color info

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

RGB color model

#4D382A color RGB value is (77,56,42).

RGB: (77,56,42) (30%, 22%, 16%)

RGB channels and saturation

R 77 of 255 = 30%
G 56 of 255 = 22%
B 42 of 255 = 16%

77
56
42

R + G + B ~ 23%. #4D382A is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 56 + 42 = 175 (100%)
R 77 of 175 ~ 44%
G 56 of 175 ~ 32%
B 42 of 175 ~ 24'%

%44
%32
%24

CMYK color model

#4D382A color CMYK value is (0,27,45,70).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 45.45%
  • key color value is 69.80%
CMYK: (0,27,45,70) C0M27Y45K70 (0%,27%,45%,70%) (0.00/0.27/0.45/0.70) 

CMYK percentages

%0
%27.27
%45.45
%69.8

Codes

Color #4D382A in popluar color models

4D 38 2A
RGB 77 56 42
HSL 24° 29.41% 23.33%
HSB/HSV 24° 45.45% 30.20%
CMYK 0.00% 27.27% 45.45%
69.80%

Color #4D382A in popluar number systems.

HEX 4D 38 2A
Decimal 77 56 42
Binary 1001101 111000 101010
Octal 115 70 52

Shades and tints

Shades of #4D382A

#4D382A
(77,56,42)
#463327
(70,51,39)
#3F2E24
(63,46,36)
#382921
(56,41,33)
#31241E
(49,36,30)
#2A1F1B
(42,31,27)
#231A18
(35,26,24)
#1C1515
(28,21,21)
#151012
(21,16,18)
#0E0B0F
(14,11,15)
#07060C
(7,6,12)
#000000
(0,0,0)

Tints of #4D382A

#4D382A
(77,56,42)
#5D4A3D
(93,74,61)
#6D5C50
(109,92,80)
#7D6E63
(125,110,99)
#8D8076
(141,128,118)
#9D9289
(157,146,137)
#ADA49C
(173,164,156)
#BDB6AF
(189,182,175)
#CDC8C2
(205,200,194)
#DDDAD5
(221,218,213)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D382A color. Also use rgb(77,56,42) instead hex code.

Text Font Color

.myTextColor { color: #4D382A; }

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

This text font color is #4D382A.

Background Color

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

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

This div background color is #4D382A.

Border color

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

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

This div border color is #4D382A.

Opacity

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

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

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

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

This text has shadow with #4D382A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D382A.

Preview

Color preview on black background

This text has color #4D382A on black background.


Color preview on white background

This text has color #4D382A on white background.


Black color preview on #4D382A background

This text has black color on #4D382A background.


White color preview on #4D382A background

This text has white color on #4D382A background.


Related colors

Complementary color

Complementary color for #hex is #B2C7D5.


I love getcolorcode.com

Triadic colors

1 #2A4D38 and #382A4D with #4D382A are triadic colors.

2 #2A384D and #384D2A with #4D382A are triadic colors.