COLOR #4B9E8A

HEX: #4B9E8A
RGB: (75,158,138)

Color info

#4B9E8A contains mainly green and blue colors. Web safe color of #4B9E8A is #339999 (or #399).

RGB color model

#4B9E8A color RGB value is (75,158,138).

  • red value is 75;
  • green value is 158;
  • blue value is 138.
RGB:
(75,158,138)
(29%,62%,54%)

RGB channels and saturation

R 75 of 255 = 29%
G 158 of 255 = 62%
B 138 of 255 = 54%

75
158
138

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

Portions of RGB colors in percentages

R + G + B =
75 + 158 + 138 = 371 (100%)
R 75 of 371 ~ 20.22%
G 158 of 371 ~ 42.59%
B 138 of 371 ~ 37.2%

%20.22
%42.59
%37.2

CMYK color model

#4B9E8A color CMYK value is (53,0,13,38).

  • cyan value is 52.53%
  • magenta value is 0.00%
  • yellow value is 12.66%
  • key color value is 38.04%
CMYK:
(53,0,13,38)
C53M0Y13K38 
(53%,0%,13%,38%)
(0.53/0.00/0.13/0.38)	

CMYK percentages

%52.53
%0
%12.66
%38.04

Codes

Color #4B9E8A in popluar color models

4B9E8A
RGB75158138
HSL166°35.62%45.69%
HSB/HSV166°52.53%61.96%
CMYK52.53%0.00%12.66%
38.04%

Color #4B9E8A in popluar number systems.

HEX4B9E8A
Decimal75158138
Binary10010111001111010001010
Octal113236212

Shades and tints

Shades of #4B9E8A

#4B9E8A
(75,158,138)
#45907E
(69,144,126)
#3F8272
(63,130,114)
#397466
(57,116,102)
#33665A
(51,102,90)
#2D584E
(45,88,78)
#274A42
(39,74,66)
#213C36
(33,60,54)
#1B2E2A
(27,46,42)
#15201E
(21,32,30)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #4B9E8A

#4B9E8A
(75,158,138)
#5BA694
(91,166,148)
#6BAE9E
(107,174,158)
#7BB6A8
(123,182,168)
#8BBEB2
(139,190,178)
#9BC6BC
(155,198,188)
#ABCEC6
(171,206,198)
#BBD6D0
(187,214,208)
#CBDEDA
(203,222,218)
#DBE6E4
(219,230,228)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B9E8A color. Also use rgb(75,158,138) instead hex code.

Text Font Color

.myTextColor { color: #4B9E8A; }

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

This text font color is #4B9E8A.


Background Color

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

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

This div background color is #4B9E8A.


Border color

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

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

This div border color is #4B9E8A.


Opacity

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

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

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

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

This text has shadow with #4B9E8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B9E8A on black background.


Color preview on white background

This text has color #4B9E8A on white background.



Black color preview on #4B9E8A background

This text has black color on #4B9E8A background.


White color preview on #4B9E8A background

This text has white color on #4B9E8A background.