COLOR #334F55

HEX: #334F55 RGB: (51,79,85)

Color info

#334F55 contains red, green and blue colors in about the same proportion. Web safe color of #334F55 is #336666 (or #366).

RGB color model

#334F55 color RGB value is (51,79,85).

RGB: (51,79,85) (20%, 31%, 33%)

RGB channels and saturation

R 51 of 255 = 20%
G 79 of 255 = 31%
B 85 of 255 = 33%

51
79
85

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

Portions of RGB colors in percentages

R + G + B = 51 + 79 + 85 = 215 (100%)
R 51 of 215 ~ 23.72%
G 79 of 215 ~ 36.74%
B 85 of 215 ~ 39.53'%

%23.72
%36.74
%39.53

CMYK color model

#334F55 color CMYK value is (40,7,0,67).

  • cyan value is 40.00%
  • magenta value is 7.06%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (40,7,0,67)
C40M7Y0K67 (40%, 7%, 0%, 67%)
(0.40 / 0.07 / 0.00 / 0.67)

CMYK percentages

%40
%7.06
%0
%66.67

Codes

Color #334F55 in popluar color models

33 4F 55
RGB 51 79 85
HSL 191° 25.00% 26.67%
HSB/HSV 191° 40.00% 33.33%
CMYK 40.00% 7.06% 0.00%
66.67%

Color #334F55 in popluar number systems.

HEX 33 4F 55
Decimal 51 79 85
Binary 110011 1001111 1010101
Octal 63 117 125

Shades and tints

Shades of #334F55

#334F55
(51,79,85)
#2F484E
(47,72,78)
#2B4147
(43,65,71)
#273A40
(39,58,64)
#233339
(35,51,57)
#1F2C32
(31,44,50)
#1B252B
(27,37,43)
#171E24
(23,30,36)
#13171D
(19,23,29)
#0F1016
(15,16,22)
#0B090F
(11,9,15)
#000000
(0,0,0)

Tints of #334F55

#334F55
(51,79,85)
#455F64
(69,95,100)
#576F73
(87,111,115)
#697F82
(105,127,130)
#7B8F91
(123,143,145)
#8D9FA0
(141,159,160)
#9FAFAF
(159,175,175)
#B1BFBE
(177,191,190)
#C3CFCD
(195,207,205)
#D5DFDC
(213,223,220)
#E7EFEB
(231,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334F55 color. Also use rgb(51,79,85) instead hex code.

Text Font Color

.myTextColor { color: #334F55; }

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

This text font color is #334F55.

Background Color

.myBgColor { background-color: #334F55; }

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

This div background color is #334F55.

Border color

.myBorderColor { border: 1px solid #334F55; }

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

This div border color is #334F55.

Opacity

.myOpacity80 { color: #334F55; opacity: 0.8; }

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

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

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

This text has shadow with #334F55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #334F55.

Preview

Color preview on black background

This text has color #334F55 on black background.


Color preview on white background

This text has color #334F55 on white background.


Black color preview on #334F55 background

This text has black color on #334F55 background.


White color preview on #334F55 background

This text has white color on #334F55 background.


Related colors

Complementary color

Complementary color for #hex is #CCB0AA.


I love getcolorcode.com

Triadic colors

1 #55334F and #4F5533 with #334F55 are triadic colors.

2 #554F33 and #4F3355 with #334F55 are triadic colors.