COLOR #3B8395

HEX: #3B8395
RGB: (59,131,149)

Color info

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

RGB color model

#3B8395 color RGB value is (59,131,149).

  • red value is 59;
  • green value is 131;
  • blue value is 149.
RGB:
(59,131,149)
(23%,51%,58%)

RGB channels and saturation

R 59 of 255 = 23%
G 131 of 255 = 51%
B 149 of 255 = 58%

59
131
149

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

Portions of RGB colors in percentages

R + G + B =
59 + 131 + 149 = 339 (100%)
R 59 of 339 ~ 17.4%
G 131 of 339 ~ 38.64%
B 149 of 339 ~ 43.95%

%17.4
%38.64
%43.95

CMYK color model

#3B8395 color CMYK value is (60,12,0,42).

  • cyan value is 60.40%
  • magenta value is 12.08%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(60,12,0,42)
C60M12Y0K42 
(60%,12%,0%,42%)
(0.60/0.12/0.00/0.42)	

CMYK percentages

%60.4
%12.08
%0
%41.57

Codes

Color #3B8395 in popluar color models

3B8395
RGB59131149
HSL192°43.27%40.78%
HSB/HSV192°60.40%58.43%
CMYK60.40%12.08%0.00%
41.57%

Color #3B8395 in popluar number systems.

HEX3B8395
Decimal59131149
Binary1110111000001110010101
Octal73203225

Shades and tints

Shades of #3B8395

#3B8395
(59,131,149)
#367888
(54,120,136)
#316D7B
(49,109,123)
#2C626E
(44,98,110)
#275761
(39,87,97)
#224C54
(34,76,84)
#1D4147
(29,65,71)
#18363A
(24,54,58)
#132B2D
(19,43,45)
#0E2020
(14,32,32)
#091513
(9,21,19)
#000000
(0,0,0)

Tints of #3B8395

#3B8395
(59,131,149)
#4C8E9E
(76,142,158)
#5D99A7
(93,153,167)
#6EA4B0
(110,164,176)
#7FAFB9
(127,175,185)
#90BAC2
(144,186,194)
#A1C5CB
(161,197,203)
#B2D0D4
(178,208,212)
#C3DBDD
(195,219,221)
#D4E6E6
(212,230,230)
#E5F1EF
(229,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B8395 color. Also use rgb(59,131,149) instead hex code.

Text Font Color

.myTextColor { color: #3B8395; }

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

This text font color is #3B8395.


Background Color

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

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

This div background color is #3B8395.


Border color

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

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

This div border color is #3B8395.


Opacity

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

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

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

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

This text has shadow with #3B8395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B8395 on black background.


Color preview on white background

This text has color #3B8395 on white background.



Black color preview on #3B8395 background

This text has black color on #3B8395 background.


White color preview on #3B8395 background

This text has white color on #3B8395 background.