COLOR #4B5A4C

HEX: #4B5A4C
RGB: (75,90,76)

Color info

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

RGB color model

#4B5A4C color RGB value is (75,90,76).

  • red value is 75;
  • green value is 90;
  • blue value is 76.
RGB:
(75,90,76)
(29%,35%,30%)

RGB channels and saturation

R 75 of 255 = 29%
G 90 of 255 = 35%
B 76 of 255 = 30%

75
90
76

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

Portions of RGB colors in percentages

R + G + B =
75 + 90 + 76 = 241 (100%)
R 75 of 241 ~ 31.12%
G 90 of 241 ~ 37.34%
B 76 of 241 ~ 31.54%

%31.12
%37.34
%31.54

CMYK color model

#4B5A4C color CMYK value is (17,0,16,65).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 15.56%
  • key color value is 64.71%
CMYK:
(17,0,16,65)
C17M0Y16K65 
(17%,0%,16%,65%)
(0.17/0.00/0.16/0.65)	

CMYK percentages

%16.67
%0
%15.56
%64.71

Codes

Color #4B5A4C in popluar color models

4B5A4C
RGB759076
HSL124°9.09%32.35%
HSB/HSV124°16.67%35.29%
CMYK16.67%0.00%15.56%
64.71%

Color #4B5A4C in popluar number systems.

HEX4B5A4C
Decimal759076
Binary100101110110101001100
Octal113132114

Shades and tints

Shades of #4B5A4C

#4B5A4C
(75,90,76)
#455246
(69,82,70)
#3F4A40
(63,74,64)
#39423A
(57,66,58)
#333A34
(51,58,52)
#2D322E
(45,50,46)
#272A28
(39,42,40)
#212222
(33,34,34)
#1B1A1C
(27,26,28)
#151216
(21,18,22)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #4B5A4C

#4B5A4C
(75,90,76)
#5B695C
(91,105,92)
#6B786C
(107,120,108)
#7B877C
(123,135,124)
#8B968C
(139,150,140)
#9BA59C
(155,165,156)
#ABB4AC
(171,180,172)
#BBC3BC
(187,195,188)
#CBD2CC
(203,210,204)
#DBE1DC
(219,225,220)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5A4C; }

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

This text font color is #4B5A4C.


Background Color

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

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

This div background color is #4B5A4C.


Border color

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

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

This div border color is #4B5A4C.


Opacity

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

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

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

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

This text has shadow with #4B5A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5A4C on black background.


Color preview on white background

This text has color #4B5A4C on white background.



Black color preview on #4B5A4C background

This text has black color on #4B5A4C background.


White color preview on #4B5A4C background

This text has white color on #4B5A4C background.