COLOR #346263

HEX: #346263
RGB: (52,98,99)

Color info

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

RGB color model

#346263 color RGB value is (52,98,99).

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

RGB channels and saturation

R 52 of 255 = 20%
G 98 of 255 = 38%
B 99 of 255 = 39%

52
98
99

R + G + B ~ 32%. #346263 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 98 + 99 = 249 (100%)
R 52 of 249 ~ 20.88%
G 98 of 249 ~ 39.36%
B 99 of 249 ~ 39.76%

%20.88
%39.36
%39.76

CMYK color model

#346263 color CMYK value is (47,1,0,61).

  • cyan value is 47.47%
  • magenta value is 1.01%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(47,1,0,61)
C47M1Y0K61 
(47%,1%,0%,61%)
(0.47/0.01/0.00/0.61)	

CMYK percentages

%47.47
%1.01
%0
%61.18

Codes

Color #346263 in popluar color models

346263
RGB529899
HSL181°31.13%29.61%
HSB/HSV181°47.47%38.82%
CMYK47.47%1.01%0.00%
61.18%

Color #346263 in popluar number systems.

HEX346263
Decimal529899
Binary11010011000101100011
Octal64142143

Shades and tints

Shades of #346263

#346263
(52,98,99)
#305A5A
(48,90,90)
#2C5251
(44,82,81)
#284A48
(40,74,72)
#24423F
(36,66,63)
#203A36
(32,58,54)
#1C322D
(28,50,45)
#182A24
(24,42,36)
#14221B
(20,34,27)
#101A12
(16,26,18)
#0C1209
(12,18,9)
#000000
(0,0,0)

Tints of #346263

#346263
(52,98,99)
#467071
(70,112,113)
#587E7F
(88,126,127)
#6A8C8D
(106,140,141)
#7C9A9B
(124,154,155)
#8EA8A9
(142,168,169)
#A0B6B7
(160,182,183)
#B2C4C5
(178,196,197)
#C4D2D3
(196,210,211)
#D6E0E1
(214,224,225)
#E8EEEF
(232,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #346263; }

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

This text font color is #346263.


Background Color

.myBgColor { background-color: #346263; }

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

This div background color is #346263.


Border color

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

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

This div border color is #346263.


Opacity

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

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

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

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

This text has shadow with #346263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346263 on black background.


Color preview on white background

This text has color #346263 on white background.



Black color preview on #346263 background

This text has black color on #346263 background.


White color preview on #346263 background

This text has white color on #346263 background.