COLOR #346465

HEX: #346465
RGB: (52,100,101)

Color info

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

RGB color model

#346465 color RGB value is (52,100,101).

  • red value is 52;
  • green value is 100;
  • blue value is 101.
RGB:
(52,100,101)
(20%,39%,40%)

RGB channels and saturation

R 52 of 255 = 20%
G 100 of 255 = 39%
B 101 of 255 = 40%

52
100
101

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

Portions of RGB colors in percentages

R + G + B =
52 + 100 + 101 = 253 (100%)
R 52 of 253 ~ 20.55%
G 100 of 253 ~ 39.53%
B 101 of 253 ~ 39.92%

%20.55
%39.53
%39.92

CMYK color model

#346465 color CMYK value is (49,1,0,60).

  • cyan value is 48.51%
  • magenta value is 0.99%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(49,1,0,60)
C49M1Y0K60 
(49%,1%,0%,60%)
(0.49/0.01/0.00/0.60)	

CMYK percentages

%48.51
%0.99
%0
%60.39

Codes

Color #346465 in popluar color models

346465
RGB52100101
HSL181°32.03%30.00%
HSB/HSV181°48.51%39.61%
CMYK48.51%0.99%0.00%
60.39%

Color #346465 in popluar number systems.

HEX346465
Decimal52100101
Binary11010011001001100101
Octal64144145

Shades and tints

Shades of #346465

#346465
(52,100,101)
#305B5C
(48,91,92)
#2C5253
(44,82,83)
#28494A
(40,73,74)
#244041
(36,64,65)
#203738
(32,55,56)
#1C2E2F
(28,46,47)
#182526
(24,37,38)
#141C1D
(20,28,29)
#101314
(16,19,20)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #346465

#346465
(52,100,101)
#467273
(70,114,115)
#588081
(88,128,129)
#6A8E8F
(106,142,143)
#7C9C9D
(124,156,157)
#8EAAAB
(142,170,171)
#A0B8B9
(160,184,185)
#B2C6C7
(178,198,199)
#C4D4D5
(196,212,213)
#D6E2E3
(214,226,227)
#E8F0F1
(232,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #346465 color. Also use rgb(52,100,101) instead hex code.

Text Font Color

.myTextColor { color: #346465; }

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

This text font color is #346465.


Background Color

.myBgColor { background-color: #346465; }

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

This div background color is #346465.


Border color

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

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

This div border color is #346465.


Opacity

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

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

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

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

This text has shadow with #346465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346465 on black background.


Color preview on white background

This text has color #346465 on white background.



Black color preview on #346465 background

This text has black color on #346465 background.


White color preview on #346465 background

This text has white color on #346465 background.