COLOR #4B514D

HEX: #4B514D RGB: (75,81,77)

Color info

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

RGB color model

#4B514D color RGB value is (75,81,77).

RGB: (75,81,77) (29%, 32%, 30%)

RGB channels and saturation

R 75 of 255 = 29%
G 81 of 255 = 32%
B 77 of 255 = 30%

75
81
77

R + G + B ~ 30%. #4B514D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 81 + 77 = 233 (100%)
R 75 of 233 ~ 32.19%
G 81 of 233 ~ 34.76%
B 77 of 233 ~ 33.05'%

%32.19
%34.76
%33.05

CMYK color model

#4B514D color CMYK value is (7,0,5,68).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 4.94%
  • key color value is 68.24%
CMYK: (7,0,5,68) C7M0Y5K68 (7%,0%,5%,68%) (0.07/0.00/0.05/0.68) 

CMYK percentages

%7.41
%0
%4.94
%68.24

Codes

Color #4B514D in popluar color models

4B 51 4D
RGB 75 81 77
HSL 140° 3.85% 30.59%
HSB/HSV 140° 7.41% 31.76%
CMYK 7.41% 0.00% 4.94%
68.24%

Color #4B514D in popluar number systems.

HEX 4B 51 4D
Decimal 75 81 77
Binary 1001011 1010001 1001101
Octal 113 121 115

Shades and tints

Shades of #4B514D

#4B514D
(75,81,77)
#454A46
(69,74,70)
#3F433F
(63,67,63)
#393C38
(57,60,56)
#333531
(51,53,49)
#2D2E2A
(45,46,42)
#272723
(39,39,35)
#21201C
(33,32,28)
#1B1915
(27,25,21)
#15120E
(21,18,14)
#0F0B07
(15,11,7)
#000000
(0,0,0)

Tints of #4B514D

#4B514D
(75,81,77)
#5B605D
(91,96,93)
#6B6F6D
(107,111,109)
#7B7E7D
(123,126,125)
#8B8D8D
(139,141,141)
#9B9C9D
(155,156,157)
#ABABAD
(171,171,173)
#BBBABD
(187,186,189)
#CBC9CD
(203,201,205)
#DBD8DD
(219,216,221)
#EBE7ED
(235,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B514D; }

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

This text font color is #4B514D.

Background Color

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

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

This div background color is #4B514D.

Border color

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

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

This div border color is #4B514D.

Opacity

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

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

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

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

This text has shadow with #4B514D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B514D.

Preview

Color preview on black background

This text has color #4B514D on black background.


Color preview on white background

This text has color #4B514D on white background.


Black color preview on #4B514D background

This text has black color on #4B514D background.


White color preview on #4B514D background

This text has white color on #4B514D background.


Related colors

Complementary color

Complementary color for #hex is #B4AEB2.


I love getcolorcode.com

Triadic colors

1 #4D4B51 and #514D4B with #4B514D are triadic colors.

2 #4D514B and #514B4D with #4B514D are triadic colors.