COLOR #4B604B

HEX: #4B604B
RGB: (75,96,75)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

75
96
75

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

Portions of RGB colors in percentages

R + G + B =
75 + 96 + 75 = 246 (100%)
R 75 of 246 ~ 30.49%
G 96 of 246 ~ 39.02%
B 75 of 246 ~ 30.49%

%30.49
%39.02
%30.49

CMYK color model

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

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

CMYK percentages

%21.88
%0
%21.88
%62.35

Codes

Color #4B604B in popluar color models

4B604B
RGB759675
HSL120°12.28%33.53%
HSB/HSV120°21.88%37.65%
CMYK21.88%0.00%21.88%
62.35%

Color #4B604B in popluar number systems.

HEX4B604B
Decimal759675
Binary100101111000001001011
Octal113140113

Shades and tints

Shades of #4B604B

#4B604B
(75,96,75)
#455845
(69,88,69)
#3F503F
(63,80,63)
#394839
(57,72,57)
#334033
(51,64,51)
#2D382D
(45,56,45)
#273027
(39,48,39)
#212821
(33,40,33)
#1B201B
(27,32,27)
#151815
(21,24,21)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #4B604B

#4B604B
(75,96,75)
#5B6E5B
(91,110,91)
#6B7C6B
(107,124,107)
#7B8A7B
(123,138,123)
#8B988B
(139,152,139)
#9BA69B
(155,166,155)
#ABB4AB
(171,180,171)
#BBC2BB
(187,194,187)
#CBD0CB
(203,208,203)
#DBDEDB
(219,222,219)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B604B; }

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

This text font color is #4B604B.


Background Color

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

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

This div background color is #4B604B.


Border color

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

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

This div border color is #4B604B.


Opacity

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

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

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

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

This text has shadow with #4B604B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B604B on black background.


Color preview on white background

This text has color #4B604B on white background.



Black color preview on #4B604B background

This text has black color on #4B604B background.


White color preview on #4B604B background

This text has white color on #4B604B background.