COLOR #4B8B6E

HEX: #4B8B6E RGB: (75,139,110)

Color info

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

RGB color model

#4B8B6E color RGB value is (75,139,110).

RGB: (75,139,110) (29%, 55%, 43%)

RGB channels and saturation

R 75 of 255 = 29%
G 139 of 255 = 55%
B 110 of 255 = 43%

75
139
110

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

Portions of RGB colors in percentages

R + G + B = 75 + 139 + 110 = 324 (100%)
R 75 of 324 ~ 23.15%
G 139 of 324 ~ 42.9%
B 110 of 324 ~ 33.95'%

%23.15
%42.9
%33.95

CMYK color model

#4B8B6E color CMYK value is (46,0,21,45).

  • cyan value is 46.04%
  • magenta value is 0.00%
  • yellow value is 20.86%
  • key color value is 45.49%

CMYK: (46,0,21,45)
C46M0Y21K45 (46%, 0%, 21%, 45%)
(0.46 / 0.00 / 0.21 / 0.45)

CMYK percentages

%46.04
%0
%20.86
%45.49

Codes

Color #4B8B6E in popluar color models

4B 8B 6E
RGB 75 139 110
HSL 153° 29.91% 41.96%
HSB/HSV 153° 46.04% 54.51%
CMYK 46.04% 0.00% 20.86%
45.49%

Color #4B8B6E in popluar number systems.

HEX 4B 8B 6E
Decimal 75 139 110
Binary 1001011 10001011 1101110
Octal 113 213 156

Shades and tints

Shades of #4B8B6E

#4B8B6E
(75,139,110)
#457F64
(69,127,100)
#3F735A
(63,115,90)
#396750
(57,103,80)
#335B46
(51,91,70)
#2D4F3C
(45,79,60)
#274332
(39,67,50)
#213728
(33,55,40)
#1B2B1E
(27,43,30)
#151F14
(21,31,20)
#0F130A
(15,19,10)
#000000
(0,0,0)

Tints of #4B8B6E

#4B8B6E
(75,139,110)
#5B957B
(91,149,123)
#6B9F88
(107,159,136)
#7BA995
(123,169,149)
#8BB3A2
(139,179,162)
#9BBDAF
(155,189,175)
#ABC7BC
(171,199,188)
#BBD1C9
(187,209,201)
#CBDBD6
(203,219,214)
#DBE5E3
(219,229,227)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B8B6E color. Also use rgb(75,139,110) instead hex code.

Text Font Color

.myTextColor { color: #4B8B6E; }

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

This text font color is #4B8B6E.

Background Color

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

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

This div background color is #4B8B6E.

Border color

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

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

This div border color is #4B8B6E.

Opacity

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

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

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

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

This text has shadow with #4B8B6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B8B6E.

Preview

Color preview on black background

This text has color #4B8B6E on black background.


Color preview on white background

This text has color #4B8B6E on white background.


Black color preview on #4B8B6E background

This text has black color on #4B8B6E background.


White color preview on #4B8B6E background

This text has white color on #4B8B6E background.


Related colors

Complementary color

Complementary color for #hex is #B47491.


I love getcolorcode.com

Triadic colors

1 #6E4B8B and #8B6E4B with #4B8B6E are triadic colors.

2 #6E8B4B and #8B4B6E with #4B8B6E are triadic colors.