COLOR #4B9A5E

HEX: #4B9A5E
RGB: (75,154,94)

Color info

#4B9A5E contains mainly green color. Web safe color of #4B9A5E is #339966 (or #396).

RGB color model

#4B9A5E color RGB value is (75,154,94).

  • red value is 75;
  • green value is 154;
  • blue value is 94.
RGB:
(75,154,94)
(29%,60%,37%)

RGB channels and saturation

R 75 of 255 = 29%
G 154 of 255 = 60%
B 94 of 255 = 37%

75
154
94

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

Portions of RGB colors in percentages

R + G + B =
75 + 154 + 94 = 323 (100%)
R 75 of 323 ~ 23.22%
G 154 of 323 ~ 47.68%
B 94 of 323 ~ 29.1%

%23.22
%47.68
%29.1

CMYK color model

#4B9A5E color CMYK value is (51,0,39,40).

  • cyan value is 51.30%
  • magenta value is 0.00%
  • yellow value is 38.96%
  • key color value is 39.61%
CMYK:
(51,0,39,40)
C51M0Y39K40 
(51%,0%,39%,40%)
(0.51/0.00/0.39/0.40)	

CMYK percentages

%51.3
%0
%38.96
%39.61

Codes

Color #4B9A5E in popluar color models

4B9A5E
RGB7515494
HSL134°34.50%44.90%
HSB/HSV134°51.30%60.39%
CMYK51.30%0.00%38.96%
39.61%

Color #4B9A5E in popluar number systems.

HEX4B9A5E
Decimal7515494
Binary1001011100110101011110
Octal113232136

Shades and tints

Shades of #4B9A5E

#4B9A5E
(75,154,94)
#458C56
(69,140,86)
#3F7E4E
(63,126,78)
#397046
(57,112,70)
#33623E
(51,98,62)
#2D5436
(45,84,54)
#27462E
(39,70,46)
#213826
(33,56,38)
#1B2A1E
(27,42,30)
#151C16
(21,28,22)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #4B9A5E

#4B9A5E
(75,154,94)
#5BA36C
(91,163,108)
#6BAC7A
(107,172,122)
#7BB588
(123,181,136)
#8BBE96
(139,190,150)
#9BC7A4
(155,199,164)
#ABD0B2
(171,208,178)
#BBD9C0
(187,217,192)
#CBE2CE
(203,226,206)
#DBEBDC
(219,235,220)
#EBF4EA
(235,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B9A5E; }

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

This text font color is #4B9A5E.


Background Color

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

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

This div background color is #4B9A5E.


Border color

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

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

This div border color is #4B9A5E.


Opacity

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

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

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

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

This text has shadow with #4B9A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B9A5E on black background.


Color preview on white background

This text has color #4B9A5E on white background.



Black color preview on #4B9A5E background

This text has black color on #4B9A5E background.


White color preview on #4B9A5E background

This text has white color on #4B9A5E background.