COLOR #334263

HEX: #334263
RGB: (51,66,99)

Color info

#334263 contains red, green and blue colors in about the same proportion. Web safe color of #334263 is #333366 (or #336).

RGB color model

#334263 color RGB value is (51,66,99).

  • red value is 51;
  • green value is 66;
  • blue value is 99.
RGB:
(51,66,99)
(20%,26%,39%)

RGB channels and saturation

R 51 of 255 = 20%
G 66 of 255 = 26%
B 99 of 255 = 39%

51
66
99

R + G + B ~ 28%. #334263 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 66 + 99 = 216 (100%)
R 51 of 216 ~ 23.61%
G 66 of 216 ~ 30.56%
B 99 of 216 ~ 45.83%

%23.61
%30.56
%45.83

CMYK color model

#334263 color CMYK value is (48,33,0,61).

  • cyan value is 48.48%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(48,33,0,61)
C48M33Y0K61 
(48%,33%,0%,61%)
(0.48/0.33/0.00/0.61)	

CMYK percentages

%48.48
%33.33
%0
%61.18

Codes

Color #334263 in popluar color models

334263
RGB516699
HSL221°32.00%29.41%
HSB/HSV221°48.48%38.82%
CMYK48.48%33.33%0.00%
61.18%

Color #334263 in popluar number systems.

HEX334263
Decimal516699
Binary11001110000101100011
Octal63102143

Shades and tints

Shades of #334263

#334263
(51,66,99)
#2F3C5A
(47,60,90)
#2B3651
(43,54,81)
#273048
(39,48,72)
#232A3F
(35,42,63)
#1F2436
(31,36,54)
#1B1E2D
(27,30,45)
#171824
(23,24,36)
#13121B
(19,18,27)
#0F0C12
(15,12,18)
#0B0609
(11,6,9)
#000000
(0,0,0)

Tints of #334263

#334263
(51,66,99)
#455371
(69,83,113)
#57647F
(87,100,127)
#69758D
(105,117,141)
#7B869B
(123,134,155)
#8D97A9
(141,151,169)
#9FA8B7
(159,168,183)
#B1B9C5
(177,185,197)
#C3CAD3
(195,202,211)
#D5DBE1
(213,219,225)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334263 color. Also use rgb(51,66,99) instead hex code.

Text Font Color

.myTextColor { color: #334263; }

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

This text font color is #334263.


Background Color

.myBgColor { background-color: #334263; }

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

This div background color is #334263.


Border color

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

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

This div border color is #334263.


Opacity

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

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

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

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

This text has shadow with #334263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334263 on black background.


Color preview on white background

This text has color #334263 on white background.



Black color preview on #334263 background

This text has black color on #334263 background.


White color preview on #334263 background

This text has white color on #334263 background.