COLOR #4B8393

HEX: #4B8393
RGB: (75,131,147)

Color info

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

RGB color model

#4B8393 color RGB value is (75,131,147).

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

RGB channels and saturation

R 75 of 255 = 29%
G 131 of 255 = 51%
B 147 of 255 = 58%

75
131
147

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

Portions of RGB colors in percentages

R + G + B =
75 + 131 + 147 = 353 (100%)
R 75 of 353 ~ 21.25%
G 131 of 353 ~ 37.11%
B 147 of 353 ~ 41.64%

%21.25
%37.11
%41.64

CMYK color model

#4B8393 color CMYK value is (49,11,0,42).

  • cyan value is 48.98%
  • magenta value is 10.88%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(49,11,0,42)
C49M11Y0K42 
(49%,11%,0%,42%)
(0.49/0.11/0.00/0.42)	

CMYK percentages

%48.98
%10.88
%0
%42.35

Codes

Color #4B8393 in popluar color models

4B8393
RGB75131147
HSL193°32.43%43.53%
HSB/HSV193°48.98%57.65%
CMYK48.98%10.88%0.00%
42.35%

Color #4B8393 in popluar number systems.

HEX4B8393
Decimal75131147
Binary10010111000001110010011
Octal113203223

Shades and tints

Shades of #4B8393

#4B8393
(75,131,147)
#457886
(69,120,134)
#3F6D79
(63,109,121)
#39626C
(57,98,108)
#33575F
(51,87,95)
#2D4C52
(45,76,82)
#274145
(39,65,69)
#213638
(33,54,56)
#1B2B2B
(27,43,43)
#15201E
(21,32,30)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #4B8393

#4B8393
(75,131,147)
#5B8E9C
(91,142,156)
#6B99A5
(107,153,165)
#7BA4AE
(123,164,174)
#8BAFB7
(139,175,183)
#9BBAC0
(155,186,192)
#ABC5C9
(171,197,201)
#BBD0D2
(187,208,210)
#CBDBDB
(203,219,219)
#DBE6E4
(219,230,228)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B8393; }

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

This text font color is #4B8393.


Background Color

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

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

This div background color is #4B8393.


Border color

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

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

This div border color is #4B8393.


Opacity

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

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

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

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

This text has shadow with #4B8393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B8393 on black background.


Color preview on white background

This text has color #4B8393 on white background.



Black color preview on #4B8393 background

This text has black color on #4B8393 background.


White color preview on #4B8393 background

This text has white color on #4B8393 background.