COLOR #4B8D97

HEX: #4B8D97
RGB: (75,141,151)

Color info

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

RGB color model

#4B8D97 color RGB value is (75,141,151).

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

RGB channels and saturation

R 75 of 255 = 29%
G 141 of 255 = 55%
B 151 of 255 = 59%

75
141
151

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

Portions of RGB colors in percentages

R + G + B =
75 + 141 + 151 = 367 (100%)
R 75 of 367 ~ 20.44%
G 141 of 367 ~ 38.42%
B 151 of 367 ~ 41.14%

%20.44
%38.42
%41.14

CMYK color model

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

  • cyan value is 50.33%
  • magenta value is 6.62%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(50,7,0,41)
C50M7Y0K41 
(50%,7%,0%,41%)
(0.50/0.07/0.00/0.41)	

CMYK percentages

%50.33
%6.62
%0
%40.78

Codes

Color #4B8D97 in popluar color models

4B8D97
RGB75141151
HSL188°33.63%44.31%
HSB/HSV188°50.33%59.22%
CMYK50.33%6.62%0.00%
40.78%

Color #4B8D97 in popluar number systems.

HEX4B8D97
Decimal75141151
Binary10010111000110110010111
Octal113215227

Shades and tints

Shades of #4B8D97

#4B8D97
(75,141,151)
#45818A
(69,129,138)
#3F757D
(63,117,125)
#396970
(57,105,112)
#335D63
(51,93,99)
#2D5156
(45,81,86)
#274549
(39,69,73)
#21393C
(33,57,60)
#1B2D2F
(27,45,47)
#152122
(21,33,34)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #4B8D97

#4B8D97
(75,141,151)
#5B97A0
(91,151,160)
#6BA1A9
(107,161,169)
#7BABB2
(123,171,178)
#8BB5BB
(139,181,187)
#9BBFC4
(155,191,196)
#ABC9CD
(171,201,205)
#BBD3D6
(187,211,214)
#CBDDDF
(203,221,223)
#DBE7E8
(219,231,232)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B8D97; }

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

This text font color is #4B8D97.


Background Color

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

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

This div background color is #4B8D97.


Border color

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

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

This div border color is #4B8D97.


Opacity

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

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

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

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

This text has shadow with #4B8D97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B8D97 on black background.


Color preview on white background

This text has color #4B8D97 on white background.



Black color preview on #4B8D97 background

This text has black color on #4B8D97 background.


White color preview on #4B8D97 background

This text has white color on #4B8D97 background.