COLOR #335F6F

HEX: #335F6F RGB: (51,95,111)

Color info

#335F6F contains mainly green and blue colors. Web safe color of #335F6F is #336666 (or #366).

RGB color model

#335F6F color RGB value is (51,95,111).

RGB: (51,95,111) (20%, 37%, 44%)

RGB channels and saturation

R 51 of 255 = 20%
G 95 of 255 = 37%
B 111 of 255 = 44%

51
95
111

R + G + B ~ 34%. #335F6F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 95 + 111 = 257 (100%)
R 51 of 257 ~ 19.84%
G 95 of 257 ~ 36.96%
B 111 of 257 ~ 43.19'%

%19.84
%36.96
%43.19

CMYK color model

#335F6F color CMYK value is (54,14,0,56).

  • cyan value is 54.05%
  • magenta value is 14.41%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (54,14,0,56)
C54M14Y0K56 (54%, 14%, 0%, 56%)
(0.54 / 0.14 / 0.00 / 0.56)

CMYK percentages

%54.05
%14.41
%0
%56.47

Codes

Color #335F6F in popluar color models

33 5F 6F
RGB 51 95 111
HSL 196° 37.04% 31.76%
HSB/HSV 196° 54.05% 43.53%
CMYK 54.05% 14.41% 0.00%
56.47%

Color #335F6F in popluar number systems.

HEX 33 5F 6F
Decimal 51 95 111
Binary 110011 1011111 1101111
Octal 63 137 157

Shades and tints

Shades of #335F6F

#335F6F
(51,95,111)
#2F5765
(47,87,101)
#2B4F5B
(43,79,91)
#274751
(39,71,81)
#233F47
(35,63,71)
#1F373D
(31,55,61)
#1B2F33
(27,47,51)
#172729
(23,39,41)
#131F1F
(19,31,31)
#0F1715
(15,23,21)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #335F6F

#335F6F
(51,95,111)
#456D7C
(69,109,124)
#577B89
(87,123,137)
#698996
(105,137,150)
#7B97A3
(123,151,163)
#8DA5B0
(141,165,176)
#9FB3BD
(159,179,189)
#B1C1CA
(177,193,202)
#C3CFD7
(195,207,215)
#D5DDE4
(213,221,228)
#E7EBF1
(231,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335F6F color. Also use rgb(51,95,111) instead hex code.

Text Font Color

.myTextColor { color: #335F6F; }

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

This text font color is #335F6F.

Background Color

.myBgColor { background-color: #335F6F; }

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

This div background color is #335F6F.

Border color

.myBorderColor { border: 1px solid #335F6F; }

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

This div border color is #335F6F.

Opacity

.myOpacity80 { color: #335F6F; opacity: 0.8; }

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

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

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

This text has shadow with #335F6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #335F6F.

Preview

Color preview on black background

This text has color #335F6F on black background.


Color preview on white background

This text has color #335F6F on white background.


Black color preview on #335F6F background

This text has black color on #335F6F background.


White color preview on #335F6F background

This text has white color on #335F6F background.


Related colors

Complementary color

Complementary color for #hex is #CCA090.


I love getcolorcode.com

Triadic colors

1 #6F335F and #5F6F33 with #335F6F are triadic colors.

2 #6F5F33 and #5F336F with #335F6F are triadic colors.