COLOR #4B8782

HEX: #4B8782
RGB: (75,135,130)

Color info

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

RGB color model

#4B8782 color RGB value is (75,135,130).

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

RGB channels and saturation

R 75 of 255 = 29%
G 135 of 255 = 53%
B 130 of 255 = 51%

75
135
130

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

Portions of RGB colors in percentages

R + G + B =
75 + 135 + 130 = 340 (100%)
R 75 of 340 ~ 22.06%
G 135 of 340 ~ 39.71%
B 130 of 340 ~ 38.24%

%22.06
%39.71
%38.24

CMYK color model

#4B8782 color CMYK value is (44,0,4,47).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 3.70%
  • key color value is 47.06%
CMYK:
(44,0,4,47)
C44M0Y4K47 
(44%,0%,4%,47%)
(0.44/0.00/0.04/0.47)	

CMYK percentages

%44.44
%0
%3.7
%47.06

Codes

Color #4B8782 in popluar color models

4B8782
RGB75135130
HSL175°28.57%41.18%
HSB/HSV175°44.44%52.94%
CMYK44.44%0.00%3.70%
47.06%

Color #4B8782 in popluar number systems.

HEX4B8782
Decimal75135130
Binary10010111000011110000010
Octal113207202

Shades and tints

Shades of #4B8782

#4B8782
(75,135,130)
#457B77
(69,123,119)
#3F6F6C
(63,111,108)
#396361
(57,99,97)
#335756
(51,87,86)
#2D4B4B
(45,75,75)
#273F40
(39,63,64)
#213335
(33,51,53)
#1B272A
(27,39,42)
#151B1F
(21,27,31)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #4B8782

#4B8782
(75,135,130)
#5B918D
(91,145,141)
#6B9B98
(107,155,152)
#7BA5A3
(123,165,163)
#8BAFAE
(139,175,174)
#9BB9B9
(155,185,185)
#ABC3C4
(171,195,196)
#BBCDCF
(187,205,207)
#CBD7DA
(203,215,218)
#DBE1E5
(219,225,229)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B8782; }

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

This text font color is #4B8782.


Background Color

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

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

This div background color is #4B8782.


Border color

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

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

This div border color is #4B8782.


Opacity

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

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

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

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

This text has shadow with #4B8782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B8782 on black background.


Color preview on white background

This text has color #4B8782 on white background.



Black color preview on #4B8782 background

This text has black color on #4B8782 background.


White color preview on #4B8782 background

This text has white color on #4B8782 background.