COLOR #4D263B

HEX: #4D263B
RGB: (77,38,59)

Color info

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

RGB color model

#4D263B color RGB value is (77,38,59).

  • red value is 77;
  • green value is 38;
  • blue value is 59.
RGB:
(77,38,59)
(30%,15%,23%)

RGB channels and saturation

R 77 of 255 = 30%
G 38 of 255 = 15%
B 59 of 255 = 23%

77
38
59

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

Portions of RGB colors in percentages

R + G + B =
77 + 38 + 59 = 174 (100%)
R 77 of 174 ~ 44.25%
G 38 of 174 ~ 21.84%
B 59 of 174 ~ 33.91%

%44.25
%21.84
%33.91

CMYK color model

#4D263B color CMYK value is (0,51,23,70).

  • cyan value is 0.00%
  • magenta value is 50.65%
  • yellow value is 23.38%
  • key color value is 69.80%
CMYK:
(0,51,23,70)
C0M51Y23K70 
(0%,51%,23%,70%)
(0.00/0.51/0.23/0.70)	

CMYK percentages

%0
%50.65
%23.38
%69.8

Codes

Color #4D263B in popluar color models

4D263B
RGB773859
HSL328°33.91%22.55%
HSB/HSV328°50.65%30.20%
CMYK0.00%50.65%23.38%
69.80%

Color #4D263B in popluar number systems.

HEX4D263B
Decimal773859
Binary1001101100110111011
Octal1154673

Shades and tints

Shades of #4D263B

#4D263B
(77,38,59)
#462336
(70,35,54)
#3F2031
(63,32,49)
#381D2C
(56,29,44)
#311A27
(49,26,39)
#2A1722
(42,23,34)
#23141D
(35,20,29)
#1C1118
(28,17,24)
#150E13
(21,14,19)
#0E0B0E
(14,11,14)
#070809
(7,8,9)
#000000
(0,0,0)

Tints of #4D263B

#4D263B
(77,38,59)
#5D394C
(93,57,76)
#6D4C5D
(109,76,93)
#7D5F6E
(125,95,110)
#8D727F
(141,114,127)
#9D8590
(157,133,144)
#AD98A1
(173,152,161)
#BDABB2
(189,171,178)
#CDBEC3
(205,190,195)
#DDD1D4
(221,209,212)
#EDE4E5
(237,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D263B color. Also use rgb(77,38,59) instead hex code.

Text Font Color

.myTextColor { color: #4D263B; }

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

This text font color is #4D263B.


Background Color

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

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

This div background color is #4D263B.


Border color

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

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

This div border color is #4D263B.


Opacity

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

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

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

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

This text has shadow with #4D263B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D263B on black background.


Color preview on white background

This text has color #4D263B on white background.



Black color preview on #4D263B background

This text has black color on #4D263B background.


White color preview on #4D263B background

This text has white color on #4D263B background.