COLOR #334354

HEX: #334354 RGB: (51,67,84)

Color info

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

RGB color model

#334354 color RGB value is (51,67,84).

RGB: (51,67,84) (20%, 26%, 33%)

RGB channels and saturation

R 51 of 255 = 20%
G 67 of 255 = 26%
B 84 of 255 = 33%

51
67
84

R + G + B ~ 26%. #334354 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 67 + 84 = 202 (100%)
R 51 of 202 ~ 25.25%
G 67 of 202 ~ 33.17%
B 84 of 202 ~ 41.58'%

%25.25
%33.17
%41.58

CMYK color model

#334354 color CMYK value is (39,20,0,67).

  • cyan value is 39.29%
  • magenta value is 20.24%
  • yellow value is 0.00%
  • key color value is 67.06%

CMYK: (39,20,0,67)
C39M20Y0K67 (39%, 20%, 0%, 67%)
(0.39 / 0.20 / 0.00 / 0.67)

CMYK percentages

%39.29
%20.24
%0
%67.06

Codes

Color #334354 in popluar color models

33 43 54
RGB 51 67 84
HSL 211° 24.44% 26.47%
HSB/HSV 211° 39.29% 32.94%
CMYK 39.29% 20.24% 0.00%
67.06%

Color #334354 in popluar number systems.

HEX 33 43 54
Decimal 51 67 84
Binary 110011 1000011 1010100
Octal 63 103 124

Shades and tints

Shades of #334354

#334354
(51,67,84)
#2F3D4D
(47,61,77)
#2B3746
(43,55,70)
#27313F
(39,49,63)
#232B38
(35,43,56)
#1F2531
(31,37,49)
#1B1F2A
(27,31,42)
#171923
(23,25,35)
#13131C
(19,19,28)
#0F0D15
(15,13,21)
#0B070E
(11,7,14)
#000000
(0,0,0)

Tints of #334354

#334354
(51,67,84)
#455463
(69,84,99)
#576572
(87,101,114)
#697681
(105,118,129)
#7B8790
(123,135,144)
#8D989F
(141,152,159)
#9FA9AE
(159,169,174)
#B1BABD
(177,186,189)
#C3CBCC
(195,203,204)
#D5DCDB
(213,220,219)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334354; }

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

This text font color is #334354.

Background Color

.myBgColor { background-color: #334354; }

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

This div background color is #334354.

Border color

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

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

This div border color is #334354.

Opacity

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

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

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

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

This text has shadow with #334354 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #334354.

Preview

Color preview on black background

This text has color #334354 on black background.


Color preview on white background

This text has color #334354 on white background.


Black color preview on #334354 background

This text has black color on #334354 background.


White color preview on #334354 background

This text has white color on #334354 background.


Related colors

Complementary color

Complementary color for #hex is #CCBCAB.


I love getcolorcode.com

Triadic colors

1 #543343 and #435433 with #334354 are triadic colors.

2 #544333 and #433354 with #334354 are triadic colors.