COLOR #4B995F

HEX: #4B995F RGB: (75,153,95)

Color info

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

RGB color model

#4B995F color RGB value is (75,153,95).

RGB: (75,153,95) (29%, 60%, 37%)

RGB channels and saturation

R 75 of 255 = 29%
G 153 of 255 = 60%
B 95 of 255 = 37%

75
153
95

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

Portions of RGB colors in percentages

R + G + B = 75 + 153 + 95 = 323 (100%)
R 75 of 323 ~ 23.22%
G 153 of 323 ~ 47.37%
B 95 of 323 ~ 29.41'%

%23.22
%47.37
%29.41

CMYK color model

#4B995F color CMYK value is (51,0,38,40).

  • cyan value is 50.98%
  • magenta value is 0.00%
  • yellow value is 37.91%
  • key color value is 40.00%
CMYK: (51,0,38,40) C51M0Y38K40 (51%,0%,38%,40%) (0.51/0.00/0.38/0.40) 

CMYK percentages

%50.98
%0
%37.91
%40

Codes

Color #4B995F in popluar color models

4B 99 5F
RGB 75 153 95
HSL 135° 34.21% 44.71%
HSB/HSV 135° 50.98% 60.00%
CMYK 50.98% 0.00% 37.91%
40.00%

Color #4B995F in popluar number systems.

HEX 4B 99 5F
Decimal 75 153 95
Binary 1001011 10011001 1011111
Octal 113 231 137

Shades and tints

Shades of #4B995F

#4B995F
(75,153,95)
#458C57
(69,140,87)
#3F7F4F
(63,127,79)
#397247
(57,114,71)
#33653F
(51,101,63)
#2D5837
(45,88,55)
#274B2F
(39,75,47)
#213E27
(33,62,39)
#1B311F
(27,49,31)
#152417
(21,36,23)
#0F170F
(15,23,15)
#000000
(0,0,0)

Tints of #4B995F

#4B995F
(75,153,95)
#5BA26D
(91,162,109)
#6BAB7B
(107,171,123)
#7BB489
(123,180,137)
#8BBD97
(139,189,151)
#9BC6A5
(155,198,165)
#ABCFB3
(171,207,179)
#BBD8C1
(187,216,193)
#CBE1CF
(203,225,207)
#DBEADD
(219,234,221)
#EBF3EB
(235,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B995F color. Also use rgb(75,153,95) instead hex code.

Text Font Color

.myTextColor { color: #4B995F; }

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

This text font color is #4B995F.

Background Color

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

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

This div background color is #4B995F.

Border color

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

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

This div border color is #4B995F.

Opacity

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

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

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

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

This text has shadow with #4B995F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B995F.

Preview

Color preview on black background

This text has color #4B995F on black background.


Color preview on white background

This text has color #4B995F on white background.


Black color preview on #4B995F background

This text has black color on #4B995F background.


White color preview on #4B995F background

This text has white color on #4B995F background.


Related colors

Complementary color

Complementary color for #hex is #B466A0.


I love getcolorcode.com

Triadic colors

1 #5F4B99 and #995F4B with #4B995F are triadic colors.

2 #5F994B and #994B5F with #4B995F are triadic colors.