COLOR #4B8D7E

HEX: #4B8D7E
RGB: (75,141,126)

Color info

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

RGB color model

#4B8D7E color RGB value is (75,141,126).

  • red value is 75;
  • green value is 141;
  • blue value is 126.
RGB:
(75,141,126)
(29%,55%,49%)

RGB channels and saturation

R 75 of 255 = 29%
G 141 of 255 = 55%
B 126 of 255 = 49%

75
141
126

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

Portions of RGB colors in percentages

R + G + B =
75 + 141 + 126 = 342 (100%)
R 75 of 342 ~ 21.93%
G 141 of 342 ~ 41.23%
B 126 of 342 ~ 36.84%

%21.93
%41.23
%36.84

CMYK color model

#4B8D7E color CMYK value is (47,0,11,45).

  • cyan value is 46.81%
  • magenta value is 0.00%
  • yellow value is 10.64%
  • key color value is 44.71%
CMYK:
(47,0,11,45)
C47M0Y11K45 
(47%,0%,11%,45%)
(0.47/0.00/0.11/0.45)	

CMYK percentages

%46.81
%0
%10.64
%44.71

Codes

Color #4B8D7E in popluar color models

4B8D7E
RGB75141126
HSL166°30.56%42.35%
HSB/HSV166°46.81%55.29%
CMYK46.81%0.00%10.64%
44.71%

Color #4B8D7E in popluar number systems.

HEX4B8D7E
Decimal75141126
Binary1001011100011011111110
Octal113215176

Shades and tints

Shades of #4B8D7E

#4B8D7E
(75,141,126)
#458173
(69,129,115)
#3F7568
(63,117,104)
#39695D
(57,105,93)
#335D52
(51,93,82)
#2D5147
(45,81,71)
#27453C
(39,69,60)
#213931
(33,57,49)
#1B2D26
(27,45,38)
#15211B
(21,33,27)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #4B8D7E

#4B8D7E
(75,141,126)
#5B9789
(91,151,137)
#6BA194
(107,161,148)
#7BAB9F
(123,171,159)
#8BB5AA
(139,181,170)
#9BBFB5
(155,191,181)
#ABC9C0
(171,201,192)
#BBD3CB
(187,211,203)
#CBDDD6
(203,221,214)
#DBE7E1
(219,231,225)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B8D7E color. Also use rgb(75,141,126) instead hex code.

Text Font Color

.myTextColor { color: #4B8D7E; }

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

This text font color is #4B8D7E.


Background Color

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

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

This div background color is #4B8D7E.


Border color

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

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

This div border color is #4B8D7E.


Opacity

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

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

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

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

This text has shadow with #4B8D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B8D7E on black background.


Color preview on white background

This text has color #4B8D7E on white background.



Black color preview on #4B8D7E background

This text has black color on #4B8D7E background.


White color preview on #4B8D7E background

This text has white color on #4B8D7E background.