COLOR #4D3625

HEX: #4D3625
RGB: (77,54,37)

Color info

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

RGB color model

#4D3625 color RGB value is (77,54,37).

  • red value is 77;
  • green value is 54;
  • blue value is 37.
RGB:
(77,54,37)
(30%,21%,15%)

RGB channels and saturation

R 77 of 255 = 30%
G 54 of 255 = 21%
B 37 of 255 = 15%

77
54
37

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

Portions of RGB colors in percentages

R + G + B =
77 + 54 + 37 = 168 (100%)
R 77 of 168 ~ 45.83%
G 54 of 168 ~ 32.14%
B 37 of 168 ~ 22.02%

%45.83
%32.14
%22.02

CMYK color model

#4D3625 color CMYK value is (0,30,52,70).

  • cyan value is 0.00%
  • magenta value is 29.87%
  • yellow value is 51.95%
  • key color value is 69.80%
CMYK:
(0,30,52,70)
C0M30Y52K70 
(0%,30%,52%,70%)
(0.00/0.30/0.52/0.70)	

CMYK percentages

%0
%29.87
%51.95
%69.8

Codes

Color #4D3625 in popluar color models

4D3625
RGB775437
HSL26°35.09%22.35%
HSB/HSV26°51.95%30.20%
CMYK0.00%29.87%51.95%
69.80%

Color #4D3625 in popluar number systems.

HEX4D3625
Decimal775437
Binary1001101110110100101
Octal1156645

Shades and tints

Shades of #4D3625

#4D3625
(77,54,37)
#463222
(70,50,34)
#3F2E1F
(63,46,31)
#382A1C
(56,42,28)
#312619
(49,38,25)
#2A2216
(42,34,22)
#231E13
(35,30,19)
#1C1A10
(28,26,16)
#15160D
(21,22,13)
#0E120A
(14,18,10)
#070E07
(7,14,7)
#000000
(0,0,0)

Tints of #4D3625

#4D3625
(77,54,37)
#5D4838
(93,72,56)
#6D5A4B
(109,90,75)
#7D6C5E
(125,108,94)
#8D7E71
(141,126,113)
#9D9084
(157,144,132)
#ADA297
(173,162,151)
#BDB4AA
(189,180,170)
#CDC6BD
(205,198,189)
#DDD8D0
(221,216,208)
#EDEAE3
(237,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3625 color. Also use rgb(77,54,37) instead hex code.

Text Font Color

.myTextColor { color: #4D3625; }

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

This text font color is #4D3625.


Background Color

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

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

This div background color is #4D3625.


Border color

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

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

This div border color is #4D3625.


Opacity

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

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

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

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

This text has shadow with #4D3625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3625 on black background.


Color preview on white background

This text has color #4D3625 on white background.



Black color preview on #4D3625 background

This text has black color on #4D3625 background.


White color preview on #4D3625 background

This text has white color on #4D3625 background.