COLOR #4D283A

HEX: #4D283A RGB: (77,40,58)

Color info

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

RGB color model

#4D283A color RGB value is (77,40,58).

RGB: (77,40,58) (30%, 16%, 23%)

RGB channels and saturation

R 77 of 255 = 30%
G 40 of 255 = 16%
B 58 of 255 = 23%

77
40
58

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

Portions of RGB colors in percentages

R + G + B = 77 + 40 + 58 = 175 (100%)
R 77 of 175 ~ 44%
G 40 of 175 ~ 22.86%
B 58 of 175 ~ 33.14'%

%44
%22.86
%33.14

CMYK color model

#4D283A color CMYK value is (0,48,25,70).

  • cyan value is 0.00%
  • magenta value is 48.05%
  • yellow value is 24.68%
  • key color value is 69.80%
CMYK: (0,48,25,70) C0M48Y25K70 (0%,48%,25%,70%) (0.00/0.48/0.25/0.70) 

CMYK percentages

%0
%48.05
%24.68
%69.8

Codes

Color #4D283A in popluar color models

4D 28 3A
RGB 77 40 58
HSL 331° 31.62% 22.94%
HSB/HSV 331° 48.05% 30.20%
CMYK 0.00% 48.05% 24.68%
69.80%

Color #4D283A in popluar number systems.

HEX 4D 28 3A
Decimal 77 40 58
Binary 1001101 101000 111010
Octal 115 50 72

Shades and tints

Shades of #4D283A

#4D283A
(77,40,58)
#462535
(70,37,53)
#3F2230
(63,34,48)
#381F2B
(56,31,43)
#311C26
(49,28,38)
#2A1921
(42,25,33)
#23161C
(35,22,28)
#1C1317
(28,19,23)
#151012
(21,16,18)
#0E0D0D
(14,13,13)
#070A08
(7,10,8)
#000000
(0,0,0)

Tints of #4D283A

#4D283A
(77,40,58)
#5D3B4B
(93,59,75)
#6D4E5C
(109,78,92)
#7D616D
(125,97,109)
#8D747E
(141,116,126)
#9D878F
(157,135,143)
#AD9AA0
(173,154,160)
#BDADB1
(189,173,177)
#CDC0C2
(205,192,194)
#DDD3D3
(221,211,211)
#EDE6E4
(237,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D283A color. Also use rgb(77,40,58) instead hex code.

Text Font Color

.myTextColor { color: #4D283A; }

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

This text font color is #4D283A.

Background Color

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

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

This div background color is #4D283A.

Border color

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

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

This div border color is #4D283A.

Opacity

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

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

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

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

This text has shadow with #4D283A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D283A.

Preview

Color preview on black background

This text has color #4D283A on black background.


Color preview on white background

This text has color #4D283A on white background.


Black color preview on #4D283A background

This text has black color on #4D283A background.


White color preview on #4D283A background

This text has white color on #4D283A background.


Related colors

Complementary color

Complementary color for #hex is #B2D7C5.


I love getcolorcode.com

Triadic colors

1 #3A4D28 and #283A4D with #4D283A are triadic colors.

2 #3A284D and #284D3A with #4D283A are triadic colors.