COLOR #4B9387

HEX: #4B9387
RGB: (75,147,135)

Color info

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

RGB color model

#4B9387 color RGB value is (75,147,135).

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

RGB channels and saturation

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

75
147
135

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

Portions of RGB colors in percentages

R + G + B =
75 + 147 + 135 = 357 (100%)
R 75 of 357 ~ 21.01%
G 147 of 357 ~ 41.18%
B 135 of 357 ~ 37.82%

%21.01
%41.18
%37.82

CMYK color model

#4B9387 color CMYK value is (49,0,8,42).

  • cyan value is 48.98%
  • magenta value is 0.00%
  • yellow value is 8.16%
  • key color value is 42.35%
CMYK:
(49,0,8,42)
C49M0Y8K42 
(49%,0%,8%,42%)
(0.49/0.00/0.08/0.42)	

CMYK percentages

%48.98
%0
%8.16
%42.35

Codes

Color #4B9387 in popluar color models

4B9387
RGB75147135
HSL170°32.43%43.53%
HSB/HSV170°48.98%57.65%
CMYK48.98%0.00%8.16%
42.35%

Color #4B9387 in popluar number systems.

HEX4B9387
Decimal75147135
Binary10010111001001110000111
Octal113223207

Shades and tints

Shades of #4B9387

#4B9387
(75,147,135)
#45867B
(69,134,123)
#3F796F
(63,121,111)
#396C63
(57,108,99)
#335F57
(51,95,87)
#2D524B
(45,82,75)
#27453F
(39,69,63)
#213833
(33,56,51)
#1B2B27
(27,43,39)
#151E1B
(21,30,27)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #4B9387

#4B9387
(75,147,135)
#5B9C91
(91,156,145)
#6BA59B
(107,165,155)
#7BAEA5
(123,174,165)
#8BB7AF
(139,183,175)
#9BC0B9
(155,192,185)
#ABC9C3
(171,201,195)
#BBD2CD
(187,210,205)
#CBDBD7
(203,219,215)
#DBE4E1
(219,228,225)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B9387; }

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

This text font color is #4B9387.


Background Color

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

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

This div background color is #4B9387.


Border color

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

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

This div border color is #4B9387.


Opacity

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

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

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

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

This text has shadow with #4B9387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B9387 on black background.


Color preview on white background

This text has color #4B9387 on white background.



Black color preview on #4B9387 background

This text has black color on #4B9387 background.


White color preview on #4B9387 background

This text has white color on #4B9387 background.