COLOR #335F64

HEX: #335F64 RGB: (51,95,100)

Color info

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

RGB color model

#335F64 color RGB value is (51,95,100).

RGB: (51,95,100) (20%, 37%, 39%)

RGB channels and saturation

R 51 of 255 = 20%
G 95 of 255 = 37%
B 100 of 255 = 39%

51
95
100

R + G + B ~ 32%. #335F64 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 95 + 100 = 246 (100%)
R 51 of 246 ~ 20.73%
G 95 of 246 ~ 38.62%
B 100 of 246 ~ 40.65'%

%20.73
%38.62
%40.65

CMYK color model

#335F64 color CMYK value is (49,5,0,61).

  • cyan value is 49.00%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (49,5,0,61)
C49M5Y0K61 (49%, 5%, 0%, 61%)
(0.49 / 0.05 / 0.00 / 0.61)

CMYK percentages

%49
%5
%0
%60.78

Codes

Color #335F64 in popluar color models

33 5F 64
RGB 51 95 100
HSL 186° 32.45% 29.61%
HSB/HSV 186° 49.00% 39.22%
CMYK 49.00% 5.00% 0.00%
60.78%

Color #335F64 in popluar number systems.

HEX 33 5F 64
Decimal 51 95 100
Binary 110011 1011111 1100100
Octal 63 137 144

Shades and tints

Shades of #335F64

#335F64
(51,95,100)
#2F575B
(47,87,91)
#2B4F52
(43,79,82)
#274749
(39,71,73)
#233F40
(35,63,64)
#1F3737
(31,55,55)
#1B2F2E
(27,47,46)
#172725
(23,39,37)
#131F1C
(19,31,28)
#0F1713
(15,23,19)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #335F64

#335F64
(51,95,100)
#456D72
(69,109,114)
#577B80
(87,123,128)
#69898E
(105,137,142)
#7B979C
(123,151,156)
#8DA5AA
(141,165,170)
#9FB3B8
(159,179,184)
#B1C1C6
(177,193,198)
#C3CFD4
(195,207,212)
#D5DDE2
(213,221,226)
#E7EBF0
(231,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335F64; }

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

This text font color is #335F64.

Background Color

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

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

This div background color is #335F64.

Border color

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

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

This div border color is #335F64.

Opacity

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

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

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

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

This text has shadow with #335F64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #335F64.

Preview

Color preview on black background

This text has color #335F64 on black background.


Color preview on white background

This text has color #335F64 on white background.


Black color preview on #335F64 background

This text has black color on #335F64 background.


White color preview on #335F64 background

This text has white color on #335F64 background.


Related colors

Complementary color

Complementary color for #hex is #CCA09B.


I love getcolorcode.com

Triadic colors

1 #64335F and #5F6433 with #335F64 are triadic colors.

2 #645F33 and #5F3364 with #335F64 are triadic colors.