COLOR #4B838E

HEX: #4B838E
RGB: (75,131,142)

Color info

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

RGB color model

#4B838E color RGB value is (75,131,142).

  • red value is 75;
  • green value is 131;
  • blue value is 142.
RGB:
(75,131,142)
(29%,51%,56%)

RGB channels and saturation

R 75 of 255 = 29%
G 131 of 255 = 51%
B 142 of 255 = 56%

75
131
142

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

Portions of RGB colors in percentages

R + G + B =
75 + 131 + 142 = 348 (100%)
R 75 of 348 ~ 21.55%
G 131 of 348 ~ 37.64%
B 142 of 348 ~ 40.8%

%21.55
%37.64
%40.8

CMYK color model

#4B838E color CMYK value is (47,8,0,44).

  • cyan value is 47.18%
  • magenta value is 7.75%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(47,8,0,44)
C47M8Y0K44 
(47%,8%,0%,44%)
(0.47/0.08/0.00/0.44)	

CMYK percentages

%47.18
%7.75
%0
%44.31

Codes

Color #4B838E in popluar color models

4B838E
RGB75131142
HSL190°30.88%42.55%
HSB/HSV190°47.18%55.69%
CMYK47.18%7.75%0.00%
44.31%

Color #4B838E in popluar number systems.

HEX4B838E
Decimal75131142
Binary10010111000001110001110
Octal113203216

Shades and tints

Shades of #4B838E

#4B838E
(75,131,142)
#457882
(69,120,130)
#3F6D76
(63,109,118)
#39626A
(57,98,106)
#33575E
(51,87,94)
#2D4C52
(45,76,82)
#274146
(39,65,70)
#21363A
(33,54,58)
#1B2B2E
(27,43,46)
#152022
(21,32,34)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #4B838E

#4B838E
(75,131,142)
#5B8E98
(91,142,152)
#6B99A2
(107,153,162)
#7BA4AC
(123,164,172)
#8BAFB6
(139,175,182)
#9BBAC0
(155,186,192)
#ABC5CA
(171,197,202)
#BBD0D4
(187,208,212)
#CBDBDE
(203,219,222)
#DBE6E8
(219,230,232)
#EBF1F2
(235,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B838E color. Also use rgb(75,131,142) instead hex code.

Text Font Color

.myTextColor { color: #4B838E; }

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

This text font color is #4B838E.


Background Color

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

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

This div background color is #4B838E.


Border color

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

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

This div border color is #4B838E.


Opacity

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

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

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

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

This text has shadow with #4B838E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B838E on black background.


Color preview on white background

This text has color #4B838E on white background.



Black color preview on #4B838E background

This text has black color on #4B838E background.


White color preview on #4B838E background

This text has white color on #4B838E background.