COLOR #348B77

HEX: #348B77
RGB: (52,139,119)

Color info

#348B77 contains mainly green and blue colors. Web safe color of #348B77 is #339966 (or #396).

RGB color model

#348B77 color RGB value is (52,139,119).

  • red value is 52;
  • green value is 139;
  • blue value is 119.
RGB:
(52,139,119)
(20%,55%,47%)

RGB channels and saturation

R 52 of 255 = 20%
G 139 of 255 = 55%
B 119 of 255 = 47%

52
139
119

R + G + B ~ 41%. #348B77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
52 + 139 + 119 = 310 (100%)
R 52 of 310 ~ 16.77%
G 139 of 310 ~ 44.84%
B 119 of 310 ~ 38.39%

%16.77
%44.84
%38.39

CMYK color model

#348B77 color CMYK value is (63,0,14,45).

  • cyan value is 62.59%
  • magenta value is 0.00%
  • yellow value is 14.39%
  • key color value is 45.49%
CMYK:
(63,0,14,45)
C63M0Y14K45 
(63%,0%,14%,45%)
(0.63/0.00/0.14/0.45)	

CMYK percentages

%62.59
%0
%14.39
%45.49

Codes

Color #348B77 in popluar color models

348B77
RGB52139119
HSL166°45.55%37.45%
HSB/HSV166°62.59%54.51%
CMYK62.59%0.00%14.39%
45.49%

Color #348B77 in popluar number systems.

HEX348B77
Decimal52139119
Binary110100100010111110111
Octal64213167

Shades and tints

Shades of #348B77

#348B77
(52,139,119)
#307F6D
(48,127,109)
#2C7363
(44,115,99)
#286759
(40,103,89)
#245B4F
(36,91,79)
#204F45
(32,79,69)
#1C433B
(28,67,59)
#183731
(24,55,49)
#142B27
(20,43,39)
#101F1D
(16,31,29)
#0C1313
(12,19,19)
#000000
(0,0,0)

Tints of #348B77

#348B77
(52,139,119)
#469583
(70,149,131)
#589F8F
(88,159,143)
#6AA99B
(106,169,155)
#7CB3A7
(124,179,167)
#8EBDB3
(142,189,179)
#A0C7BF
(160,199,191)
#B2D1CB
(178,209,203)
#C4DBD7
(196,219,215)
#D6E5E3
(214,229,227)
#E8EFEF
(232,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #348B77 color. Also use rgb(52,139,119) instead hex code.

Text Font Color

.myTextColor { color: #348B77; }

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

This text font color is #348B77.


Background Color

.myBgColor { background-color: #348B77; }

<div style="background-color:#348B77">Inner text</div>

This div background color is #348B77.


Border color

.myBorderColor { border: 1px solid #348B77; }

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

This div border color is #348B77.


Opacity

.myOpacity80 { color: #348B77; opacity: 0.8; }

<p style="color:#348B77;opacity:0.8;">80%</p>

Text with #348B77 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 #348B77;}

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

This text has shadow with #348B77 color.

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

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

This text has shadow with #348B77 primary color and red secondary color.


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

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

This text has shadow with #348B77 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #348B77 on black background.


Color preview on white background

This text has color #348B77 on white background.



Black color preview on #348B77 background

This text has black color on #348B77 background.


White color preview on #348B77 background

This text has white color on #348B77 background.