COLOR #348080

HEX: #348080 RGB: (52,128,128)

Color info

#348080 contains mainly green and blue colors. Web safe color of #348080 is #336666 (or #366).

RGB color model

#348080 color RGB value is (52,128,128).

RGB: (52,128,128) (20%, 50%, 50%)

RGB channels and saturation

R 52 of 255 = 20%
G 128 of 255 = 50%
B 128 of 255 = 50%

52
128
128

R + G + B ~ 40%. #348080 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 52 + 128 + 128 = 308 (100%)
R 52 of 308 ~ 16.88%
G 128 of 308 ~ 41.56%
B 128 of 308 ~ 41.56'%

%16.88
%41.56
%41.56

CMYK color model

#348080 color CMYK value is (59,0,0,50).

  • cyan value is 59.38%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (59,0,0,50)
C59M0Y0K50 (59%, 0%, 0%, 50%)
(0.59 / 0.00 / 0.00 / 0.50)

CMYK percentages

%59.38
%0
%0
%49.8

Codes

Color #348080 in popluar color models

34 80 80
RGB 52 128 128
HSL 180° 42.22% 35.29%
HSB/HSV 180° 59.38% 50.20%
CMYK 59.38% 0.00% 0.00%
49.80%

Color #348080 in popluar number systems.

HEX 34 80 80
Decimal 52 128 128
Binary 110100 10000000 10000000
Octal 64 200 200

Shades and tints

Shades of #348080

#348080
(52,128,128)
#307575
(48,117,117)
#2C6A6A
(44,106,106)
#285F5F
(40,95,95)
#245454
(36,84,84)
#204949
(32,73,73)
#1C3E3E
(28,62,62)
#183333
(24,51,51)
#142828
(20,40,40)
#101D1D
(16,29,29)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #348080

#348080
(52,128,128)
#468B8B
(70,139,139)
#589696
(88,150,150)
#6AA1A1
(106,161,161)
#7CACAC
(124,172,172)
#8EB7B7
(142,183,183)
#A0C2C2
(160,194,194)
#B2CDCD
(178,205,205)
#C4D8D8
(196,216,216)
#D6E3E3
(214,227,227)
#E8EEEE
(232,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #348080 color. Also use rgb(52,128,128) instead hex code.

Text Font Color

.myTextColor { color: #348080; }

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

This text font color is #348080.

Background Color

.myBgColor { background-color: #348080; }

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

This div background color is #348080.

Border color

.myBorderColor { border: 1px solid #348080; }

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

This div border color is #348080.

Opacity

.myOpacity80 { color: #348080; opacity: 0.8; }

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

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

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

This text has shadow with #348080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #348080.

Preview

Color preview on black background

This text has color #348080 on black background.


Color preview on white background

This text has color #348080 on white background.


Black color preview on #348080 background

This text has black color on #348080 background.


White color preview on #348080 background

This text has white color on #348080 background.


Related colors

Complementary color

Complementary color for #hex is #CB7F7F.


I love getcolorcode.com