COLOR #4B937E

HEX: #4B937E
RGB: (75,147,126)

Color info

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

RGB color model

#4B937E color RGB value is (75,147,126).

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

RGB channels and saturation

R 75 of 255 = 29%
G 147 of 255 = 58%
B 126 of 255 = 49%

75
147
126

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

Portions of RGB colors in percentages

R + G + B =
75 + 147 + 126 = 348 (100%)
R 75 of 348 ~ 21.55%
G 147 of 348 ~ 42.24%
B 126 of 348 ~ 36.21%

%21.55
%42.24
%36.21

CMYK color model

#4B937E color CMYK value is (49,0,14,42).

  • cyan value is 48.98%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 42.35%
CMYK:
(49,0,14,42)
C49M0Y14K42 
(49%,0%,14%,42%)
(0.49/0.00/0.14/0.42)	

CMYK percentages

%48.98
%0
%14.29
%42.35

Codes

Color #4B937E in popluar color models

4B937E
RGB75147126
HSL163°32.43%43.53%
HSB/HSV163°48.98%57.65%
CMYK48.98%0.00%14.29%
42.35%

Color #4B937E in popluar number systems.

HEX4B937E
Decimal75147126
Binary1001011100100111111110
Octal113223176

Shades and tints

Shades of #4B937E

#4B937E
(75,147,126)
#458673
(69,134,115)
#3F7968
(63,121,104)
#396C5D
(57,108,93)
#335F52
(51,95,82)
#2D5247
(45,82,71)
#27453C
(39,69,60)
#213831
(33,56,49)
#1B2B26
(27,43,38)
#151E1B
(21,30,27)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #4B937E

#4B937E
(75,147,126)
#5B9C89
(91,156,137)
#6BA594
(107,165,148)
#7BAE9F
(123,174,159)
#8BB7AA
(139,183,170)
#9BC0B5
(155,192,181)
#ABC9C0
(171,201,192)
#BBD2CB
(187,210,203)
#CBDBD6
(203,219,214)
#DBE4E1
(219,228,225)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B937E; }

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

This text font color is #4B937E.


Background Color

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

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

This div background color is #4B937E.


Border color

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

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

This div border color is #4B937E.


Opacity

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

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

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

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

This text has shadow with #4B937E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B937E on black background.


Color preview on white background

This text has color #4B937E on white background.



Black color preview on #4B937E background

This text has black color on #4B937E background.


White color preview on #4B937E background

This text has white color on #4B937E background.