COLOR #4B544C

HEX: #4B544C
RGB: (75,84,76)

Color info

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

RGB color model

#4B544C color RGB value is (75,84,76).

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

RGB channels and saturation

R 75 of 255 = 29%
G 84 of 255 = 33%
B 76 of 255 = 30%

75
84
76

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

Portions of RGB colors in percentages

R + G + B =
75 + 84 + 76 = 235 (100%)
R 75 of 235 ~ 31.91%
G 84 of 235 ~ 35.74%
B 76 of 235 ~ 32.34%

%31.91
%35.74
%32.34

CMYK color model

#4B544C color CMYK value is (11,0,10,67).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 67.06%
CMYK:
(11,0,10,67)
C11M0Y10K67 
(11%,0%,10%,67%)
(0.11/0.00/0.10/0.67)	

CMYK percentages

%10.71
%0
%9.52
%67.06

Codes

Color #4B544C in popluar color models

4B544C
RGB758476
HSL127°5.66%31.18%
HSB/HSV127°10.71%32.94%
CMYK10.71%0.00%9.52%
67.06%

Color #4B544C in popluar number systems.

HEX4B544C
Decimal758476
Binary100101110101001001100
Octal113124114

Shades and tints

Shades of #4B544C

#4B544C
(75,84,76)
#454D46
(69,77,70)
#3F4640
(63,70,64)
#393F3A
(57,63,58)
#333834
(51,56,52)
#2D312E
(45,49,46)
#272A28
(39,42,40)
#212322
(33,35,34)
#1B1C1C
(27,28,28)
#151516
(21,21,22)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #4B544C

#4B544C
(75,84,76)
#5B635C
(91,99,92)
#6B726C
(107,114,108)
#7B817C
(123,129,124)
#8B908C
(139,144,140)
#9B9F9C
(155,159,156)
#ABAEAC
(171,174,172)
#BBBDBC
(187,189,188)
#CBCCCC
(203,204,204)
#DBDBDC
(219,219,220)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B544C; }

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

This text font color is #4B544C.


Background Color

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

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

This div background color is #4B544C.


Border color

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

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

This div border color is #4B544C.


Opacity

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

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

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

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

This text has shadow with #4B544C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B544C on black background.


Color preview on white background

This text has color #4B544C on white background.



Black color preview on #4B544C background

This text has black color on #4B544C background.


White color preview on #4B544C background

This text has white color on #4B544C background.