COLOR #348D74

HEX: #348D74
RGB: (52,141,116)

Color info

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

RGB color model

#348D74 color RGB value is (52,141,116).

  • red value is 52;
  • green value is 141;
  • blue value is 116.
RGB:
(52,141,116)
(20%,55%,45%)

RGB channels and saturation

R 52 of 255 = 20%
G 141 of 255 = 55%
B 116 of 255 = 45%

52
141
116

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

Portions of RGB colors in percentages

R + G + B =
52 + 141 + 116 = 309 (100%)
R 52 of 309 ~ 16.83%
G 141 of 309 ~ 45.63%
B 116 of 309 ~ 37.54%

%16.83
%45.63
%37.54

CMYK color model

#348D74 color CMYK value is (63,0,18,45).

  • cyan value is 63.12%
  • magenta value is 0.00%
  • yellow value is 17.73%
  • key color value is 44.71%
CMYK:
(63,0,18,45)
C63M0Y18K45 
(63%,0%,18%,45%)
(0.63/0.00/0.18/0.45)	

CMYK percentages

%63.12
%0
%17.73
%44.71

Codes

Color #348D74 in popluar color models

348D74
RGB52141116
HSL163°46.11%37.84%
HSB/HSV163°63.12%55.29%
CMYK63.12%0.00%17.73%
44.71%

Color #348D74 in popluar number systems.

HEX348D74
Decimal52141116
Binary110100100011011110100
Octal64215164

Shades and tints

Shades of #348D74

#348D74
(52,141,116)
#30816A
(48,129,106)
#2C7560
(44,117,96)
#286956
(40,105,86)
#245D4C
(36,93,76)
#205142
(32,81,66)
#1C4538
(28,69,56)
#18392E
(24,57,46)
#142D24
(20,45,36)
#10211A
(16,33,26)
#0C1510
(12,21,16)
#000000
(0,0,0)

Tints of #348D74

#348D74
(52,141,116)
#469780
(70,151,128)
#58A18C
(88,161,140)
#6AAB98
(106,171,152)
#7CB5A4
(124,181,164)
#8EBFB0
(142,191,176)
#A0C9BC
(160,201,188)
#B2D3C8
(178,211,200)
#C4DDD4
(196,221,212)
#D6E7E0
(214,231,224)
#E8F1EC
(232,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #348D74 color. Also use rgb(52,141,116) instead hex code.

Text Font Color

.myTextColor { color: #348D74; }

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

This text font color is #348D74.


Background Color

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

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

This div background color is #348D74.


Border color

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

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

This div border color is #348D74.


Opacity

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

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

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

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

This text has shadow with #348D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #348D74 on black background.


Color preview on white background

This text has color #348D74 on white background.



Black color preview on #348D74 background

This text has black color on #348D74 background.


White color preview on #348D74 background

This text has white color on #348D74 background.