COLOR #334163

HEX: #334163
RGB: (51,65,99)

Color info

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

RGB color model

#334163 color RGB value is (51,65,99).

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

RGB channels and saturation

R 51 of 255 = 20%
G 65 of 255 = 25%
B 99 of 255 = 39%

51
65
99

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

Portions of RGB colors in percentages

R + G + B =
51 + 65 + 99 = 215 (100%)
R 51 of 215 ~ 23.72%
G 65 of 215 ~ 30.23%
B 99 of 215 ~ 46.05%

%23.72
%30.23
%46.05

CMYK color model

#334163 color CMYK value is (48,34,0,61).

  • cyan value is 48.48%
  • magenta value is 34.34%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(48,34,0,61)
C48M34Y0K61 
(48%,34%,0%,61%)
(0.48/0.34/0.00/0.61)	

CMYK percentages

%48.48
%34.34
%0
%61.18

Codes

Color #334163 in popluar color models

334163
RGB516599
HSL223°32.00%29.41%
HSB/HSV223°48.48%38.82%
CMYK48.48%34.34%0.00%
61.18%

Color #334163 in popluar number systems.

HEX334163
Decimal516599
Binary11001110000011100011
Octal63101143

Shades and tints

Shades of #334163

#334163
(51,65,99)
#2F3C5A
(47,60,90)
#2B3751
(43,55,81)
#273248
(39,50,72)
#232D3F
(35,45,63)
#1F2836
(31,40,54)
#1B232D
(27,35,45)
#171E24
(23,30,36)
#13191B
(19,25,27)
#0F1412
(15,20,18)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #334163

#334163
(51,65,99)
#455271
(69,82,113)
#57637F
(87,99,127)
#69748D
(105,116,141)
#7B859B
(123,133,155)
#8D96A9
(141,150,169)
#9FA7B7
(159,167,183)
#B1B8C5
(177,184,197)
#C3C9D3
(195,201,211)
#D5DAE1
(213,218,225)
#E7EBEF
(231,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334163; }

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

This text font color is #334163.


Background Color

.myBgColor { background-color: #334163; }

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

This div background color is #334163.


Border color

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

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

This div border color is #334163.


Opacity

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

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

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

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

This text has shadow with #334163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334163 on black background.


Color preview on white background

This text has color #334163 on white background.



Black color preview on #334163 background

This text has black color on #334163 background.


White color preview on #334163 background

This text has white color on #334163 background.