COLOR #4B8969

HEX: #4B8969 RGB: (75,137,105)

Color info

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

RGB color model

#4B8969 color RGB value is (75,137,105).

RGB: (75,137,105) (29%, 54%, 41%)

RGB channels and saturation

R 75 of 255 = 29%
G 137 of 255 = 54%
B 105 of 255 = 41%

75
137
105

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

Portions of RGB colors in percentages

R + G + B = 75 + 137 + 105 = 317 (100%)
R 75 of 317 ~ 23.66%
G 137 of 317 ~ 43.22%
B 105 of 317 ~ 33.12'%

%23.66
%43.22
%33.12

CMYK color model

#4B8969 color CMYK value is (45,0,23,46).

  • cyan value is 45.26%
  • magenta value is 0.00%
  • yellow value is 23.36%
  • key color value is 46.27%

CMYK: (45,0,23,46)
C45M0Y23K46 (45%, 0%, 23%, 46%)
(0.45 / 0.00 / 0.23 / 0.46)

CMYK percentages

%45.26
%0
%23.36
%46.27

Codes

Color #4B8969 in popluar color models

4B 89 69
RGB 75 137 105
HSL 149° 29.25% 41.57%
HSB/HSV 149° 45.26% 53.73%
CMYK 45.26% 0.00% 23.36%
46.27%

Color #4B8969 in popluar number systems.

HEX 4B 89 69
Decimal 75 137 105
Binary 1001011 10001001 1101001
Octal 113 211 151

Shades and tints

Shades of #4B8969

#4B8969
(75,137,105)
#457D60
(69,125,96)
#3F7157
(63,113,87)
#39654E
(57,101,78)
#335945
(51,89,69)
#2D4D3C
(45,77,60)
#274133
(39,65,51)
#21352A
(33,53,42)
#1B2921
(27,41,33)
#151D18
(21,29,24)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #4B8969

#4B8969
(75,137,105)
#5B9376
(91,147,118)
#6B9D83
(107,157,131)
#7BA790
(123,167,144)
#8BB19D
(139,177,157)
#9BBBAA
(155,187,170)
#ABC5B7
(171,197,183)
#BBCFC4
(187,207,196)
#CBD9D1
(203,217,209)
#DBE3DE
(219,227,222)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B8969; }

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

This text font color is #4B8969.

Background Color

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

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

This div background color is #4B8969.

Border color

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

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

This div border color is #4B8969.

Opacity

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

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

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

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

This text has shadow with #4B8969 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B8969.

Preview

Color preview on black background

This text has color #4B8969 on black background.


Color preview on white background

This text has color #4B8969 on white background.


Black color preview on #4B8969 background

This text has black color on #4B8969 background.


White color preview on #4B8969 background

This text has white color on #4B8969 background.


Related colors

Complementary color

Complementary color for #hex is #B47696.


I love getcolorcode.com

Triadic colors

1 #694B89 and #89694B with #4B8969 are triadic colors.

2 #69894B and #894B69 with #4B8969 are triadic colors.