COLOR #4B8E64

HEX: #4B8E64
RGB: (75,142,100)

Color info

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

RGB color model

#4B8E64 color RGB value is (75,142,100).

  • red value is 75;
  • green value is 142;
  • blue value is 100.
RGB:
(75,142,100)
(29%,56%,39%)

RGB channels and saturation

R 75 of 255 = 29%
G 142 of 255 = 56%
B 100 of 255 = 39%

75
142
100

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

Portions of RGB colors in percentages

R + G + B =
75 + 142 + 100 = 317 (100%)
R 75 of 317 ~ 23.66%
G 142 of 317 ~ 44.79%
B 100 of 317 ~ 31.55%

%23.66
%44.79
%31.55

CMYK color model

#4B8E64 color CMYK value is (47,0,30,44).

  • cyan value is 47.18%
  • magenta value is 0.00%
  • yellow value is 29.58%
  • key color value is 44.31%
CMYK:
(47,0,30,44)
C47M0Y30K44 
(47%,0%,30%,44%)
(0.47/0.00/0.30/0.44)	

CMYK percentages

%47.18
%0
%29.58
%44.31

Codes

Color #4B8E64 in popluar color models

4B8E64
RGB75142100
HSL142°30.88%42.55%
HSB/HSV142°47.18%55.69%
CMYK47.18%0.00%29.58%
44.31%

Color #4B8E64 in popluar number systems.

HEX4B8E64
Decimal75142100
Binary1001011100011101100100
Octal113216144

Shades and tints

Shades of #4B8E64

#4B8E64
(75,142,100)
#45825B
(69,130,91)
#3F7652
(63,118,82)
#396A49
(57,106,73)
#335E40
(51,94,64)
#2D5237
(45,82,55)
#27462E
(39,70,46)
#213A25
(33,58,37)
#1B2E1C
(27,46,28)
#152213
(21,34,19)
#0F160A
(15,22,10)
#000000
(0,0,0)

Tints of #4B8E64

#4B8E64
(75,142,100)
#5B9872
(91,152,114)
#6BA280
(107,162,128)
#7BAC8E
(123,172,142)
#8BB69C
(139,182,156)
#9BC0AA
(155,192,170)
#ABCAB8
(171,202,184)
#BBD4C6
(187,212,198)
#CBDED4
(203,222,212)
#DBE8E2
(219,232,226)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B8E64; }

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

This text font color is #4B8E64.


Background Color

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

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

This div background color is #4B8E64.


Border color

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

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

This div border color is #4B8E64.


Opacity

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

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

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

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

This text has shadow with #4B8E64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B8E64 on black background.


Color preview on white background

This text has color #4B8E64 on white background.



Black color preview on #4B8E64 background

This text has black color on #4B8E64 background.


White color preview on #4B8E64 background

This text has white color on #4B8E64 background.