COLOR #334359

HEX: #334359 RGB: (51,67,89)

Color info

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

RGB color model

#334359 color RGB value is (51,67,89).

RGB: (51,67,89) (20%, 26%, 35%)

RGB channels and saturation

R 51 of 255 = 20%
G 67 of 255 = 26%
B 89 of 255 = 35%

51
67
89

R + G + B ~ 27%. #334359 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 67 + 89 = 207 (100%)
R 51 of 207 ~ 24.64%
G 67 of 207 ~ 32.37%
B 89 of 207 ~ 43'%

%24.64
%32.37
%43

CMYK color model

#334359 color CMYK value is (43,25,0,65).

  • cyan value is 42.70%
  • magenta value is 24.72%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK: (43,25,0,65) C43M25Y0K65 (43%,25%,0%,65%) (0.43/0.25/0.00/0.65) 

CMYK percentages

%42.7
%24.72
%0
%65.1

Codes

Color #334359 in popluar color models

33 43 59
RGB 51 67 89
HSL 215° 27.14% 27.45%
HSB/HSV 215° 42.70% 34.90%
CMYK 42.70% 24.72% 0.00%
65.10%

Color #334359 in popluar number systems.

HEX 33 43 59
Decimal 51 67 89
Binary 110011 1000011 1011001
Octal 63 103 131

Shades and tints

Shades of #334359

#334359
(51,67,89)
#2F3D51
(47,61,81)
#2B3749
(43,55,73)
#273141
(39,49,65)
#232B39
(35,43,57)
#1F2531
(31,37,49)
#1B1F29
(27,31,41)
#171921
(23,25,33)
#131319
(19,19,25)
#0F0D11
(15,13,17)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #334359

#334359
(51,67,89)
#455468
(69,84,104)
#576577
(87,101,119)
#697686
(105,118,134)
#7B8795
(123,135,149)
#8D98A4
(141,152,164)
#9FA9B3
(159,169,179)
#B1BAC2
(177,186,194)
#C3CBD1
(195,203,209)
#D5DCE0
(213,220,224)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334359 color. Also use rgb(51,67,89) instead hex code.

Text Font Color

.myTextColor { color: #334359; }

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

This text font color is #334359.

Background Color

.myBgColor { background-color: #334359; }

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

This div background color is #334359.

Border color

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

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

This div border color is #334359.

Opacity

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

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

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

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

This text has shadow with #334359 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #334359.

Preview

Color preview on black background

This text has color #334359 on black background.


Color preview on white background

This text has color #334359 on white background.


Black color preview on #334359 background

This text has black color on #334359 background.


White color preview on #334359 background

This text has white color on #334359 background.


Related colors

Complementary color

Complementary color for #hex is #CCBCA6.


I love getcolorcode.com

Triadic colors

1 #593343 and #435933 with #334359 are triadic colors.

2 #594333 and #433359 with #334359 are triadic colors.