COLOR #4BAE8E

HEX: #4BAE8E RGB: (75,174,142)

Color info

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

RGB color model

#4BAE8E color RGB value is (75,174,142).

RGB: (75,174,142) (29%, 68%, 56%)

RGB channels and saturation

R 75 of 255 = 29%
G 174 of 255 = 68%
B 142 of 255 = 56%

75
174
142

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

Portions of RGB colors in percentages

R + G + B = 75 + 174 + 142 = 391 (100%)
R 75 of 391 ~ 19.18%
G 174 of 391 ~ 44.5%
B 142 of 391 ~ 36.32'%

%19.18
%44.5
%36.32

CMYK color model

#4BAE8E color CMYK value is (57,0,18,32).

  • cyan value is 56.90%
  • magenta value is 0.00%
  • yellow value is 18.39%
  • key color value is 31.76%

CMYK: (57,0,18,32)
C57M0Y18K32 (57%, 0%, 18%, 32%)
(0.57 / 0.00 / 0.18 / 0.32)

CMYK percentages

%56.9
%0
%18.39
%31.76

Codes

Color #4BAE8E in popluar color models

4B AE 8E
RGB 75 174 142
HSL 161° 39.76% 48.82%
HSB/HSV 161° 56.90% 68.24%
CMYK 56.90% 0.00% 18.39%
31.76%

Color #4BAE8E in popluar number systems.

HEX 4B AE 8E
Decimal 75 174 142
Binary 1001011 10101110 10001110
Octal 113 256 216

Shades and tints

Shades of #4BAE8E

#4BAE8E
(75,174,142)
#459F82
(69,159,130)
#3F9076
(63,144,118)
#39816A
(57,129,106)
#33725E
(51,114,94)
#2D6352
(45,99,82)
#275446
(39,84,70)
#21453A
(33,69,58)
#1B362E
(27,54,46)
#152722
(21,39,34)
#0F1816
(15,24,22)
#000000
(0,0,0)

Tints of #4BAE8E

#4BAE8E
(75,174,142)
#5BB598
(91,181,152)
#6BBCA2
(107,188,162)
#7BC3AC
(123,195,172)
#8BCAB6
(139,202,182)
#9BD1C0
(155,209,192)
#ABD8CA
(171,216,202)
#BBDFD4
(187,223,212)
#CBE6DE
(203,230,222)
#DBEDE8
(219,237,232)
#EBF4F2
(235,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4BAE8E; }

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

This text font color is #4BAE8E.

Background Color

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

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

This div background color is #4BAE8E.

Border color

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

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

This div border color is #4BAE8E.

Opacity

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

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

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

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

This text has shadow with #4BAE8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4BAE8E.

Preview

Color preview on black background

This text has color #4BAE8E on black background.


Color preview on white background

This text has color #4BAE8E on white background.


Black color preview on #4BAE8E background

This text has black color on #4BAE8E background.


White color preview on #4BAE8E background

This text has white color on #4BAE8E background.


Related colors

Complementary color

Complementary color for #hex is #B45171.


I love getcolorcode.com

Triadic colors

1 #8E4BAE and #AE8E4B with #4BAE8E are triadic colors.

2 #8EAE4B and #AE4B8E with #4BAE8E are triadic colors.