COLOR #4D534B

HEX: #4D534B
RGB: (77,83,75)

Color info

#4D534B contains red, green and blue colors in about the same proportion. Web safe color of #4D534B is #336633 (or #363).

RGB color model

#4D534B color RGB value is (77,83,75).

  • red value is 77;
  • green value is 83;
  • blue value is 75.
RGB:
(77,83,75)
(30%,33%,29%)

RGB channels and saturation

R 77 of 255 = 30%
G 83 of 255 = 33%
B 75 of 255 = 29%

77
83
75

R + G + B ~ 31%. #4D534B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 83 + 75 = 235 (100%)
R 77 of 235 ~ 32.77%
G 83 of 235 ~ 35.32%
B 75 of 235 ~ 31.91%

%32.77
%35.32
%31.91

CMYK color model

#4D534B color CMYK value is (7,0,10,67).

  • cyan value is 7.23%
  • magenta value is 0.00%
  • yellow value is 9.64%
  • key color value is 67.45%
CMYK:
(7,0,10,67)
C7M0Y10K67 
(7%,0%,10%,67%)
(0.07/0.00/0.10/0.67)	

CMYK percentages

%7.23
%0
%9.64
%67.45

Codes

Color #4D534B in popluar color models

4D534B
RGB778375
HSL105°5.06%30.98%
HSB/HSV105°9.64%32.55%
CMYK7.23%0.00%9.64%
67.45%

Color #4D534B in popluar number systems.

HEX4D534B
Decimal778375
Binary100110110100111001011
Octal115123113

Shades and tints

Shades of #4D534B

#4D534B
(77,83,75)
#464C45
(70,76,69)
#3F453F
(63,69,63)
#383E39
(56,62,57)
#313733
(49,55,51)
#2A302D
(42,48,45)
#232927
(35,41,39)
#1C2221
(28,34,33)
#151B1B
(21,27,27)
#0E1415
(14,20,21)
#070D0F
(7,13,15)
#000000
(0,0,0)

Tints of #4D534B

#4D534B
(77,83,75)
#5D625B
(93,98,91)
#6D716B
(109,113,107)
#7D807B
(125,128,123)
#8D8F8B
(141,143,139)
#9D9E9B
(157,158,155)
#ADADAB
(173,173,171)
#BDBCBB
(189,188,187)
#CDCBCB
(205,203,203)
#DDDADB
(221,218,219)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D534B color. Also use rgb(77,83,75) instead hex code.

Text Font Color

.myTextColor { color: #4D534B; }

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

This text font color is #4D534B.


Background Color

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

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

This div background color is #4D534B.


Border color

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

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

This div border color is #4D534B.


Opacity

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

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

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

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

This text has shadow with #4D534B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D534B on black background.


Color preview on white background

This text has color #4D534B on white background.



Black color preview on #4D534B background

This text has black color on #4D534B background.


White color preview on #4D534B background

This text has white color on #4D534B background.