COLOR #4D483D

HEX: #4D483D
RGB: (77,72,61)

Color info

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

RGB color model

#4D483D color RGB value is (77,72,61).

  • red value is 77;
  • green value is 72;
  • blue value is 61.
RGB:
(77,72,61)
(30%,28%,24%)

RGB channels and saturation

R 77 of 255 = 30%
G 72 of 255 = 28%
B 61 of 255 = 24%

77
72
61

R + G + B ~ 27%. #4D483D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 72 + 61 = 210 (100%)
R 77 of 210 ~ 36.67%
G 72 of 210 ~ 34.29%
B 61 of 210 ~ 29.05%

%36.67
%34.29
%29.05

CMYK color model

#4D483D color CMYK value is (0,6,21,70).

  • cyan value is 0.00%
  • magenta value is 6.49%
  • yellow value is 20.78%
  • key color value is 69.80%
CMYK:
(0,6,21,70)
C0M6Y21K70 
(0%,6%,21%,70%)
(0.00/0.06/0.21/0.70)	

CMYK percentages

%0
%6.49
%20.78
%69.8

Codes

Color #4D483D in popluar color models

4D483D
RGB777261
HSL41°11.59%27.06%
HSB/HSV41°20.78%30.20%
CMYK0.00%6.49%20.78%
69.80%

Color #4D483D in popluar number systems.

HEX4D483D
Decimal777261
Binary10011011001000111101
Octal11511075

Shades and tints

Shades of #4D483D

#4D483D
(77,72,61)
#464238
(70,66,56)
#3F3C33
(63,60,51)
#38362E
(56,54,46)
#313029
(49,48,41)
#2A2A24
(42,42,36)
#23241F
(35,36,31)
#1C1E1A
(28,30,26)
#151815
(21,24,21)
#0E1210
(14,18,16)
#070C0B
(7,12,11)
#000000
(0,0,0)

Tints of #4D483D

#4D483D
(77,72,61)
#5D584E
(93,88,78)
#6D685F
(109,104,95)
#7D7870
(125,120,112)
#8D8881
(141,136,129)
#9D9892
(157,152,146)
#ADA8A3
(173,168,163)
#BDB8B4
(189,184,180)
#CDC8C5
(205,200,197)
#DDD8D6
(221,216,214)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D483D color. Also use rgb(77,72,61) instead hex code.

Text Font Color

.myTextColor { color: #4D483D; }

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

This text font color is #4D483D.


Background Color

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

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

This div background color is #4D483D.


Border color

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

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

This div border color is #4D483D.


Opacity

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

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

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

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

This text has shadow with #4D483D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D483D on black background.


Color preview on white background

This text has color #4D483D on white background.



Black color preview on #4D483D background

This text has black color on #4D483D background.


White color preview on #4D483D background

This text has white color on #4D483D background.