COLOR #4B6A5B

HEX: #4B6A5B
RGB: (75,106,91)

Color info

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

RGB color model

#4B6A5B color RGB value is (75,106,91).

  • red value is 75;
  • green value is 106;
  • blue value is 91.
RGB:
(75,106,91)
(29%,42%,36%)

RGB channels and saturation

R 75 of 255 = 29%
G 106 of 255 = 42%
B 91 of 255 = 36%

75
106
91

R + G + B ~ 36%. #4B6A5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 106 + 91 = 272 (100%)
R 75 of 272 ~ 27.57%
G 106 of 272 ~ 38.97%
B 91 of 272 ~ 33.46%

%27.57
%38.97
%33.46

CMYK color model

#4B6A5B color CMYK value is (29,0,14,58).

  • cyan value is 29.25%
  • magenta value is 0.00%
  • yellow value is 14.15%
  • key color value is 58.43%
CMYK:
(29,0,14,58)
C29M0Y14K58 
(29%,0%,14%,58%)
(0.29/0.00/0.14/0.58)	

CMYK percentages

%29.25
%0
%14.15
%58.43

Codes

Color #4B6A5B in popluar color models

4B6A5B
RGB7510691
HSL151°17.13%35.49%
HSB/HSV151°29.25%41.57%
CMYK29.25%0.00%14.15%
58.43%

Color #4B6A5B in popluar number systems.

HEX4B6A5B
Decimal7510691
Binary100101111010101011011
Octal113152133

Shades and tints

Shades of #4B6A5B

#4B6A5B
(75,106,91)
#456153
(69,97,83)
#3F584B
(63,88,75)
#394F43
(57,79,67)
#33463B
(51,70,59)
#2D3D33
(45,61,51)
#27342B
(39,52,43)
#212B23
(33,43,35)
#1B221B
(27,34,27)
#151913
(21,25,19)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #4B6A5B

#4B6A5B
(75,106,91)
#5B7769
(91,119,105)
#6B8477
(107,132,119)
#7B9185
(123,145,133)
#8B9E93
(139,158,147)
#9BABA1
(155,171,161)
#ABB8AF
(171,184,175)
#BBC5BD
(187,197,189)
#CBD2CB
(203,210,203)
#DBDFD9
(219,223,217)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6A5B; }

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

This text font color is #4B6A5B.


Background Color

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

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

This div background color is #4B6A5B.


Border color

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

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

This div border color is #4B6A5B.


Opacity

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

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

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

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

This text has shadow with #4B6A5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6A5B on black background.


Color preview on white background

This text has color #4B6A5B on white background.



Black color preview on #4B6A5B background

This text has black color on #4B6A5B background.


White color preview on #4B6A5B background

This text has white color on #4B6A5B background.