COLOR #4B9696

HEX: #4B9696
RGB: (75,150,150)

Color info

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

RGB color model

#4B9696 color RGB value is (75,150,150).

  • red value is 75;
  • green value is 150;
  • blue value is 150.
RGB:
(75,150,150)
(29%,59%,59%)

RGB channels and saturation

R 75 of 255 = 29%
G 150 of 255 = 59%
B 150 of 255 = 59%

75
150
150

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

Portions of RGB colors in percentages

R + G + B =
75 + 150 + 150 = 375 (100%)
R 75 of 375 ~ 20%
G 150 of 375 ~ 40%
B 150 of 375 ~ 40%

%20
%40
%40

CMYK color model

#4B9696 color CMYK value is (50,0,0,41).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(50,0,0,41)
C50M0Y0K41 
(50%,0%,0%,41%)
(0.50/0.00/0.00/0.41)	

CMYK percentages

%50
%0
%0
%41.18

Codes

Color #4B9696 in popluar color models

4B9696
RGB75150150
HSL180°33.33%44.12%
HSB/HSV180°50.00%58.82%
CMYK50.00%0.00%0.00%
41.18%

Color #4B9696 in popluar number systems.

HEX4B9696
Decimal75150150
Binary10010111001011010010110
Octal113226226

Shades and tints

Shades of #4B9696

#4B9696
(75,150,150)
#458989
(69,137,137)
#3F7C7C
(63,124,124)
#396F6F
(57,111,111)
#336262
(51,98,98)
#2D5555
(45,85,85)
#274848
(39,72,72)
#213B3B
(33,59,59)
#1B2E2E
(27,46,46)
#152121
(21,33,33)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #4B9696

#4B9696
(75,150,150)
#5B9F9F
(91,159,159)
#6BA8A8
(107,168,168)
#7BB1B1
(123,177,177)
#8BBABA
(139,186,186)
#9BC3C3
(155,195,195)
#ABCCCC
(171,204,204)
#BBD5D5
(187,213,213)
#CBDEDE
(203,222,222)
#DBE7E7
(219,231,231)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B9696; }

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

This text font color is #4B9696.


Background Color

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

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

This div background color is #4B9696.


Border color

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

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

This div border color is #4B9696.


Opacity

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

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

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

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

This text has shadow with #4B9696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B9696 on black background.


Color preview on white background

This text has color #4B9696 on white background.



Black color preview on #4B9696 background

This text has black color on #4B9696 background.


White color preview on #4B9696 background

This text has white color on #4B9696 background.