COLOR #4B997F

HEX: #4B997F RGB: (75,153,127)

Color info

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

RGB color model

#4B997F color RGB value is (75,153,127).

RGB: (75,153,127) (29%, 60%, 50%)

RGB channels and saturation

R 75 of 255 = 29%
G 153 of 255 = 60%
B 127 of 255 = 50%

75
153
127

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

Portions of RGB colors in percentages

R + G + B = 75 + 153 + 127 = 355 (100%)
R 75 of 355 ~ 21.13%
G 153 of 355 ~ 43.1%
B 127 of 355 ~ 35.77'%

%21.13
%43.1
%35.77

CMYK color model

#4B997F color CMYK value is (51,0,17,40).

  • cyan value is 50.98%
  • magenta value is 0.00%
  • yellow value is 16.99%
  • key color value is 40.00%

CMYK: (51,0,17,40)
C51M0Y17K40 (51%, 0%, 17%, 40%)
(0.51 / 0.00 / 0.17 / 0.40)

CMYK percentages

%50.98
%0
%16.99
%40

Codes

Color #4B997F in popluar color models

4B 99 7F
RGB 75 153 127
HSL 160° 34.21% 44.71%
HSB/HSV 160° 50.98% 60.00%
CMYK 50.98% 0.00% 16.99%
40.00%

Color #4B997F in popluar number systems.

HEX 4B 99 7F
Decimal 75 153 127
Binary 1001011 10011001 1111111
Octal 113 231 177

Shades and tints

Shades of #4B997F

#4B997F
(75,153,127)
#458C74
(69,140,116)
#3F7F69
(63,127,105)
#39725E
(57,114,94)
#336553
(51,101,83)
#2D5848
(45,88,72)
#274B3D
(39,75,61)
#213E32
(33,62,50)
#1B3127
(27,49,39)
#15241C
(21,36,28)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #4B997F

#4B997F
(75,153,127)
#5BA28A
(91,162,138)
#6BAB95
(107,171,149)
#7BB4A0
(123,180,160)
#8BBDAB
(139,189,171)
#9BC6B6
(155,198,182)
#ABCFC1
(171,207,193)
#BBD8CC
(187,216,204)
#CBE1D7
(203,225,215)
#DBEAE2
(219,234,226)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B997F; }

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

This text font color is #4B997F.

Background Color

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

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

This div background color is #4B997F.

Border color

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

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

This div border color is #4B997F.

Opacity

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

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

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

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

This text has shadow with #4B997F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B997F.

Preview

Color preview on black background

This text has color #4B997F on black background.


Color preview on white background

This text has color #4B997F on white background.


Black color preview on #4B997F background

This text has black color on #4B997F background.


White color preview on #4B997F background

This text has white color on #4B997F background.


Related colors

Complementary color

Complementary color for #hex is #B46680.


I love getcolorcode.com

Triadic colors

1 #7F4B99 and #997F4B with #4B997F are triadic colors.

2 #7F994B and #994B7F with #4B997F are triadic colors.