COLOR #4B9388

HEX: #4B9388
RGB: (75,147,136)

Color info

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

RGB color model

#4B9388 color RGB value is (75,147,136).

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

RGB channels and saturation

R 75 of 255 = 29%
G 147 of 255 = 58%
B 136 of 255 = 53%

75
147
136

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

Portions of RGB colors in percentages

R + G + B =
75 + 147 + 136 = 358 (100%)
R 75 of 358 ~ 20.95%
G 147 of 358 ~ 41.06%
B 136 of 358 ~ 37.99%

%20.95
%41.06
%37.99

CMYK color model

#4B9388 color CMYK value is (49,0,7,42).

  • cyan value is 48.98%
  • magenta value is 0.00%
  • yellow value is 7.48%
  • key color value is 42.35%
CMYK:
(49,0,7,42)
C49M0Y7K42 
(49%,0%,7%,42%)
(0.49/0.00/0.07/0.42)	

CMYK percentages

%48.98
%0
%7.48
%42.35

Codes

Color #4B9388 in popluar color models

4B9388
RGB75147136
HSL171°32.43%43.53%
HSB/HSV171°48.98%57.65%
CMYK48.98%0.00%7.48%
42.35%

Color #4B9388 in popluar number systems.

HEX4B9388
Decimal75147136
Binary10010111001001110001000
Octal113223210

Shades and tints

Shades of #4B9388

#4B9388
(75,147,136)
#45867C
(69,134,124)
#3F7970
(63,121,112)
#396C64
(57,108,100)
#335F58
(51,95,88)
#2D524C
(45,82,76)
#274540
(39,69,64)
#213834
(33,56,52)
#1B2B28
(27,43,40)
#151E1C
(21,30,28)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #4B9388

#4B9388
(75,147,136)
#5B9C92
(91,156,146)
#6BA59C
(107,165,156)
#7BAEA6
(123,174,166)
#8BB7B0
(139,183,176)
#9BC0BA
(155,192,186)
#ABC9C4
(171,201,196)
#BBD2CE
(187,210,206)
#CBDBD8
(203,219,216)
#DBE4E2
(219,228,226)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B9388; }

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

This text font color is #4B9388.


Background Color

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

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

This div background color is #4B9388.


Border color

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

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

This div border color is #4B9388.


Opacity

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

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

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

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

This text has shadow with #4B9388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B9388 on black background.


Color preview on white background

This text has color #4B9388 on white background.



Black color preview on #4B9388 background

This text has black color on #4B9388 background.


White color preview on #4B9388 background

This text has white color on #4B9388 background.