COLOR #4D2328

HEX: #4D2328 RGB: (77,35,40)

Color info

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

RGB color model

#4D2328 color RGB value is (77,35,40).

RGB: (77,35,40) (30%, 14%, 16%)

RGB channels and saturation

R 77 of 255 = 30%
G 35 of 255 = 14%
B 40 of 255 = 16%

77
35
40

R + G + B ~ 20%. #4D2328 is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 35 + 40 = 152 (100%)
R 77 of 152 ~ 50.66%
G 35 of 152 ~ 23.03%
B 40 of 152 ~ 26.32'%

%50.66
%23.03
%26.32

CMYK color model

#4D2328 color CMYK value is (0,55,48,70).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 48.05%
  • key color value is 69.80%

CMYK: (0,55,48,70)
C0M55Y48K70 (0%, 55%, 48%, 70%)
(0.00 / 0.55 / 0.48 / 0.70)

CMYK percentages

%0
%54.55
%48.05
%69.8

Codes

Color #4D2328 in popluar color models

4D 23 28
RGB 77 35 40
HSL 353° 37.50% 21.96%
HSB/HSV 353° 54.55% 30.20%
CMYK 0.00% 54.55% 48.05%
69.80%

Color #4D2328 in popluar number systems.

HEX 4D 23 28
Decimal 77 35 40
Binary 1001101 100011 101000
Octal 115 43 50

Shades and tints

Shades of #4D2328

#4D2328
(77,35,40)
#462025
(70,32,37)
#3F1D22
(63,29,34)
#381A1F
(56,26,31)
#31171C
(49,23,28)
#2A1419
(42,20,25)
#231116
(35,17,22)
#1C0E13
(28,14,19)
#150B10
(21,11,16)
#0E080D
(14,8,13)
#07050A
(7,5,10)
#000000
(0,0,0)

Tints of #4D2328

#4D2328
(77,35,40)
#5D373B
(93,55,59)
#6D4B4E
(109,75,78)
#7D5F61
(125,95,97)
#8D7374
(141,115,116)
#9D8787
(157,135,135)
#AD9B9A
(173,155,154)
#BDAFAD
(189,175,173)
#CDC3C0
(205,195,192)
#DDD7D3
(221,215,211)
#EDEBE6
(237,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2328; }

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

This text font color is #4D2328.

Background Color

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

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

This div background color is #4D2328.

Border color

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

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

This div border color is #4D2328.

Opacity

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

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

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

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

This text has shadow with #4D2328 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D2328.

Preview

Color preview on black background

This text has color #4D2328 on black background.


Color preview on white background

This text has color #4D2328 on white background.


Black color preview on #4D2328 background

This text has black color on #4D2328 background.


White color preview on #4D2328 background

This text has white color on #4D2328 background.


Related colors

Complementary color

Complementary color for #hex is #B2DCD7.


I love getcolorcode.com

Triadic colors

1 #284D23 and #23284D with #4D2328 are triadic colors.

2 #28234D and #234D28 with #4D2328 are triadic colors.