COLOR #4B4E4E

HEX: #4B4E4E
RGB: (75,78,78)

Color info

#4B4E4E contains red, green and blue colors in about the same proportion. Web safe color of #4B4E4E is #336666 (or #366).

RGB color model

#4B4E4E color RGB value is (75,78,78).

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

RGB channels and saturation

R 75 of 255 = 29%
G 78 of 255 = 31%
B 78 of 255 = 31%

75
78
78

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

Portions of RGB colors in percentages

R + G + B =
75 + 78 + 78 = 231 (100%)
R 75 of 231 ~ 32.47%
G 78 of 231 ~ 33.77%
B 78 of 231 ~ 33.77%

%32.47
%33.77
%33.77

CMYK color model

#4B4E4E color CMYK value is (4,0,0,69).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(4,0,0,69)
C4M0Y0K69 
(4%,0%,0%,69%)
(0.04/0.00/0.00/0.69)	

CMYK percentages

%3.85
%0
%0
%69.41

Codes

Color #4B4E4E in popluar color models

4B4E4E
RGB757878
HSL180°1.96%30.00%
HSB/HSV180°3.85%30.59%
CMYK3.85%0.00%0.00%
69.41%

Color #4B4E4E in popluar number systems.

HEX4B4E4E
Decimal757878
Binary100101110011101001110
Octal113116116

Shades and tints

Shades of #4B4E4E

#4B4E4E
(75,78,78)
#454747
(69,71,71)
#3F4040
(63,64,64)
#393939
(57,57,57)
#333232
(51,50,50)
#2D2B2B
(45,43,43)
#272424
(39,36,36)
#211D1D
(33,29,29)
#1B1616
(27,22,22)
#150F0F
(21,15,15)
#0F0808
(15,8,8)
#000000
(0,0,0)

Tints of #4B4E4E

#4B4E4E
(75,78,78)
#5B5E5E
(91,94,94)
#6B6E6E
(107,110,110)
#7B7E7E
(123,126,126)
#8B8E8E
(139,142,142)
#9B9E9E
(155,158,158)
#ABAEAE
(171,174,174)
#BBBEBE
(187,190,190)
#CBCECE
(203,206,206)
#DBDEDE
(219,222,222)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4E4E; }

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

This text font color is #4B4E4E.


Background Color

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

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

This div background color is #4B4E4E.


Border color

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

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

This div border color is #4B4E4E.


Opacity

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

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

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

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

This text has shadow with #4B4E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4E4E on black background.


Color preview on white background

This text has color #4B4E4E on white background.



Black color preview on #4B4E4E background

This text has black color on #4B4E4E background.


White color preview on #4B4E4E background

This text has white color on #4B4E4E background.