COLOR #335A44

HEX: #335A44
RGB: (51,90,68)

Color info

#335A44 contains red, green and blue colors in about the same proportion. Web safe color of #335A44 is #336633 (or #363).

RGB color model

#335A44 color RGB value is (51,90,68).

  • red value is 51;
  • green value is 90;
  • blue value is 68.
RGB:
(51,90,68)
(20%,35%,27%)

RGB channels and saturation

R 51 of 255 = 20%
G 90 of 255 = 35%
B 68 of 255 = 27%

51
90
68

R + G + B ~ 27%. #335A44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 90 + 68 = 209 (100%)
R 51 of 209 ~ 24.4%
G 90 of 209 ~ 43.06%
B 68 of 209 ~ 32.54%

%24.4
%43.06
%32.54

CMYK color model

#335A44 color CMYK value is (43,0,24,65).

  • cyan value is 43.33%
  • magenta value is 0.00%
  • yellow value is 24.44%
  • key color value is 64.71%
CMYK:
(43,0,24,65)
C43M0Y24K65 
(43%,0%,24%,65%)
(0.43/0.00/0.24/0.65)	

CMYK percentages

%43.33
%0
%24.44
%64.71

Codes

Color #335A44 in popluar color models

335A44
RGB519068
HSL146°27.66%27.65%
HSB/HSV146°43.33%35.29%
CMYK43.33%0.00%24.44%
64.71%

Color #335A44 in popluar number systems.

HEX335A44
Decimal519068
Binary11001110110101000100
Octal63132104

Shades and tints

Shades of #335A44

#335A44
(51,90,68)
#2F523E
(47,82,62)
#2B4A38
(43,74,56)
#274232
(39,66,50)
#233A2C
(35,58,44)
#1F3226
(31,50,38)
#1B2A20
(27,42,32)
#17221A
(23,34,26)
#131A14
(19,26,20)
#0F120E
(15,18,14)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #335A44

#335A44
(51,90,68)
#456955
(69,105,85)
#577866
(87,120,102)
#698777
(105,135,119)
#7B9688
(123,150,136)
#8DA599
(141,165,153)
#9FB4AA
(159,180,170)
#B1C3BB
(177,195,187)
#C3D2CC
(195,210,204)
#D5E1DD
(213,225,221)
#E7F0EE
(231,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335A44; }

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

This text font color is #335A44.


Background Color

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

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

This div background color is #335A44.


Border color

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

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

This div border color is #335A44.


Opacity

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

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

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

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

This text has shadow with #335A44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335A44 on black background.


Color preview on white background

This text has color #335A44 on white background.



Black color preview on #335A44 background

This text has black color on #335A44 background.


White color preview on #335A44 background

This text has white color on #335A44 background.