COLOR #346275

HEX: #346275
RGB: (52,98,117)

Color info

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

RGB color model

#346275 color RGB value is (52,98,117).

  • red value is 52;
  • green value is 98;
  • blue value is 117.
RGB:
(52,98,117)
(20%,38%,46%)

RGB channels and saturation

R 52 of 255 = 20%
G 98 of 255 = 38%
B 117 of 255 = 46%

52
98
117

R + G + B ~ 35%. #346275 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 98 + 117 = 267 (100%)
R 52 of 267 ~ 19.48%
G 98 of 267 ~ 36.7%
B 117 of 267 ~ 43.82%

%19.48
%36.7
%43.82

CMYK color model

#346275 color CMYK value is (56,16,0,54).

  • cyan value is 55.56%
  • magenta value is 16.24%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(56,16,0,54)
C56M16Y0K54 
(56%,16%,0%,54%)
(0.56/0.16/0.00/0.54)	

CMYK percentages

%55.56
%16.24
%0
%54.12

Codes

Color #346275 in popluar color models

346275
RGB5298117
HSL198°38.46%33.14%
HSB/HSV198°55.56%45.88%
CMYK55.56%16.24%0.00%
54.12%

Color #346275 in popluar number systems.

HEX346275
Decimal5298117
Binary11010011000101110101
Octal64142165

Shades and tints

Shades of #346275

#346275
(52,98,117)
#305A6B
(48,90,107)
#2C5261
(44,82,97)
#284A57
(40,74,87)
#24424D
(36,66,77)
#203A43
(32,58,67)
#1C3239
(28,50,57)
#182A2F
(24,42,47)
#142225
(20,34,37)
#101A1B
(16,26,27)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #346275

#346275
(52,98,117)
#467081
(70,112,129)
#587E8D
(88,126,141)
#6A8C99
(106,140,153)
#7C9AA5
(124,154,165)
#8EA8B1
(142,168,177)
#A0B6BD
(160,182,189)
#B2C4C9
(178,196,201)
#C4D2D5
(196,210,213)
#D6E0E1
(214,224,225)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #346275 color. Also use rgb(52,98,117) instead hex code.

Text Font Color

.myTextColor { color: #346275; }

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

This text font color is #346275.


Background Color

.myBgColor { background-color: #346275; }

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

This div background color is #346275.


Border color

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

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

This div border color is #346275.


Opacity

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

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

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

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

This text has shadow with #346275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346275 on black background.


Color preview on white background

This text has color #346275 on white background.



Black color preview on #346275 background

This text has black color on #346275 background.


White color preview on #346275 background

This text has white color on #346275 background.