COLOR #4B9672

HEX: #4B9672
RGB: (75,150,114)

Color info

#4B9672 contains mainly green and blue colors. Web safe color of #4B9672 is #339966 (or #396).

RGB color model

#4B9672 color RGB value is (75,150,114).

  • red value is 75;
  • green value is 150;
  • blue value is 114.
RGB:
(75,150,114)
(29%,59%,45%)

RGB channels and saturation

R 75 of 255 = 29%
G 150 of 255 = 59%
B 114 of 255 = 45%

75
150
114

R + G + B ~ 44%. #4B9672 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
75 + 150 + 114 = 339 (100%)
R 75 of 339 ~ 22.12%
G 150 of 339 ~ 44.25%
B 114 of 339 ~ 33.63%

%22.12
%44.25
%33.63

CMYK color model

#4B9672 color CMYK value is (50,0,24,41).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 41.18%
CMYK:
(50,0,24,41)
C50M0Y24K41 
(50%,0%,24%,41%)
(0.50/0.00/0.24/0.41)	

CMYK percentages

%50
%0
%24
%41.18

Codes

Color #4B9672 in popluar color models

4B9672
RGB75150114
HSL151°33.33%44.12%
HSB/HSV151°50.00%58.82%
CMYK50.00%0.00%24.00%
41.18%

Color #4B9672 in popluar number systems.

HEX4B9672
Decimal75150114
Binary1001011100101101110010
Octal113226162

Shades and tints

Shades of #4B9672

#4B9672
(75,150,114)
#458968
(69,137,104)
#3F7C5E
(63,124,94)
#396F54
(57,111,84)
#33624A
(51,98,74)
#2D5540
(45,85,64)
#274836
(39,72,54)
#213B2C
(33,59,44)
#1B2E22
(27,46,34)
#152118
(21,33,24)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #4B9672

#4B9672
(75,150,114)
#5B9F7E
(91,159,126)
#6BA88A
(107,168,138)
#7BB196
(123,177,150)
#8BBAA2
(139,186,162)
#9BC3AE
(155,195,174)
#ABCCBA
(171,204,186)
#BBD5C6
(187,213,198)
#CBDED2
(203,222,210)
#DBE7DE
(219,231,222)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B9672; }

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

This text font color is #4B9672.


Background Color

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

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

This div background color is #4B9672.


Border color

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

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

This div border color is #4B9672.


Opacity

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

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

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

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

This text has shadow with #4B9672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B9672 on black background.


Color preview on white background

This text has color #4B9672 on white background.



Black color preview on #4B9672 background

This text has black color on #4B9672 background.


White color preview on #4B9672 background

This text has white color on #4B9672 background.