COLOR #347882

HEX: #347882
RGB: (52,120,130)

Color info

#347882 contains mainly green and blue colors. Web safe color of #347882 is #336699 (or #369).

RGB color model

#347882 color RGB value is (52,120,130).

  • red value is 52;
  • green value is 120;
  • blue value is 130.
RGB:
(52,120,130)
(20%,47%,51%)

RGB channels and saturation

R 52 of 255 = 20%
G 120 of 255 = 47%
B 130 of 255 = 51%

52
120
130

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

Portions of RGB colors in percentages

R + G + B =
52 + 120 + 130 = 302 (100%)
R 52 of 302 ~ 17.22%
G 120 of 302 ~ 39.74%
B 130 of 302 ~ 43.05%

%17.22
%39.74
%43.05

CMYK color model

#347882 color CMYK value is (60,8,0,49).

  • cyan value is 60.00%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(60,8,0,49)
C60M8Y0K49 
(60%,8%,0%,49%)
(0.60/0.08/0.00/0.49)	

CMYK percentages

%60
%7.69
%0
%49.02

Codes

Color #347882 in popluar color models

347882
RGB52120130
HSL188°42.86%35.69%
HSB/HSV188°60.00%50.98%
CMYK60.00%7.69%0.00%
49.02%

Color #347882 in popluar number systems.

HEX347882
Decimal52120130
Binary110100111100010000010
Octal64170202

Shades and tints

Shades of #347882

#347882
(52,120,130)
#306E77
(48,110,119)
#2C646C
(44,100,108)
#285A61
(40,90,97)
#245056
(36,80,86)
#20464B
(32,70,75)
#1C3C40
(28,60,64)
#183235
(24,50,53)
#14282A
(20,40,42)
#101E1F
(16,30,31)
#0C1414
(12,20,20)
#000000
(0,0,0)

Tints of #347882

#347882
(52,120,130)
#46848D
(70,132,141)
#589098
(88,144,152)
#6A9CA3
(106,156,163)
#7CA8AE
(124,168,174)
#8EB4B9
(142,180,185)
#A0C0C4
(160,192,196)
#B2CCCF
(178,204,207)
#C4D8DA
(196,216,218)
#D6E4E5
(214,228,229)
#E8F0F0
(232,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #347882; }

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

This text font color is #347882.


Background Color

.myBgColor { background-color: #347882; }

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

This div background color is #347882.


Border color

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

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

This div border color is #347882.


Opacity

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

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

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

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

This text has shadow with #347882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347882 on black background.


Color preview on white background

This text has color #347882 on white background.



Black color preview on #347882 background

This text has black color on #347882 background.


White color preview on #347882 background

This text has white color on #347882 background.