COLOR #4B8C72

HEX: #4B8C72
RGB: (75,140,114)

Color info

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

RGB color model

#4B8C72 color RGB value is (75,140,114).

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

RGB channels and saturation

R 75 of 255 = 29%
G 140 of 255 = 55%
B 114 of 255 = 45%

75
140
114

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

Portions of RGB colors in percentages

R + G + B =
75 + 140 + 114 = 329 (100%)
R 75 of 329 ~ 22.8%
G 140 of 329 ~ 42.55%
B 114 of 329 ~ 34.65%

%22.8
%42.55
%34.65

CMYK color model

#4B8C72 color CMYK value is (46,0,19,45).

  • cyan value is 46.43%
  • magenta value is 0.00%
  • yellow value is 18.57%
  • key color value is 45.10%
CMYK:
(46,0,19,45)
C46M0Y19K45 
(46%,0%,19%,45%)
(0.46/0.00/0.19/0.45)	

CMYK percentages

%46.43
%0
%18.57
%45.1

Codes

Color #4B8C72 in popluar color models

4B8C72
RGB75140114
HSL156°30.23%42.16%
HSB/HSV156°46.43%54.90%
CMYK46.43%0.00%18.57%
45.10%

Color #4B8C72 in popluar number systems.

HEX4B8C72
Decimal75140114
Binary1001011100011001110010
Octal113214162

Shades and tints

Shades of #4B8C72

#4B8C72
(75,140,114)
#458068
(69,128,104)
#3F745E
(63,116,94)
#396854
(57,104,84)
#335C4A
(51,92,74)
#2D5040
(45,80,64)
#274436
(39,68,54)
#21382C
(33,56,44)
#1B2C22
(27,44,34)
#152018
(21,32,24)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #4B8C72

#4B8C72
(75,140,114)
#5B967E
(91,150,126)
#6BA08A
(107,160,138)
#7BAA96
(123,170,150)
#8BB4A2
(139,180,162)
#9BBEAE
(155,190,174)
#ABC8BA
(171,200,186)
#BBD2C6
(187,210,198)
#CBDCD2
(203,220,210)
#DBE6DE
(219,230,222)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B8C72; }

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

This text font color is #4B8C72.


Background Color

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

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

This div background color is #4B8C72.


Border color

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

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

This div border color is #4B8C72.


Opacity

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

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

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

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

This text has shadow with #4B8C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B8C72 on black background.


Color preview on white background

This text has color #4B8C72 on white background.



Black color preview on #4B8C72 background

This text has black color on #4B8C72 background.


White color preview on #4B8C72 background

This text has white color on #4B8C72 background.