COLOR #334155

HEX: #334155 RGB: (51,65,85)

Color info

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

RGB color model

#334155 color RGB value is (51,65,85).

RGB: (51,65,85) (20%, 25%, 33%)

RGB channels and saturation

R 51 of 255 = 20%
G 65 of 255 = 25%
B 85 of 255 = 33%

51
65
85

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

Portions of RGB colors in percentages

R + G + B = 51 + 65 + 85 = 201 (100%)
R 51 of 201 ~ 25.37%
G 65 of 201 ~ 32.34%
B 85 of 201 ~ 42.29'%

%25.37
%32.34
%42.29

CMYK color model

#334155 color CMYK value is (40,24,0,67).

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

CMYK: (40,24,0,67)
C40M24Y0K67 (40%, 24%, 0%, 67%)
(0.40 / 0.24 / 0.00 / 0.67)

CMYK percentages

%40
%23.53
%0
%66.67

Codes

Color #334155 in popluar color models

33 41 55
RGB 51 65 85
HSL 215° 25.00% 26.67%
HSB/HSV 215° 40.00% 33.33%
CMYK 40.00% 23.53% 0.00%
66.67%

Color #334155 in popluar number systems.

HEX 33 41 55
Decimal 51 65 85
Binary 110011 1000001 1010101
Octal 63 101 125

Shades and tints

Shades of #334155

#334155
(51,65,85)
#2F3C4E
(47,60,78)
#2B3747
(43,55,71)
#273240
(39,50,64)
#232D39
(35,45,57)
#1F2832
(31,40,50)
#1B232B
(27,35,43)
#171E24
(23,30,36)
#13191D
(19,25,29)
#0F1416
(15,20,22)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #334155

#334155
(51,65,85)
#455264
(69,82,100)
#576373
(87,99,115)
#697482
(105,116,130)
#7B8591
(123,133,145)
#8D96A0
(141,150,160)
#9FA7AF
(159,167,175)
#B1B8BE
(177,184,190)
#C3C9CD
(195,201,205)
#D5DADC
(213,218,220)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334155; }

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

This text font color is #334155.

Background Color

.myBgColor { background-color: #334155; }

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

This div background color is #334155.

Border color

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

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

This div border color is #334155.

Opacity

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

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

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

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

This text has shadow with #334155 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #334155.

Preview

Color preview on black background

This text has color #334155 on black background.


Color preview on white background

This text has color #334155 on white background.


Black color preview on #334155 background

This text has black color on #334155 background.


White color preview on #334155 background

This text has white color on #334155 background.


Related colors

Complementary color

Complementary color for #hex is #CCBEAA.


I love getcolorcode.com

Triadic colors

1 #553341 and #415533 with #334155 are triadic colors.

2 #554133 and #413355 with #334155 are triadic colors.