COLOR #34687C

HEX: #34687C
RGB: (52,104,124)

Color info

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

RGB color model

#34687C color RGB value is (52,104,124).

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

RGB channels and saturation

R 52 of 255 = 20%
G 104 of 255 = 41%
B 124 of 255 = 49%

52
104
124

R + G + B ~ 37%. #34687C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 104 + 124 = 280 (100%)
R 52 of 280 ~ 18.57%
G 104 of 280 ~ 37.14%
B 124 of 280 ~ 44.29%

%18.57
%37.14
%44.29

CMYK color model

#34687C color CMYK value is (58,16,0,51).

  • cyan value is 58.06%
  • magenta value is 16.13%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(58,16,0,51)
C58M16Y0K51 
(58%,16%,0%,51%)
(0.58/0.16/0.00/0.51)	

CMYK percentages

%58.06
%16.13
%0
%51.37

Codes

Color #34687C in popluar color models

34687C
RGB52104124
HSL197°40.91%34.51%
HSB/HSV197°58.06%48.63%
CMYK58.06%16.13%0.00%
51.37%

Color #34687C in popluar number systems.

HEX34687C
Decimal52104124
Binary11010011010001111100
Octal64150174

Shades and tints

Shades of #34687C

#34687C
(52,104,124)
#305F71
(48,95,113)
#2C5666
(44,86,102)
#284D5B
(40,77,91)
#244450
(36,68,80)
#203B45
(32,59,69)
#1C323A
(28,50,58)
#18292F
(24,41,47)
#142024
(20,32,36)
#101719
(16,23,25)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #34687C

#34687C
(52,104,124)
#467587
(70,117,135)
#588292
(88,130,146)
#6A8F9D
(106,143,157)
#7C9CA8
(124,156,168)
#8EA9B3
(142,169,179)
#A0B6BE
(160,182,190)
#B2C3C9
(178,195,201)
#C4D0D4
(196,208,212)
#D6DDDF
(214,221,223)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #34687C; }

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

This text font color is #34687C.


Background Color

.myBgColor { background-color: #34687C; }

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

This div background color is #34687C.


Border color

.myBorderColor { border: 1px solid #34687C; }

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

This div border color is #34687C.


Opacity

.myOpacity80 { color: #34687C; opacity: 0.8; }

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

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

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

This text has shadow with #34687C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34687C on black background.


Color preview on white background

This text has color #34687C on white background.



Black color preview on #34687C background

This text has black color on #34687C background.


White color preview on #34687C background

This text has white color on #34687C background.