COLOR #4D2833

HEX: #4D2833
RGB: (77,40,51)

Color info

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

RGB color model

#4D2833 color RGB value is (77,40,51).

  • red value is 77;
  • green value is 40;
  • blue value is 51.
RGB:
(77,40,51)
(30%,16%,20%)

RGB channels and saturation

R 77 of 255 = 30%
G 40 of 255 = 16%
B 51 of 255 = 20%

77
40
51

R + G + B ~ 22%. #4D2833 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 40 + 51 = 168 (100%)
R 77 of 168 ~ 45.83%
G 40 of 168 ~ 23.81%
B 51 of 168 ~ 30.36%

%45.83
%23.81
%30.36

CMYK color model

#4D2833 color CMYK value is (0,48,34,70).

  • cyan value is 0.00%
  • magenta value is 48.05%
  • yellow value is 33.77%
  • key color value is 69.80%
CMYK:
(0,48,34,70)
C0M48Y34K70 
(0%,48%,34%,70%)
(0.00/0.48/0.34/0.70)	

CMYK percentages

%0
%48.05
%33.77
%69.8

Codes

Color #4D2833 in popluar color models

4D2833
RGB774051
HSL342°31.62%22.94%
HSB/HSV342°48.05%30.20%
CMYK0.00%48.05%33.77%
69.80%

Color #4D2833 in popluar number systems.

HEX4D2833
Decimal774051
Binary1001101101000110011
Octal1155063

Shades and tints

Shades of #4D2833

#4D2833
(77,40,51)
#46252F
(70,37,47)
#3F222B
(63,34,43)
#381F27
(56,31,39)
#311C23
(49,28,35)
#2A191F
(42,25,31)
#23161B
(35,22,27)
#1C1317
(28,19,23)
#151013
(21,16,19)
#0E0D0F
(14,13,15)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #4D2833

#4D2833
(77,40,51)
#5D3B45
(93,59,69)
#6D4E57
(109,78,87)
#7D6169
(125,97,105)
#8D747B
(141,116,123)
#9D878D
(157,135,141)
#AD9A9F
(173,154,159)
#BDADB1
(189,173,177)
#CDC0C3
(205,192,195)
#DDD3D5
(221,211,213)
#EDE6E7
(237,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2833; }

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

This text font color is #4D2833.


Background Color

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

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

This div background color is #4D2833.


Border color

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

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

This div border color is #4D2833.


Opacity

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

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

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

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

This text has shadow with #4D2833 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2833 on black background.


Color preview on white background

This text has color #4D2833 on white background.



Black color preview on #4D2833 background

This text has black color on #4D2833 background.


White color preview on #4D2833 background

This text has white color on #4D2833 background.