COLOR #337465

HEX: #337465
RGB: (51,116,101)

Color info

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

RGB color model

#337465 color RGB value is (51,116,101).

  • red value is 51;
  • green value is 116;
  • blue value is 101.
RGB:
(51,116,101)
(20%,45%,40%)

RGB channels and saturation

R 51 of 255 = 20%
G 116 of 255 = 45%
B 101 of 255 = 40%

51
116
101

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

Portions of RGB colors in percentages

R + G + B =
51 + 116 + 101 = 268 (100%)
R 51 of 268 ~ 19.03%
G 116 of 268 ~ 43.28%
B 101 of 268 ~ 37.69%

%19.03
%43.28
%37.69

CMYK color model

#337465 color CMYK value is (56,0,13,55).

  • cyan value is 56.03%
  • magenta value is 0.00%
  • yellow value is 12.93%
  • key color value is 54.51%
CMYK:
(56,0,13,55)
C56M0Y13K55 
(56%,0%,13%,55%)
(0.56/0.00/0.13/0.55)	

CMYK percentages

%56.03
%0
%12.93
%54.51

Codes

Color #337465 in popluar color models

337465
RGB51116101
HSL166°38.92%32.75%
HSB/HSV166°56.03%45.49%
CMYK56.03%0.00%12.93%
54.51%

Color #337465 in popluar number systems.

HEX337465
Decimal51116101
Binary11001111101001100101
Octal63164145

Shades and tints

Shades of #337465

#337465
(51,116,101)
#2F6A5C
(47,106,92)
#2B6053
(43,96,83)
#27564A
(39,86,74)
#234C41
(35,76,65)
#1F4238
(31,66,56)
#1B382F
(27,56,47)
#172E26
(23,46,38)
#13241D
(19,36,29)
#0F1A14
(15,26,20)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #337465

#337465
(51,116,101)
#458073
(69,128,115)
#578C81
(87,140,129)
#69988F
(105,152,143)
#7BA49D
(123,164,157)
#8DB0AB
(141,176,171)
#9FBCB9
(159,188,185)
#B1C8C7
(177,200,199)
#C3D4D5
(195,212,213)
#D5E0E3
(213,224,227)
#E7ECF1
(231,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #337465 color. Also use rgb(51,116,101) instead hex code.

Text Font Color

.myTextColor { color: #337465; }

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

This text font color is #337465.


Background Color

.myBgColor { background-color: #337465; }

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

This div background color is #337465.


Border color

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

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

This div border color is #337465.


Opacity

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

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

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

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

This text has shadow with #337465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337465 on black background.


Color preview on white background

This text has color #337465 on white background.



Black color preview on #337465 background

This text has black color on #337465 background.


White color preview on #337465 background

This text has white color on #337465 background.