COLOR #4B9B7B

HEX: #4B9B7B
RGB: (75,155,123)

Color info

#4B9B7B contains mainly green and blue colors. Web safe color of #4B9B7B is #339966 (or #396).

RGB color model

#4B9B7B color RGB value is (75,155,123).

  • red value is 75;
  • green value is 155;
  • blue value is 123.
RGB:
(75,155,123)
(29%,61%,48%)

RGB channels and saturation

R 75 of 255 = 29%
G 155 of 255 = 61%
B 123 of 255 = 48%

75
155
123

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

Portions of RGB colors in percentages

R + G + B =
75 + 155 + 123 = 353 (100%)
R 75 of 353 ~ 21.25%
G 155 of 353 ~ 43.91%
B 123 of 353 ~ 34.84%

%21.25
%43.91
%34.84

CMYK color model

#4B9B7B color CMYK value is (52,0,21,39).

  • cyan value is 51.61%
  • magenta value is 0.00%
  • yellow value is 20.65%
  • key color value is 39.22%
CMYK:
(52,0,21,39)
C52M0Y21K39 
(52%,0%,21%,39%)
(0.52/0.00/0.21/0.39)	

CMYK percentages

%51.61
%0
%20.65
%39.22

Codes

Color #4B9B7B in popluar color models

4B9B7B
RGB75155123
HSL156°34.78%45.10%
HSB/HSV156°51.61%60.78%
CMYK51.61%0.00%20.65%
39.22%

Color #4B9B7B in popluar number systems.

HEX4B9B7B
Decimal75155123
Binary1001011100110111111011
Octal113233173

Shades and tints

Shades of #4B9B7B

#4B9B7B
(75,155,123)
#458D70
(69,141,112)
#3F7F65
(63,127,101)
#39715A
(57,113,90)
#33634F
(51,99,79)
#2D5544
(45,85,68)
#274739
(39,71,57)
#21392E
(33,57,46)
#1B2B23
(27,43,35)
#151D18
(21,29,24)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #4B9B7B

#4B9B7B
(75,155,123)
#5BA487
(91,164,135)
#6BAD93
(107,173,147)
#7BB69F
(123,182,159)
#8BBFAB
(139,191,171)
#9BC8B7
(155,200,183)
#ABD1C3
(171,209,195)
#BBDACF
(187,218,207)
#CBE3DB
(203,227,219)
#DBECE7
(219,236,231)
#EBF5F3
(235,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B9B7B; }

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

This text font color is #4B9B7B.


Background Color

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

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

This div background color is #4B9B7B.


Border color

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

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

This div border color is #4B9B7B.


Opacity

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

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

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

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

This text has shadow with #4B9B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B9B7B on black background.


Color preview on white background

This text has color #4B9B7B on white background.



Black color preview on #4B9B7B background

This text has black color on #4B9B7B background.


White color preview on #4B9B7B background

This text has white color on #4B9B7B background.