COLOR #4B604D

HEX: #4B604D
RGB: (75,96,77)

Color info

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

RGB color model

#4B604D color RGB value is (75,96,77).

  • red value is 75;
  • green value is 96;
  • blue value is 77.
RGB:
(75,96,77)
(29%,38%,30%)

RGB channels and saturation

R 75 of 255 = 29%
G 96 of 255 = 38%
B 77 of 255 = 30%

75
96
77

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

Portions of RGB colors in percentages

R + G + B =
75 + 96 + 77 = 248 (100%)
R 75 of 248 ~ 30.24%
G 96 of 248 ~ 38.71%
B 77 of 248 ~ 31.05%

%30.24
%38.71
%31.05

CMYK color model

#4B604D color CMYK value is (22,0,20,62).

  • cyan value is 21.88%
  • magenta value is 0.00%
  • yellow value is 19.79%
  • key color value is 62.35%
CMYK:
(22,0,20,62)
C22M0Y20K62 
(22%,0%,20%,62%)
(0.22/0.00/0.20/0.62)	

CMYK percentages

%21.88
%0
%19.79
%62.35

Codes

Color #4B604D in popluar color models

4B604D
RGB759677
HSL126°12.28%33.53%
HSB/HSV126°21.88%37.65%
CMYK21.88%0.00%19.79%
62.35%

Color #4B604D in popluar number systems.

HEX4B604D
Decimal759677
Binary100101111000001001101
Octal113140115

Shades and tints

Shades of #4B604D

#4B604D
(75,96,77)
#455846
(69,88,70)
#3F503F
(63,80,63)
#394838
(57,72,56)
#334031
(51,64,49)
#2D382A
(45,56,42)
#273023
(39,48,35)
#21281C
(33,40,28)
#1B2015
(27,32,21)
#15180E
(21,24,14)
#0F1007
(15,16,7)
#000000
(0,0,0)

Tints of #4B604D

#4B604D
(75,96,77)
#5B6E5D
(91,110,93)
#6B7C6D
(107,124,109)
#7B8A7D
(123,138,125)
#8B988D
(139,152,141)
#9BA69D
(155,166,157)
#ABB4AD
(171,180,173)
#BBC2BD
(187,194,189)
#CBD0CD
(203,208,205)
#DBDEDD
(219,222,221)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B604D; }

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

This text font color is #4B604D.


Background Color

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

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

This div background color is #4B604D.


Border color

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

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

This div border color is #4B604D.


Opacity

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

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

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

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

This text has shadow with #4B604D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B604D on black background.


Color preview on white background

This text has color #4B604D on white background.



Black color preview on #4B604D background

This text has black color on #4B604D background.


White color preview on #4B604D background

This text has white color on #4B604D background.