COLOR #4BA59C

HEX: #4BA59C
RGB: (75,165,156)

Color info

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

RGB color model

#4BA59C color RGB value is (75,165,156).

  • red value is 75;
  • green value is 165;
  • blue value is 156.
RGB:
(75,165,156)
(29%,65%,61%)

RGB channels and saturation

R 75 of 255 = 29%
G 165 of 255 = 65%
B 156 of 255 = 61%

75
165
156

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

Portions of RGB colors in percentages

R + G + B =
75 + 165 + 156 = 396 (100%)
R 75 of 396 ~ 18.94%
G 165 of 396 ~ 41.67%
B 156 of 396 ~ 39.39%

%18.94
%41.67
%39.39

CMYK color model

#4BA59C color CMYK value is (55,0,5,35).

  • cyan value is 54.55%
  • magenta value is 0.00%
  • yellow value is 5.45%
  • key color value is 35.29%
CMYK:
(55,0,5,35)
C55M0Y5K35 
(55%,0%,5%,35%)
(0.55/0.00/0.05/0.35)	

CMYK percentages

%54.55
%0
%5.45
%35.29

Codes

Color #4BA59C in popluar color models

4BA59C
RGB75165156
HSL174°37.50%47.06%
HSB/HSV174°54.55%64.71%
CMYK54.55%0.00%5.45%
35.29%

Color #4BA59C in popluar number systems.

HEX4BA59C
Decimal75165156
Binary10010111010010110011100
Octal113245234

Shades and tints

Shades of #4BA59C

#4BA59C
(75,165,156)
#45968E
(69,150,142)
#3F8780
(63,135,128)
#397872
(57,120,114)
#336964
(51,105,100)
#2D5A56
(45,90,86)
#274B48
(39,75,72)
#213C3A
(33,60,58)
#1B2D2C
(27,45,44)
#151E1E
(21,30,30)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #4BA59C

#4BA59C
(75,165,156)
#5BADA5
(91,173,165)
#6BB5AE
(107,181,174)
#7BBDB7
(123,189,183)
#8BC5C0
(139,197,192)
#9BCDC9
(155,205,201)
#ABD5D2
(171,213,210)
#BBDDDB
(187,221,219)
#CBE5E4
(203,229,228)
#DBEDED
(219,237,237)
#EBF5F6
(235,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BA59C color. Also use rgb(75,165,156) instead hex code.

Text Font Color

.myTextColor { color: #4BA59C; }

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

This text font color is #4BA59C.


Background Color

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

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

This div background color is #4BA59C.


Border color

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

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

This div border color is #4BA59C.


Opacity

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

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

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

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

This text has shadow with #4BA59C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BA59C on black background.


Color preview on white background

This text has color #4BA59C on white background.



Black color preview on #4BA59C background

This text has black color on #4BA59C background.


White color preview on #4BA59C background

This text has white color on #4BA59C background.