COLOR #4B8A8C

HEX: #4B8A8C RGB: (75,138,140)

Color info

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

RGB color model

#4B8A8C color RGB value is (75,138,140).

RGB: (75,138,140) (29%, 54%, 55%)

RGB channels and saturation

R 75 of 255 = 29%
G 138 of 255 = 54%
B 140 of 255 = 55%

75
138
140

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

Portions of RGB colors in percentages

R + G + B = 75 + 138 + 140 = 353 (100%)
R 75 of 353 ~ 21.25%
G 138 of 353 ~ 39.09%
B 140 of 353 ~ 39.66'%

%21.25
%39.09
%39.66

CMYK color model

#4B8A8C color CMYK value is (46,1,0,45).

  • cyan value is 46.43%
  • magenta value is 1.43%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (46,1,0,45)
C46M1Y0K45 (46%, 1%, 0%, 45%)
(0.46 / 0.01 / 0.00 / 0.45)

CMYK percentages

%46.43
%1.43
%0
%45.1

Codes

Color #4B8A8C in popluar color models

4B 8A 8C
RGB 75 138 140
HSL 182° 30.23% 42.16%
HSB/HSV 182° 46.43% 54.90%
CMYK 46.43% 1.43% 0.00%
45.10%

Color #4B8A8C in popluar number systems.

HEX 4B 8A 8C
Decimal 75 138 140
Binary 1001011 10001010 10001100
Octal 113 212 214

Shades and tints

Shades of #4B8A8C

#4B8A8C
(75,138,140)
#457E80
(69,126,128)
#3F7274
(63,114,116)
#396668
(57,102,104)
#335A5C
(51,90,92)
#2D4E50
(45,78,80)
#274244
(39,66,68)
#213638
(33,54,56)
#1B2A2C
(27,42,44)
#151E20
(21,30,32)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #4B8A8C

#4B8A8C
(75,138,140)
#5B9496
(91,148,150)
#6B9EA0
(107,158,160)
#7BA8AA
(123,168,170)
#8BB2B4
(139,178,180)
#9BBCBE
(155,188,190)
#ABC6C8
(171,198,200)
#BBD0D2
(187,208,210)
#CBDADC
(203,218,220)
#DBE4E6
(219,228,230)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B8A8C; }

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

This text font color is #4B8A8C.

Background Color

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

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

This div background color is #4B8A8C.

Border color

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

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

This div border color is #4B8A8C.

Opacity

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

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

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

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

This text has shadow with #4B8A8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B8A8C.

Preview

Color preview on black background

This text has color #4B8A8C on black background.


Color preview on white background

This text has color #4B8A8C on white background.


Black color preview on #4B8A8C background

This text has black color on #4B8A8C background.


White color preview on #4B8A8C background

This text has white color on #4B8A8C background.


Related colors

Complementary color

Complementary color for #hex is #B47573.


I love getcolorcode.com

Triadic colors

1 #8C4B8A and #8A8C4B with #4B8A8C are triadic colors.

2 #8C8A4B and #8A4B8C with #4B8A8C are triadic colors.