COLOR #347383

HEX: #347383
RGB: (52,115,131)

Color info

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

RGB color model

#347383 color RGB value is (52,115,131).

  • red value is 52;
  • green value is 115;
  • blue value is 131.
RGB:
(52,115,131)
(20%,45%,51%)

RGB channels and saturation

R 52 of 255 = 20%
G 115 of 255 = 45%
B 131 of 255 = 51%

52
115
131

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

Portions of RGB colors in percentages

R + G + B =
52 + 115 + 131 = 298 (100%)
R 52 of 298 ~ 17.45%
G 115 of 298 ~ 38.59%
B 131 of 298 ~ 43.96%

%17.45
%38.59
%43.96

CMYK color model

#347383 color CMYK value is (60,12,0,49).

  • cyan value is 60.31%
  • magenta value is 12.21%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(60,12,0,49)
C60M12Y0K49 
(60%,12%,0%,49%)
(0.60/0.12/0.00/0.49)	

CMYK percentages

%60.31
%12.21
%0
%48.63

Codes

Color #347383 in popluar color models

347383
RGB52115131
HSL192°43.17%35.88%
HSB/HSV192°60.31%51.37%
CMYK60.31%12.21%0.00%
48.63%

Color #347383 in popluar number systems.

HEX347383
Decimal52115131
Binary110100111001110000011
Octal64163203

Shades and tints

Shades of #347383

#347383
(52,115,131)
#306978
(48,105,120)
#2C5F6D
(44,95,109)
#285562
(40,85,98)
#244B57
(36,75,87)
#20414C
(32,65,76)
#1C3741
(28,55,65)
#182D36
(24,45,54)
#14232B
(20,35,43)
#101920
(16,25,32)
#0C0F15
(12,15,21)
#000000
(0,0,0)

Tints of #347383

#347383
(52,115,131)
#467F8E
(70,127,142)
#588B99
(88,139,153)
#6A97A4
(106,151,164)
#7CA3AF
(124,163,175)
#8EAFBA
(142,175,186)
#A0BBC5
(160,187,197)
#B2C7D0
(178,199,208)
#C4D3DB
(196,211,219)
#D6DFE6
(214,223,230)
#E8EBF1
(232,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #347383 color. Also use rgb(52,115,131) instead hex code.

Text Font Color

.myTextColor { color: #347383; }

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

This text font color is #347383.


Background Color

.myBgColor { background-color: #347383; }

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

This div background color is #347383.


Border color

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

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

This div border color is #347383.


Opacity

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

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

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

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

This text has shadow with #347383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347383 on black background.


Color preview on white background

This text has color #347383 on white background.



Black color preview on #347383 background

This text has black color on #347383 background.


White color preview on #347383 background

This text has white color on #347383 background.