COLOR #4B8965

HEX: #4B8965
RGB: (75,137,101)

Color info

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

RGB color model

#4B8965 color RGB value is (75,137,101).

  • red value is 75;
  • green value is 137;
  • blue value is 101.
RGB:
(75,137,101)
(29%,54%,40%)

RGB channels and saturation

R 75 of 255 = 29%
G 137 of 255 = 54%
B 101 of 255 = 40%

75
137
101

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

Portions of RGB colors in percentages

R + G + B =
75 + 137 + 101 = 313 (100%)
R 75 of 313 ~ 23.96%
G 137 of 313 ~ 43.77%
B 101 of 313 ~ 32.27%

%23.96
%43.77
%32.27

CMYK color model

#4B8965 color CMYK value is (45,0,26,46).

  • cyan value is 45.26%
  • magenta value is 0.00%
  • yellow value is 26.28%
  • key color value is 46.27%
CMYK:
(45,0,26,46)
C45M0Y26K46 
(45%,0%,26%,46%)
(0.45/0.00/0.26/0.46)	

CMYK percentages

%45.26
%0
%26.28
%46.27

Codes

Color #4B8965 in popluar color models

4B8965
RGB75137101
HSL145°29.25%41.57%
HSB/HSV145°45.26%53.73%
CMYK45.26%0.00%26.28%
46.27%

Color #4B8965 in popluar number systems.

HEX4B8965
Decimal75137101
Binary1001011100010011100101
Octal113211145

Shades and tints

Shades of #4B8965

#4B8965
(75,137,101)
#457D5C
(69,125,92)
#3F7153
(63,113,83)
#39654A
(57,101,74)
#335941
(51,89,65)
#2D4D38
(45,77,56)
#27412F
(39,65,47)
#213526
(33,53,38)
#1B291D
(27,41,29)
#151D14
(21,29,20)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #4B8965

#4B8965
(75,137,101)
#5B9373
(91,147,115)
#6B9D81
(107,157,129)
#7BA78F
(123,167,143)
#8BB19D
(139,177,157)
#9BBBAB
(155,187,171)
#ABC5B9
(171,197,185)
#BBCFC7
(187,207,199)
#CBD9D5
(203,217,213)
#DBE3E3
(219,227,227)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B8965 color. Also use rgb(75,137,101) instead hex code.

Text Font Color

.myTextColor { color: #4B8965; }

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

This text font color is #4B8965.


Background Color

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

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

This div background color is #4B8965.


Border color

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

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

This div border color is #4B8965.


Opacity

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

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

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

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

This text has shadow with #4B8965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B8965 on black background.


Color preview on white background

This text has color #4B8965 on white background.



Black color preview on #4B8965 background

This text has black color on #4B8965 background.


White color preview on #4B8965 background

This text has white color on #4B8965 background.