COLOR #4B514B

HEX: #4B514B
RGB: (75,81,75)

Color info

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

RGB color model

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

  • red value is 75;
  • green value is 81;
  • blue value is 75.
RGB:
(75,81,75)
(29%,32%,29%)

RGB channels and saturation

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

75
81
75

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

Portions of RGB colors in percentages

R + G + B =
75 + 81 + 75 = 231 (100%)
R 75 of 231 ~ 32.47%
G 81 of 231 ~ 35.06%
B 75 of 231 ~ 32.47%

%32.47
%35.06
%32.47

CMYK color model

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

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

CMYK percentages

%7.41
%0
%7.41
%68.24

Codes

Color #4B514B in popluar color models

4B514B
RGB758175
HSL120°3.85%30.59%
HSB/HSV120°7.41%31.76%
CMYK7.41%0.00%7.41%
68.24%

Color #4B514B in popluar number systems.

HEX4B514B
Decimal758175
Binary100101110100011001011
Octal113121113

Shades and tints

Shades of #4B514B

#4B514B
(75,81,75)
#454A45
(69,74,69)
#3F433F
(63,67,63)
#393C39
(57,60,57)
#333533
(51,53,51)
#2D2E2D
(45,46,45)
#272727
(39,39,39)
#212021
(33,32,33)
#1B191B
(27,25,27)
#151215
(21,18,21)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #4B514B

#4B514B
(75,81,75)
#5B605B
(91,96,91)
#6B6F6B
(107,111,107)
#7B7E7B
(123,126,123)
#8B8D8B
(139,141,139)
#9B9C9B
(155,156,155)
#ABABAB
(171,171,171)
#BBBABB
(187,186,187)
#CBC9CB
(203,201,203)
#DBD8DB
(219,216,219)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B514B; }

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

This text font color is #4B514B.


Background Color

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

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

This div background color is #4B514B.


Border color

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

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

This div border color is #4B514B.


Opacity

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

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

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

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

This text has shadow with #4B514B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B514B on black background.


Color preview on white background

This text has color #4B514B on white background.



Black color preview on #4B514B background

This text has black color on #4B514B background.


White color preview on #4B514B background

This text has white color on #4B514B background.