COLOR #4B9556

HEX: #4B9556 RGB: (75,149,86)

Color info

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

RGB color model

#4B9556 color RGB value is (75,149,86).

RGB: (75,149,86) (29%, 58%, 34%)

RGB channels and saturation

R 75 of 255 = 29%
G 149 of 255 = 58%
B 86 of 255 = 34%

75
149
86

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

Portions of RGB colors in percentages

R + G + B = 75 + 149 + 86 = 310 (100%)
R 75 of 310 ~ 24.19%
G 149 of 310 ~ 48.06%
B 86 of 310 ~ 27.74'%

%24.19
%48.06
%27.74

CMYK color model

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

  • cyan value is 49.66%
  • magenta value is 0.00%
  • yellow value is 42.28%
  • key color value is 41.57%

CMYK: (50,0,42,42)
C50M0Y42K42 (50%, 0%, 42%, 42%)
(0.50 / 0.00 / 0.42 / 0.42)

CMYK percentages

%49.66
%0
%42.28
%41.57

Codes

Color #4B9556 in popluar color models

4B 95 56
RGB 75 149 86
HSL 129° 33.04% 43.92%
HSB/HSV 129° 49.66% 58.43%
CMYK 49.66% 0.00% 42.28%
41.57%

Color #4B9556 in popluar number systems.

HEX 4B 95 56
Decimal 75 149 86
Binary 1001011 10010101 1010110
Octal 113 225 126

Shades and tints

Shades of #4B9556

#4B9556
(75,149,86)
#45884F
(69,136,79)
#3F7B48
(63,123,72)
#396E41
(57,110,65)
#33613A
(51,97,58)
#2D5433
(45,84,51)
#27472C
(39,71,44)
#213A25
(33,58,37)
#1B2D1E
(27,45,30)
#152017
(21,32,23)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #4B9556

#4B9556
(75,149,86)
#5B9E65
(91,158,101)
#6BA774
(107,167,116)
#7BB083
(123,176,131)
#8BB992
(139,185,146)
#9BC2A1
(155,194,161)
#ABCBB0
(171,203,176)
#BBD4BF
(187,212,191)
#CBDDCE
(203,221,206)
#DBE6DD
(219,230,221)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B9556; }

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

This text font color is #4B9556.

Background Color

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

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

This div background color is #4B9556.

Border color

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

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

This div border color is #4B9556.

Opacity

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

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

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

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

This text has shadow with #4B9556 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B9556.

Preview

Color preview on black background

This text has color #4B9556 on black background.


Color preview on white background

This text has color #4B9556 on white background.


Black color preview on #4B9556 background

This text has black color on #4B9556 background.


White color preview on #4B9556 background

This text has white color on #4B9556 background.


Related colors

Complementary color

Complementary color for #hex is #B46AA9.


I love getcolorcode.com

Triadic colors

1 #564B95 and #95564B with #4B9556 are triadic colors.

2 #56954B and #954B56 with #4B9556 are triadic colors.