COLOR #4D2835

HEX: #4D2835 RGB: (77,40,53)

Color info

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

RGB color model

#4D2835 color RGB value is (77,40,53).

RGB: (77,40,53) (30%, 16%, 21%)

RGB channels and saturation

R 77 of 255 = 30%
G 40 of 255 = 16%
B 53 of 255 = 21%

77
40
53

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

Portions of RGB colors in percentages

R + G + B = 77 + 40 + 53 = 170 (100%)
R 77 of 170 ~ 45.29%
G 40 of 170 ~ 23.53%
B 53 of 170 ~ 31.18'%

%45.29
%23.53
%31.18

CMYK color model

#4D2835 color CMYK value is (0,48,31,70).

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

CMYK: (0,48,31,70)
C0M48Y31K70 (0%, 48%, 31%, 70%)
(0.00 / 0.48 / 0.31 / 0.70)

CMYK percentages

%0
%48.05
%31.17
%69.8

Codes

Color #4D2835 in popluar color models

4D 28 35
RGB 77 40 53
HSL 339° 31.62% 22.94%
HSB/HSV 339° 48.05% 30.20%
CMYK 0.00% 48.05% 31.17%
69.80%

Color #4D2835 in popluar number systems.

HEX 4D 28 35
Decimal 77 40 53
Binary 1001101 101000 110101
Octal 115 50 65

Shades and tints

Shades of #4D2835

#4D2835
(77,40,53)
#462531
(70,37,49)
#3F222D
(63,34,45)
#381F29
(56,31,41)
#311C25
(49,28,37)
#2A1921
(42,25,33)
#23161D
(35,22,29)
#1C1319
(28,19,25)
#151015
(21,16,21)
#0E0D11
(14,13,17)
#070A0D
(7,10,13)
#000000
(0,0,0)

Tints of #4D2835

#4D2835
(77,40,53)
#5D3B47
(93,59,71)
#6D4E59
(109,78,89)
#7D616B
(125,97,107)
#8D747D
(141,116,125)
#9D878F
(157,135,143)
#AD9AA1
(173,154,161)
#BDADB3
(189,173,179)
#CDC0C5
(205,192,197)
#DDD3D7
(221,211,215)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2835; }

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

This text font color is #4D2835.

Background Color

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

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

This div background color is #4D2835.

Border color

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

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

This div border color is #4D2835.

Opacity

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

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

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

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

This text has shadow with #4D2835 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D2835.

Preview

Color preview on black background

This text has color #4D2835 on black background.


Color preview on white background

This text has color #4D2835 on white background.


Black color preview on #4D2835 background

This text has black color on #4D2835 background.


White color preview on #4D2835 background

This text has white color on #4D2835 background.


Related colors

Complementary color

Complementary color for #hex is #B2D7CA.


I love getcolorcode.com

Triadic colors

1 #354D28 and #28354D with #4D2835 are triadic colors.

2 #35284D and #284D35 with #4D2835 are triadic colors.