COLOR #347A7B

HEX: #347A7B
RGB: (52,122,123)

Color info

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

RGB color model

#347A7B color RGB value is (52,122,123).

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

RGB channels and saturation

R 52 of 255 = 20%
G 122 of 255 = 48%
B 123 of 255 = 48%

52
122
123

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

Portions of RGB colors in percentages

R + G + B =
52 + 122 + 123 = 297 (100%)
R 52 of 297 ~ 17.51%
G 122 of 297 ~ 41.08%
B 123 of 297 ~ 41.41%

%17.51
%41.08
%41.41

CMYK color model

#347A7B color CMYK value is (58,1,0,52).

  • cyan value is 57.72%
  • magenta value is 0.81%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(58,1,0,52)
C58M1Y0K52 
(58%,1%,0%,52%)
(0.58/0.01/0.00/0.52)	

CMYK percentages

%57.72
%0.81
%0
%51.76

Codes

Color #347A7B in popluar color models

347A7B
RGB52122123
HSL181°40.57%34.31%
HSB/HSV181°57.72%48.24%
CMYK57.72%0.81%0.00%
51.76%

Color #347A7B in popluar number systems.

HEX347A7B
Decimal52122123
Binary11010011110101111011
Octal64172173

Shades and tints

Shades of #347A7B

#347A7B
(52,122,123)
#306F70
(48,111,112)
#2C6465
(44,100,101)
#28595A
(40,89,90)
#244E4F
(36,78,79)
#204344
(32,67,68)
#1C3839
(28,56,57)
#182D2E
(24,45,46)
#142223
(20,34,35)
#101718
(16,23,24)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #347A7B

#347A7B
(52,122,123)
#468687
(70,134,135)
#589293
(88,146,147)
#6A9E9F
(106,158,159)
#7CAAAB
(124,170,171)
#8EB6B7
(142,182,183)
#A0C2C3
(160,194,195)
#B2CECF
(178,206,207)
#C4DADB
(196,218,219)
#D6E6E7
(214,230,231)
#E8F2F3
(232,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #347A7B; }

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

This text font color is #347A7B.


Background Color

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

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

This div background color is #347A7B.


Border color

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

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

This div border color is #347A7B.


Opacity

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

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

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

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

This text has shadow with #347A7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347A7B on black background.


Color preview on white background

This text has color #347A7B on white background.



Black color preview on #347A7B background

This text has black color on #347A7B background.


White color preview on #347A7B background

This text has white color on #347A7B background.