COLOR #3B878C

HEX: #3B878C
RGB: (59,135,140)

Color info

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

RGB color model

#3B878C color RGB value is (59,135,140).

  • red value is 59;
  • green value is 135;
  • blue value is 140.
RGB:
(59,135,140)
(23%,53%,55%)

RGB channels and saturation

R 59 of 255 = 23%
G 135 of 255 = 53%
B 140 of 255 = 55%

59
135
140

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

Portions of RGB colors in percentages

R + G + B =
59 + 135 + 140 = 334 (100%)
R 59 of 334 ~ 17.66%
G 135 of 334 ~ 40.42%
B 140 of 334 ~ 41.92%

%17.66
%40.42
%41.92

CMYK color model

#3B878C color CMYK value is (58,4,0,45).

  • cyan value is 57.86%
  • magenta value is 3.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(58,4,0,45)
C58M4Y0K45 
(58%,4%,0%,45%)
(0.58/0.04/0.00/0.45)	

CMYK percentages

%57.86
%3.57
%0
%45.1

Codes

Color #3B878C in popluar color models

3B878C
RGB59135140
HSL184°40.70%39.02%
HSB/HSV184°57.86%54.90%
CMYK57.86%3.57%0.00%
45.10%

Color #3B878C in popluar number systems.

HEX3B878C
Decimal59135140
Binary1110111000011110001100
Octal73207214

Shades and tints

Shades of #3B878C

#3B878C
(59,135,140)
#367B80
(54,123,128)
#316F74
(49,111,116)
#2C6368
(44,99,104)
#27575C
(39,87,92)
#224B50
(34,75,80)
#1D3F44
(29,63,68)
#183338
(24,51,56)
#13272C
(19,39,44)
#0E1B20
(14,27,32)
#090F14
(9,15,20)
#000000
(0,0,0)

Tints of #3B878C

#3B878C
(59,135,140)
#4C9196
(76,145,150)
#5D9BA0
(93,155,160)
#6EA5AA
(110,165,170)
#7FAFB4
(127,175,180)
#90B9BE
(144,185,190)
#A1C3C8
(161,195,200)
#B2CDD2
(178,205,210)
#C3D7DC
(195,215,220)
#D4E1E6
(212,225,230)
#E5EBF0
(229,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B878C color. Also use rgb(59,135,140) instead hex code.

Text Font Color

.myTextColor { color: #3B878C; }

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

This text font color is #3B878C.


Background Color

.myBgColor { background-color: #3B878C; }

<div style="background-color:#3B878C">Inner text</div>

This div background color is #3B878C.


Border color

.myBorderColor { border: 1px solid #3B878C; }

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

This div border color is #3B878C.


Opacity

.myOpacity80 { color: #3B878C; opacity: 0.8; }

<p style="color:#3B878C;opacity:0.8;">80%</p>

Text with #3B878C 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 #3B878C;}

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

This text has shadow with #3B878C color.

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

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

This text has shadow with #3B878C primary color and red secondary color.


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

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

This text has shadow with #3B878C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B878C on black background.


Color preview on white background

This text has color #3B878C on white background.



Black color preview on #3B878C background

This text has black color on #3B878C background.


White color preview on #3B878C background

This text has white color on #3B878C background.