COLOR #337885

HEX: #337885
RGB: (51,120,133)

Color info

#337885 contains mainly green and blue colors. Web safe color of #337885 is #336699 (or #369).

RGB color model

#337885 color RGB value is (51,120,133).

  • red value is 51;
  • green value is 120;
  • blue value is 133.
RGB:
(51,120,133)
(20%,47%,52%)

RGB channels and saturation

R 51 of 255 = 20%
G 120 of 255 = 47%
B 133 of 255 = 52%

51
120
133

R + G + B ~ 40%. #337885 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
51 + 120 + 133 = 304 (100%)
R 51 of 304 ~ 16.78%
G 120 of 304 ~ 39.47%
B 133 of 304 ~ 43.75%

%16.78
%39.47
%43.75

CMYK color model

#337885 color CMYK value is (62,10,0,48).

  • cyan value is 61.65%
  • magenta value is 9.77%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(62,10,0,48)
C62M10Y0K48 
(62%,10%,0%,48%)
(0.62/0.10/0.00/0.48)	

CMYK percentages

%61.65
%9.77
%0
%47.84

Codes

Color #337885 in popluar color models

337885
RGB51120133
HSL190°44.57%36.08%
HSB/HSV190°61.65%52.16%
CMYK61.65%9.77%0.00%
47.84%

Color #337885 in popluar number systems.

HEX337885
Decimal51120133
Binary110011111100010000101
Octal63170205

Shades and tints

Shades of #337885

#337885
(51,120,133)
#2F6E79
(47,110,121)
#2B646D
(43,100,109)
#275A61
(39,90,97)
#235055
(35,80,85)
#1F4649
(31,70,73)
#1B3C3D
(27,60,61)
#173231
(23,50,49)
#132825
(19,40,37)
#0F1E19
(15,30,25)
#0B140D
(11,20,13)
#000000
(0,0,0)

Tints of #337885

#337885
(51,120,133)
#458490
(69,132,144)
#57909B
(87,144,155)
#699CA6
(105,156,166)
#7BA8B1
(123,168,177)
#8DB4BC
(141,180,188)
#9FC0C7
(159,192,199)
#B1CCD2
(177,204,210)
#C3D8DD
(195,216,221)
#D5E4E8
(213,228,232)
#E7F0F3
(231,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #337885 color. Also use rgb(51,120,133) instead hex code.

Text Font Color

.myTextColor { color: #337885; }

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

This text font color is #337885.


Background Color

.myBgColor { background-color: #337885; }

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

This div background color is #337885.


Border color

.myBorderColor { border: 1px solid #337885; }

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

This div border color is #337885.


Opacity

.myOpacity80 { color: #337885; opacity: 0.8; }

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

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

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

This text has shadow with #337885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337885 on black background.


Color preview on white background

This text has color #337885 on white background.



Black color preview on #337885 background

This text has black color on #337885 background.


White color preview on #337885 background

This text has white color on #337885 background.