COLOR #34606A

HEX: #34606A
RGB: (52,96,106)

Color info

#34606A contains red, green and blue colors in about the same proportion. Web safe color of #34606A is #336666 (or #366).

RGB color model

#34606A color RGB value is (52,96,106).

  • red value is 52;
  • green value is 96;
  • blue value is 106.
RGB:
(52,96,106)
(20%,38%,42%)

RGB channels and saturation

R 52 of 255 = 20%
G 96 of 255 = 38%
B 106 of 255 = 42%

52
96
106

R + G + B ~ 33%. #34606A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 96 + 106 = 254 (100%)
R 52 of 254 ~ 20.47%
G 96 of 254 ~ 37.8%
B 106 of 254 ~ 41.73%

%20.47
%37.8
%41.73

CMYK color model

#34606A color CMYK value is (51,9,0,58).

  • cyan value is 50.94%
  • magenta value is 9.43%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(51,9,0,58)
C51M9Y0K58 
(51%,9%,0%,58%)
(0.51/0.09/0.00/0.58)	

CMYK percentages

%50.94
%9.43
%0
%58.43

Codes

Color #34606A in popluar color models

34606A
RGB5296106
HSL191°34.18%30.98%
HSB/HSV191°50.94%41.57%
CMYK50.94%9.43%0.00%
58.43%

Color #34606A in popluar number systems.

HEX34606A
Decimal5296106
Binary11010011000001101010
Octal64140152

Shades and tints

Shades of #34606A

#34606A
(52,96,106)
#305861
(48,88,97)
#2C5058
(44,80,88)
#28484F
(40,72,79)
#244046
(36,64,70)
#20383D
(32,56,61)
#1C3034
(28,48,52)
#18282B
(24,40,43)
#142022
(20,32,34)
#101819
(16,24,25)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #34606A

#34606A
(52,96,106)
#466E77
(70,110,119)
#587C84
(88,124,132)
#6A8A91
(106,138,145)
#7C989E
(124,152,158)
#8EA6AB
(142,166,171)
#A0B4B8
(160,180,184)
#B2C2C5
(178,194,197)
#C4D0D2
(196,208,210)
#D6DEDF
(214,222,223)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34606A color. Also use rgb(52,96,106) instead hex code.

Text Font Color

.myTextColor { color: #34606A; }

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

This text font color is #34606A.


Background Color

.myBgColor { background-color: #34606A; }

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

This div background color is #34606A.


Border color

.myBorderColor { border: 1px solid #34606A; }

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

This div border color is #34606A.


Opacity

.myOpacity80 { color: #34606A; opacity: 0.8; }

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

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

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

This text has shadow with #34606A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34606A on black background.


Color preview on white background

This text has color #34606A on white background.



Black color preview on #34606A background

This text has black color on #34606A background.


White color preview on #34606A background

This text has white color on #34606A background.