COLOR #335E7E

HEX: #335E7E
RGB: (51,94,126)

Color info

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

RGB color model

#335E7E color RGB value is (51,94,126).

  • red value is 51;
  • green value is 94;
  • blue value is 126.
RGB:
(51,94,126)
(20%,37%,49%)

RGB channels and saturation

R 51 of 255 = 20%
G 94 of 255 = 37%
B 126 of 255 = 49%

51
94
126

R + G + B ~ 35%. #335E7E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 94 + 126 = 271 (100%)
R 51 of 271 ~ 18.82%
G 94 of 271 ~ 34.69%
B 126 of 271 ~ 46.49%

%18.82
%34.69
%46.49

CMYK color model

#335E7E color CMYK value is (60,25,0,51).

  • cyan value is 59.52%
  • magenta value is 25.40%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(60,25,0,51)
C60M25Y0K51 
(60%,25%,0%,51%)
(0.60/0.25/0.00/0.51)	

CMYK percentages

%59.52
%25.4
%0
%50.59

Codes

Color #335E7E in popluar color models

335E7E
RGB5194126
HSL206°42.37%34.71%
HSB/HSV206°59.52%49.41%
CMYK59.52%25.40%0.00%
50.59%

Color #335E7E in popluar number systems.

HEX335E7E
Decimal5194126
Binary11001110111101111110
Octal63136176

Shades and tints

Shades of #335E7E

#335E7E
(51,94,126)
#2F5673
(47,86,115)
#2B4E68
(43,78,104)
#27465D
(39,70,93)
#233E52
(35,62,82)
#1F3647
(31,54,71)
#1B2E3C
(27,46,60)
#172631
(23,38,49)
#131E26
(19,30,38)
#0F161B
(15,22,27)
#0B0E10
(11,14,16)
#000000
(0,0,0)

Tints of #335E7E

#335E7E
(51,94,126)
#456C89
(69,108,137)
#577A94
(87,122,148)
#69889F
(105,136,159)
#7B96AA
(123,150,170)
#8DA4B5
(141,164,181)
#9FB2C0
(159,178,192)
#B1C0CB
(177,192,203)
#C3CED6
(195,206,214)
#D5DCE1
(213,220,225)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335E7E color. Also use rgb(51,94,126) instead hex code.

Text Font Color

.myTextColor { color: #335E7E; }

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

This text font color is #335E7E.


Background Color

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

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

This div background color is #335E7E.


Border color

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

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

This div border color is #335E7E.


Opacity

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

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

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

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

This text has shadow with #335E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335E7E on black background.


Color preview on white background

This text has color #335E7E on white background.



Black color preview on #335E7E background

This text has black color on #335E7E background.


White color preview on #335E7E background

This text has white color on #335E7E background.