COLOR #4B955E

HEX: #4B955E
RGB: (75,149,94)

Color info

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

RGB color model

#4B955E color RGB value is (75,149,94).

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

RGB channels and saturation

R 75 of 255 = 29%
G 149 of 255 = 58%
B 94 of 255 = 37%

75
149
94

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

Portions of RGB colors in percentages

R + G + B =
75 + 149 + 94 = 318 (100%)
R 75 of 318 ~ 23.58%
G 149 of 318 ~ 46.86%
B 94 of 318 ~ 29.56%

%23.58
%46.86
%29.56

CMYK color model

#4B955E color CMYK value is (50,0,37,42).

  • cyan value is 49.66%
  • magenta value is 0.00%
  • yellow value is 36.91%
  • key color value is 41.57%
CMYK:
(50,0,37,42)
C50M0Y37K42 
(50%,0%,37%,42%)
(0.50/0.00/0.37/0.42)	

CMYK percentages

%49.66
%0
%36.91
%41.57

Codes

Color #4B955E in popluar color models

4B955E
RGB7514994
HSL135°33.04%43.92%
HSB/HSV135°49.66%58.43%
CMYK49.66%0.00%36.91%
41.57%

Color #4B955E in popluar number systems.

HEX4B955E
Decimal7514994
Binary1001011100101011011110
Octal113225136

Shades and tints

Shades of #4B955E

#4B955E
(75,149,94)
#458856
(69,136,86)
#3F7B4E
(63,123,78)
#396E46
(57,110,70)
#33613E
(51,97,62)
#2D5436
(45,84,54)
#27472E
(39,71,46)
#213A26
(33,58,38)
#1B2D1E
(27,45,30)
#152016
(21,32,22)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #4B955E

#4B955E
(75,149,94)
#5B9E6C
(91,158,108)
#6BA77A
(107,167,122)
#7BB088
(123,176,136)
#8BB996
(139,185,150)
#9BC2A4
(155,194,164)
#ABCBB2
(171,203,178)
#BBD4C0
(187,212,192)
#CBDDCE
(203,221,206)
#DBE6DC
(219,230,220)
#EBEFEA
(235,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B955E; }

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

This text font color is #4B955E.


Background Color

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

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

This div background color is #4B955E.


Border color

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

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

This div border color is #4B955E.


Opacity

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

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

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

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

This text has shadow with #4B955E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B955E on black background.


Color preview on white background

This text has color #4B955E on white background.



Black color preview on #4B955E background

This text has black color on #4B955E background.


White color preview on #4B955E background

This text has white color on #4B955E background.