COLOR #4B5C4E

HEX: #4B5C4E
RGB: (75,92,78)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

75
92
78

R + G + B ~ 32%. #4B5C4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 92 + 78 = 245 (100%)
R 75 of 245 ~ 30.61%
G 92 of 245 ~ 37.55%
B 78 of 245 ~ 31.84%

%30.61
%37.55
%31.84

CMYK color model

#4B5C4E color CMYK value is (18,0,15,64).

  • cyan value is 18.48%
  • magenta value is 0.00%
  • yellow value is 15.22%
  • key color value is 63.92%
CMYK:
(18,0,15,64)
C18M0Y15K64 
(18%,0%,15%,64%)
(0.18/0.00/0.15/0.64)	

CMYK percentages

%18.48
%0
%15.22
%63.92

Codes

Color #4B5C4E in popluar color models

4B5C4E
RGB759278
HSL131°10.18%32.75%
HSB/HSV131°18.48%36.08%
CMYK18.48%0.00%15.22%
63.92%

Color #4B5C4E in popluar number systems.

HEX4B5C4E
Decimal759278
Binary100101110111001001110
Octal113134116

Shades and tints

Shades of #4B5C4E

#4B5C4E
(75,92,78)
#455447
(69,84,71)
#3F4C40
(63,76,64)
#394439
(57,68,57)
#333C32
(51,60,50)
#2D342B
(45,52,43)
#272C24
(39,44,36)
#21241D
(33,36,29)
#1B1C16
(27,28,22)
#15140F
(21,20,15)
#0F0C08
(15,12,8)
#000000
(0,0,0)

Tints of #4B5C4E

#4B5C4E
(75,92,78)
#5B6A5E
(91,106,94)
#6B786E
(107,120,110)
#7B867E
(123,134,126)
#8B948E
(139,148,142)
#9BA29E
(155,162,158)
#ABB0AE
(171,176,174)
#BBBEBE
(187,190,190)
#CBCCCE
(203,204,206)
#DBDADE
(219,218,222)
#EBE8EE
(235,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5C4E; }

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

This text font color is #4B5C4E.


Background Color

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

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

This div background color is #4B5C4E.


Border color

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

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

This div border color is #4B5C4E.


Opacity

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

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

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

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

This text has shadow with #4B5C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5C4E on black background.


Color preview on white background

This text has color #4B5C4E on white background.



Black color preview on #4B5C4E background

This text has black color on #4B5C4E background.


White color preview on #4B5C4E background

This text has white color on #4B5C4E background.