COLOR #33677F

HEX: #33677F
RGB: (51,103,127)

Color info

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

RGB color model

#33677F color RGB value is (51,103,127).

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

RGB channels and saturation

R 51 of 255 = 20%
G 103 of 255 = 40%
B 127 of 255 = 50%

51
103
127

R + G + B ~ 37%. #33677F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 103 + 127 = 281 (100%)
R 51 of 281 ~ 18.15%
G 103 of 281 ~ 36.65%
B 127 of 281 ~ 45.2%

%18.15
%36.65
%45.2

CMYK color model

#33677F color CMYK value is (60,19,0,50).

  • cyan value is 59.84%
  • magenta value is 18.90%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(60,19,0,50)
C60M19Y0K50 
(60%,19%,0%,50%)
(0.60/0.19/0.00/0.50)	

CMYK percentages

%59.84
%18.9
%0
%50.2

Codes

Color #33677F in popluar color models

33677F
RGB51103127
HSL199°42.70%34.90%
HSB/HSV199°59.84%49.80%
CMYK59.84%18.90%0.00%
50.20%

Color #33677F in popluar number systems.

HEX33677F
Decimal51103127
Binary11001111001111111111
Octal63147177

Shades and tints

Shades of #33677F

#33677F
(51,103,127)
#2F5E74
(47,94,116)
#2B5569
(43,85,105)
#274C5E
(39,76,94)
#234353
(35,67,83)
#1F3A48
(31,58,72)
#1B313D
(27,49,61)
#172832
(23,40,50)
#131F27
(19,31,39)
#0F161C
(15,22,28)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #33677F

#33677F
(51,103,127)
#45748A
(69,116,138)
#578195
(87,129,149)
#698EA0
(105,142,160)
#7B9BAB
(123,155,171)
#8DA8B6
(141,168,182)
#9FB5C1
(159,181,193)
#B1C2CC
(177,194,204)
#C3CFD7
(195,207,215)
#D5DCE2
(213,220,226)
#E7E9ED
(231,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33677F; }

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

This text font color is #33677F.


Background Color

.myBgColor { background-color: #33677F; }

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

This div background color is #33677F.


Border color

.myBorderColor { border: 1px solid #33677F; }

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

This div border color is #33677F.


Opacity

.myOpacity80 { color: #33677F; opacity: 0.8; }

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

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

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

This text has shadow with #33677F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33677F on black background.


Color preview on white background

This text has color #33677F on white background.



Black color preview on #33677F background

This text has black color on #33677F background.


White color preview on #33677F background

This text has white color on #33677F background.