COLOR #335A61

HEX: #335A61 RGB: (51,90,97)

Color info

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

RGB color model

#335A61 color RGB value is (51,90,97).

RGB: (51,90,97) (20%, 35%, 38%)

RGB channels and saturation

R 51 of 255 = 20%
G 90 of 255 = 35%
B 97 of 255 = 38%

51
90
97

R + G + B ~ 31%. #335A61 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 90 + 97 = 238 (100%)
R 51 of 238 ~ 21.43%
G 90 of 238 ~ 37.82%
B 97 of 238 ~ 40.76'%

%21.43
%37.82
%40.76

CMYK color model

#335A61 color CMYK value is (47,7,0,62).

  • cyan value is 47.42%
  • magenta value is 7.22%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (47,7,0,62)
C47M7Y0K62 (47%, 7%, 0%, 62%)
(0.47 / 0.07 / 0.00 / 0.62)

CMYK percentages

%47.42
%7.22
%0
%61.96

Codes

Color #335A61 in popluar color models

33 5A 61
RGB 51 90 97
HSL 189° 31.08% 29.02%
HSB/HSV 189° 47.42% 38.04%
CMYK 47.42% 7.22% 0.00%
61.96%

Color #335A61 in popluar number systems.

HEX 33 5A 61
Decimal 51 90 97
Binary 110011 1011010 1100001
Octal 63 132 141

Shades and tints

Shades of #335A61

#335A61
(51,90,97)
#2F5259
(47,82,89)
#2B4A51
(43,74,81)
#274249
(39,66,73)
#233A41
(35,58,65)
#1F3239
(31,50,57)
#1B2A31
(27,42,49)
#172229
(23,34,41)
#131A21
(19,26,33)
#0F1219
(15,18,25)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #335A61

#335A61
(51,90,97)
#45696F
(69,105,111)
#57787D
(87,120,125)
#69878B
(105,135,139)
#7B9699
(123,150,153)
#8DA5A7
(141,165,167)
#9FB4B5
(159,180,181)
#B1C3C3
(177,195,195)
#C3D2D1
(195,210,209)
#D5E1DF
(213,225,223)
#E7F0ED
(231,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335A61 color. Also use rgb(51,90,97) instead hex code.

Text Font Color

.myTextColor { color: #335A61; }

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

This text font color is #335A61.

Background Color

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

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

This div background color is #335A61.

Border color

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

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

This div border color is #335A61.

Opacity

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

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

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

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

This text has shadow with #335A61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #335A61.

Preview

Color preview on black background

This text has color #335A61 on black background.


Color preview on white background

This text has color #335A61 on white background.


Black color preview on #335A61 background

This text has black color on #335A61 background.


White color preview on #335A61 background

This text has white color on #335A61 background.


Related colors

Complementary color

Complementary color for #hex is #CCA59E.


I love getcolorcode.com

Triadic colors

1 #61335A and #5A6133 with #335A61 are triadic colors.

2 #615A33 and #5A3361 with #335A61 are triadic colors.