COLOR #4B9755

HEX: #4B9755 RGB: (75,151,85)

Color info

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

RGB color model

#4B9755 color RGB value is (75,151,85).

RGB: (75,151,85) (29%, 59%, 33%)

RGB channels and saturation

R 75 of 255 = 29%
G 151 of 255 = 59%
B 85 of 255 = 33%

75
151
85

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

Portions of RGB colors in percentages

R + G + B = 75 + 151 + 85 = 311 (100%)
R 75 of 311 ~ 24.12%
G 151 of 311 ~ 48.55%
B 85 of 311 ~ 27.33'%

%24.12
%48.55
%27.33

CMYK color model

#4B9755 color CMYK value is (50,0,44,41).

  • cyan value is 50.33%
  • magenta value is 0.00%
  • yellow value is 43.71%
  • key color value is 40.78%

CMYK: (50,0,44,41)
C50M0Y44K41 (50%, 0%, 44%, 41%)
(0.50 / 0.00 / 0.44 / 0.41)

CMYK percentages

%50.33
%0
%43.71
%40.78

Codes

Color #4B9755 in popluar color models

4B 97 55
RGB 75 151 85
HSL 128° 33.63% 44.31%
HSB/HSV 128° 50.33% 59.22%
CMYK 50.33% 0.00% 43.71%
40.78%

Color #4B9755 in popluar number systems.

HEX 4B 97 55
Decimal 75 151 85
Binary 1001011 10010111 1010101
Octal 113 227 125

Shades and tints

Shades of #4B9755

#4B9755
(75,151,85)
#458A4E
(69,138,78)
#3F7D47
(63,125,71)
#397040
(57,112,64)
#336339
(51,99,57)
#2D5632
(45,86,50)
#27492B
(39,73,43)
#213C24
(33,60,36)
#1B2F1D
(27,47,29)
#152216
(21,34,22)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #4B9755

#4B9755
(75,151,85)
#5BA064
(91,160,100)
#6BA973
(107,169,115)
#7BB282
(123,178,130)
#8BBB91
(139,187,145)
#9BC4A0
(155,196,160)
#ABCDAF
(171,205,175)
#BBD6BE
(187,214,190)
#CBDFCD
(203,223,205)
#DBE8DC
(219,232,220)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B9755 color. Also use rgb(75,151,85) instead hex code.

Text Font Color

.myTextColor { color: #4B9755; }

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

This text font color is #4B9755.

Background Color

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

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

This div background color is #4B9755.

Border color

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

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

This div border color is #4B9755.

Opacity

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

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

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

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

This text has shadow with #4B9755 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B9755.

Preview

Color preview on black background

This text has color #4B9755 on black background.


Color preview on white background

This text has color #4B9755 on white background.


Black color preview on #4B9755 background

This text has black color on #4B9755 background.


White color preview on #4B9755 background

This text has white color on #4B9755 background.


Related colors

Complementary color

Complementary color for #hex is #B468AA.


I love getcolorcode.com

Triadic colors

1 #554B97 and #97554B with #4B9755 are triadic colors.

2 #55974B and #974B55 with #4B9755 are triadic colors.