COLOR #334161

HEX: #334161 RGB: (51,65,97)

Color info

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

RGB color model

#334161 color RGB value is (51,65,97).

RGB: (51,65,97) (20%, 25%, 38%)

RGB channels and saturation

R 51 of 255 = 20%
G 65 of 255 = 25%
B 97 of 255 = 38%

51
65
97

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

Portions of RGB colors in percentages

R + G + B = 51 + 65 + 97 = 213 (100%)
R 51 of 213 ~ 23.94%
G 65 of 213 ~ 30.52%
B 97 of 213 ~ 45.54'%

%23.94
%30.52
%45.54

CMYK color model

#334161 color CMYK value is (47,33,0,62).

  • cyan value is 47.42%
  • magenta value is 32.99%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (47,33,0,62)
C47M33Y0K62 (47%, 33%, 0%, 62%)
(0.47 / 0.33 / 0.00 / 0.62)

CMYK percentages

%47.42
%32.99
%0
%61.96

Codes

Color #334161 in popluar color models

33 41 61
RGB 51 65 97
HSL 222° 31.08% 29.02%
HSB/HSV 222° 47.42% 38.04%
CMYK 47.42% 32.99% 0.00%
61.96%

Color #334161 in popluar number systems.

HEX 33 41 61
Decimal 51 65 97
Binary 110011 1000001 1100001
Octal 63 101 141

Shades and tints

Shades of #334161

#334161
(51,65,97)
#2F3C59
(47,60,89)
#2B3751
(43,55,81)
#273249
(39,50,73)
#232D41
(35,45,65)
#1F2839
(31,40,57)
#1B2331
(27,35,49)
#171E29
(23,30,41)
#131921
(19,25,33)
#0F1419
(15,20,25)
#0B0F11
(11,15,17)
#000000
(0,0,0)

Tints of #334161

#334161
(51,65,97)
#45526F
(69,82,111)
#57637D
(87,99,125)
#69748B
(105,116,139)
#7B8599
(123,133,153)
#8D96A7
(141,150,167)
#9FA7B5
(159,167,181)
#B1B8C3
(177,184,195)
#C3C9D1
(195,201,209)
#D5DADF
(213,218,223)
#E7EBED
(231,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334161; }

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

This text font color is #334161.

Background Color

.myBgColor { background-color: #334161; }

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

This div background color is #334161.

Border color

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

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

This div border color is #334161.

Opacity

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

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

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

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

This text has shadow with #334161 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #334161.

Preview

Color preview on black background

This text has color #334161 on black background.


Color preview on white background

This text has color #334161 on white background.


Black color preview on #334161 background

This text has black color on #334161 background.


White color preview on #334161 background

This text has white color on #334161 background.


Related colors

Complementary color

Complementary color for #hex is #CCBE9E.


I love getcolorcode.com

Triadic colors

1 #613341 and #416133 with #334161 are triadic colors.

2 #614133 and #413361 with #334161 are triadic colors.