COLOR #349168

HEX: #349168
RGB: (52,145,104)

Color info

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

RGB color model

#349168 color RGB value is (52,145,104).

  • red value is 52;
  • green value is 145;
  • blue value is 104.
RGB:
(52,145,104)
(20%,57%,41%)

RGB channels and saturation

R 52 of 255 = 20%
G 145 of 255 = 57%
B 104 of 255 = 41%

52
145
104

R + G + B ~ 39%. #349168 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 145 + 104 = 301 (100%)
R 52 of 301 ~ 17.28%
G 145 of 301 ~ 48.17%
B 104 of 301 ~ 34.55%

%17.28
%48.17
%34.55

CMYK color model

#349168 color CMYK value is (64,0,28,43).

  • cyan value is 64.14%
  • magenta value is 0.00%
  • yellow value is 28.28%
  • key color value is 43.14%
CMYK:
(64,0,28,43)
C64M0Y28K43 
(64%,0%,28%,43%)
(0.64/0.00/0.28/0.43)	

CMYK percentages

%64.14
%0
%28.28
%43.14

Codes

Color #349168 in popluar color models

349168
RGB52145104
HSL154°47.21%38.63%
HSB/HSV154°64.14%56.86%
CMYK64.14%0.00%28.28%
43.14%

Color #349168 in popluar number systems.

HEX349168
Decimal52145104
Binary110100100100011101000
Octal64221150

Shades and tints

Shades of #349168

#349168
(52,145,104)
#30845F
(48,132,95)
#2C7756
(44,119,86)
#286A4D
(40,106,77)
#245D44
(36,93,68)
#20503B
(32,80,59)
#1C4332
(28,67,50)
#183629
(24,54,41)
#142920
(20,41,32)
#101C17
(16,28,23)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #349168

#349168
(52,145,104)
#469B75
(70,155,117)
#58A582
(88,165,130)
#6AAF8F
(106,175,143)
#7CB99C
(124,185,156)
#8EC3A9
(142,195,169)
#A0CDB6
(160,205,182)
#B2D7C3
(178,215,195)
#C4E1D0
(196,225,208)
#D6EBDD
(214,235,221)
#E8F5EA
(232,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #349168; }

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

This text font color is #349168.


Background Color

.myBgColor { background-color: #349168; }

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

This div background color is #349168.


Border color

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

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

This div border color is #349168.


Opacity

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

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

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

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

This text has shadow with #349168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #349168 on black background.


Color preview on white background

This text has color #349168 on white background.



Black color preview on #349168 background

This text has black color on #349168 background.


White color preview on #349168 background

This text has white color on #349168 background.