COLOR #4B7F6B

HEX: #4B7F6B RGB: (75,127,107)

Color info

#4B7F6B contains red, green and blue colors in about the same proportion. Web safe color of #4B7F6B is #336666 (or #366).

RGB color model

#4B7F6B color RGB value is (75,127,107).

RGB: (75,127,107) (29%, 50%, 42%)

RGB channels and saturation

R 75 of 255 = 29%
G 127 of 255 = 50%
B 107 of 255 = 42%

75
127
107

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

Portions of RGB colors in percentages

R + G + B = 75 + 127 + 107 = 309 (100%)
R 75 of 309 ~ 24.27%
G 127 of 309 ~ 41.1%
B 107 of 309 ~ 34.63'%

%24.27
%41.1
%34.63

CMYK color model

#4B7F6B color CMYK value is (41,0,16,50).

  • cyan value is 40.94%
  • magenta value is 0.00%
  • yellow value is 15.75%
  • key color value is 50.20%

CMYK: (41,0,16,50)
C41M0Y16K50 (41%, 0%, 16%, 50%)
(0.41 / 0.00 / 0.16 / 0.50)

CMYK percentages

%40.94
%0
%15.75
%50.2

Codes

Color #4B7F6B in popluar color models

4B 7F 6B
RGB 75 127 107
HSL 157° 25.74% 39.61%
HSB/HSV 157° 40.94% 49.80%
CMYK 40.94% 0.00% 15.75%
50.20%

Color #4B7F6B in popluar number systems.

HEX 4B 7F 6B
Decimal 75 127 107
Binary 1001011 1111111 1101011
Octal 113 177 153

Shades and tints

Shades of #4B7F6B

#4B7F6B
(75,127,107)
#457462
(69,116,98)
#3F6959
(63,105,89)
#395E50
(57,94,80)
#335347
(51,83,71)
#2D483E
(45,72,62)
#273D35
(39,61,53)
#21322C
(33,50,44)
#1B2723
(27,39,35)
#151C1A
(21,28,26)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #4B7F6B

#4B7F6B
(75,127,107)
#5B8A78
(91,138,120)
#6B9585
(107,149,133)
#7BA092
(123,160,146)
#8BAB9F
(139,171,159)
#9BB6AC
(155,182,172)
#ABC1B9
(171,193,185)
#BBCCC6
(187,204,198)
#CBD7D3
(203,215,211)
#DBE2E0
(219,226,224)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7F6B; }

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

This text font color is #4B7F6B.

Background Color

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

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

This div background color is #4B7F6B.

Border color

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

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

This div border color is #4B7F6B.

Opacity

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

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

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

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

This text has shadow with #4B7F6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B7F6B.

Preview

Color preview on black background

This text has color #4B7F6B on black background.


Color preview on white background

This text has color #4B7F6B on white background.


Black color preview on #4B7F6B background

This text has black color on #4B7F6B background.


White color preview on #4B7F6B background

This text has white color on #4B7F6B background.


Related colors

Complementary color

Complementary color for #hex is #B48094.


I love getcolorcode.com

Triadic colors

1 #6B4B7F and #7F6B4B with #4B7F6B are triadic colors.

2 #6B7F4B and #7F4B6B with #4B7F6B are triadic colors.