COLOR #335C7B

HEX: #335C7B
RGB: (51,92,123)

Color info

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

RGB color model

#335C7B color RGB value is (51,92,123).

  • red value is 51;
  • green value is 92;
  • blue value is 123.
RGB:
(51,92,123)
(20%,36%,48%)

RGB channels and saturation

R 51 of 255 = 20%
G 92 of 255 = 36%
B 123 of 255 = 48%

51
92
123

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

Portions of RGB colors in percentages

R + G + B =
51 + 92 + 123 = 266 (100%)
R 51 of 266 ~ 19.17%
G 92 of 266 ~ 34.59%
B 123 of 266 ~ 46.24%

%19.17
%34.59
%46.24

CMYK color model

#335C7B color CMYK value is (59,25,0,52).

  • cyan value is 58.54%
  • magenta value is 25.20%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(59,25,0,52)
C59M25Y0K52 
(59%,25%,0%,52%)
(0.59/0.25/0.00/0.52)	

CMYK percentages

%58.54
%25.2
%0
%51.76

Codes

Color #335C7B in popluar color models

335C7B
RGB5192123
HSL206°41.38%34.12%
HSB/HSV206°58.54%48.24%
CMYK58.54%25.20%0.00%
51.76%

Color #335C7B in popluar number systems.

HEX335C7B
Decimal5192123
Binary11001110111001111011
Octal63134173

Shades and tints

Shades of #335C7B

#335C7B
(51,92,123)
#2F5470
(47,84,112)
#2B4C65
(43,76,101)
#27445A
(39,68,90)
#233C4F
(35,60,79)
#1F3444
(31,52,68)
#1B2C39
(27,44,57)
#17242E
(23,36,46)
#131C23
(19,28,35)
#0F1418
(15,20,24)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #335C7B

#335C7B
(51,92,123)
#456A87
(69,106,135)
#577893
(87,120,147)
#69869F
(105,134,159)
#7B94AB
(123,148,171)
#8DA2B7
(141,162,183)
#9FB0C3
(159,176,195)
#B1BECF
(177,190,207)
#C3CCDB
(195,204,219)
#D5DAE7
(213,218,231)
#E7E8F3
(231,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335C7B color. Also use rgb(51,92,123) instead hex code.

Text Font Color

.myTextColor { color: #335C7B; }

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

This text font color is #335C7B.


Background Color

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

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

This div background color is #335C7B.


Border color

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

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

This div border color is #335C7B.


Opacity

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

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

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

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

This text has shadow with #335C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335C7B on black background.


Color preview on white background

This text has color #335C7B on white background.



Black color preview on #335C7B background

This text has black color on #335C7B background.


White color preview on #335C7B background

This text has white color on #335C7B background.