COLOR #337067

HEX: #337067
RGB: (51,112,103)

Color info

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

RGB color model

#337067 color RGB value is (51,112,103).

  • red value is 51;
  • green value is 112;
  • blue value is 103.
RGB:
(51,112,103)
(20%,44%,40%)

RGB channels and saturation

R 51 of 255 = 20%
G 112 of 255 = 44%
B 103 of 255 = 40%

51
112
103

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

Portions of RGB colors in percentages

R + G + B =
51 + 112 + 103 = 266 (100%)
R 51 of 266 ~ 19.17%
G 112 of 266 ~ 42.11%
B 103 of 266 ~ 38.72%

%19.17
%42.11
%38.72

CMYK color model

#337067 color CMYK value is (54,0,8,56).

  • cyan value is 54.46%
  • magenta value is 0.00%
  • yellow value is 8.04%
  • key color value is 56.08%
CMYK:
(54,0,8,56)
C54M0Y8K56 
(54%,0%,8%,56%)
(0.54/0.00/0.08/0.56)	

CMYK percentages

%54.46
%0
%8.04
%56.08

Codes

Color #337067 in popluar color models

337067
RGB51112103
HSL171°37.42%31.96%
HSB/HSV171°54.46%43.92%
CMYK54.46%0.00%8.04%
56.08%

Color #337067 in popluar number systems.

HEX337067
Decimal51112103
Binary11001111100001100111
Octal63160147

Shades and tints

Shades of #337067

#337067
(51,112,103)
#2F665E
(47,102,94)
#2B5C55
(43,92,85)
#27524C
(39,82,76)
#234843
(35,72,67)
#1F3E3A
(31,62,58)
#1B3431
(27,52,49)
#172A28
(23,42,40)
#13201F
(19,32,31)
#0F1616
(15,22,22)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #337067

#337067
(51,112,103)
#457D74
(69,125,116)
#578A81
(87,138,129)
#69978E
(105,151,142)
#7BA49B
(123,164,155)
#8DB1A8
(141,177,168)
#9FBEB5
(159,190,181)
#B1CBC2
(177,203,194)
#C3D8CF
(195,216,207)
#D5E5DC
(213,229,220)
#E7F2E9
(231,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #337067 color. Also use rgb(51,112,103) instead hex code.

Text Font Color

.myTextColor { color: #337067; }

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

This text font color is #337067.


Background Color

.myBgColor { background-color: #337067; }

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

This div background color is #337067.


Border color

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

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

This div border color is #337067.


Opacity

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

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

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

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

This text has shadow with #337067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337067 on black background.


Color preview on white background

This text has color #337067 on white background.



Black color preview on #337067 background

This text has black color on #337067 background.


White color preview on #337067 background

This text has white color on #337067 background.