COLOR #335A4D

HEX: #335A4D
RGB: (51,90,77)

Color info

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

RGB color model

#335A4D color RGB value is (51,90,77).

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

RGB channels and saturation

R 51 of 255 = 20%
G 90 of 255 = 35%
B 77 of 255 = 30%

51
90
77

R + G + B ~ 28%. #335A4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 90 + 77 = 218 (100%)
R 51 of 218 ~ 23.39%
G 90 of 218 ~ 41.28%
B 77 of 218 ~ 35.32%

%23.39
%41.28
%35.32

CMYK color model

#335A4D color CMYK value is (43,0,14,65).

  • cyan value is 43.33%
  • magenta value is 0.00%
  • yellow value is 14.44%
  • key color value is 64.71%
CMYK:
(43,0,14,65)
C43M0Y14K65 
(43%,0%,14%,65%)
(0.43/0.00/0.14/0.65)	

CMYK percentages

%43.33
%0
%14.44
%64.71

Codes

Color #335A4D in popluar color models

335A4D
RGB519077
HSL160°27.66%27.65%
HSB/HSV160°43.33%35.29%
CMYK43.33%0.00%14.44%
64.71%

Color #335A4D in popluar number systems.

HEX335A4D
Decimal519077
Binary11001110110101001101
Octal63132115

Shades and tints

Shades of #335A4D

#335A4D
(51,90,77)
#2F5246
(47,82,70)
#2B4A3F
(43,74,63)
#274238
(39,66,56)
#233A31
(35,58,49)
#1F322A
(31,50,42)
#1B2A23
(27,42,35)
#17221C
(23,34,28)
#131A15
(19,26,21)
#0F120E
(15,18,14)
#0B0A07
(11,10,7)
#000000
(0,0,0)

Tints of #335A4D

#335A4D
(51,90,77)
#45695D
(69,105,93)
#57786D
(87,120,109)
#69877D
(105,135,125)
#7B968D
(123,150,141)
#8DA59D
(141,165,157)
#9FB4AD
(159,180,173)
#B1C3BD
(177,195,189)
#C3D2CD
(195,210,205)
#D5E1DD
(213,225,221)
#E7F0ED
(231,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335A4D; }

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

This text font color is #335A4D.


Background Color

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

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

This div background color is #335A4D.


Border color

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

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

This div border color is #335A4D.


Opacity

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

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

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

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

This text has shadow with #335A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335A4D on black background.


Color preview on white background

This text has color #335A4D on white background.



Black color preview on #335A4D background

This text has black color on #335A4D background.


White color preview on #335A4D background

This text has white color on #335A4D background.