COLOR #347A81

HEX: #347A81
RGB: (52,122,129)

Color info

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

RGB color model

#347A81 color RGB value is (52,122,129).

  • red value is 52;
  • green value is 122;
  • blue value is 129.
RGB:
(52,122,129)
(20%,48%,51%)

RGB channels and saturation

R 52 of 255 = 20%
G 122 of 255 = 48%
B 129 of 255 = 51%

52
122
129

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

Portions of RGB colors in percentages

R + G + B =
52 + 122 + 129 = 303 (100%)
R 52 of 303 ~ 17.16%
G 122 of 303 ~ 40.26%
B 129 of 303 ~ 42.57%

%17.16
%40.26
%42.57

CMYK color model

#347A81 color CMYK value is (60,5,0,49).

  • cyan value is 59.69%
  • magenta value is 5.43%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(60,5,0,49)
C60M5Y0K49 
(60%,5%,0%,49%)
(0.60/0.05/0.00/0.49)	

CMYK percentages

%59.69
%5.43
%0
%49.41

Codes

Color #347A81 in popluar color models

347A81
RGB52122129
HSL185°42.54%35.49%
HSB/HSV185°59.69%50.59%
CMYK59.69%5.43%0.00%
49.41%

Color #347A81 in popluar number systems.

HEX347A81
Decimal52122129
Binary110100111101010000001
Octal64172201

Shades and tints

Shades of #347A81

#347A81
(52,122,129)
#306F76
(48,111,118)
#2C646B
(44,100,107)
#285960
(40,89,96)
#244E55
(36,78,85)
#20434A
(32,67,74)
#1C383F
(28,56,63)
#182D34
(24,45,52)
#142229
(20,34,41)
#10171E
(16,23,30)
#0C0C13
(12,12,19)
#000000
(0,0,0)

Tints of #347A81

#347A81
(52,122,129)
#46868C
(70,134,140)
#589297
(88,146,151)
#6A9EA2
(106,158,162)
#7CAAAD
(124,170,173)
#8EB6B8
(142,182,184)
#A0C2C3
(160,194,195)
#B2CECE
(178,206,206)
#C4DAD9
(196,218,217)
#D6E6E4
(214,230,228)
#E8F2EF
(232,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #347A81 color. Also use rgb(52,122,129) instead hex code.

Text Font Color

.myTextColor { color: #347A81; }

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

This text font color is #347A81.


Background Color

.myBgColor { background-color: #347A81; }

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

This div background color is #347A81.


Border color

.myBorderColor { border: 1px solid #347A81; }

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

This div border color is #347A81.


Opacity

.myOpacity80 { color: #347A81; opacity: 0.8; }

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

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

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

This text has shadow with #347A81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347A81 on black background.


Color preview on white background

This text has color #347A81 on white background.



Black color preview on #347A81 background

This text has black color on #347A81 background.


White color preview on #347A81 background

This text has white color on #347A81 background.