COLOR #33677E

HEX: #33677E
RGB: (51,103,126)

Color info

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

RGB color model

#33677E color RGB value is (51,103,126).

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

RGB channels and saturation

R 51 of 255 = 20%
G 103 of 255 = 40%
B 126 of 255 = 49%

51
103
126

R + G + B ~ 36%. #33677E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 103 + 126 = 280 (100%)
R 51 of 280 ~ 18.21%
G 103 of 280 ~ 36.79%
B 126 of 280 ~ 45%

%18.21
%36.79
%45

CMYK color model

#33677E color CMYK value is (60,18,0,51).

  • cyan value is 59.52%
  • magenta value is 18.25%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(60,18,0,51)
C60M18Y0K51 
(60%,18%,0%,51%)
(0.60/0.18/0.00/0.51)	

CMYK percentages

%59.52
%18.25
%0
%50.59

Codes

Color #33677E in popluar color models

33677E
RGB51103126
HSL198°42.37%34.71%
HSB/HSV198°59.52%49.41%
CMYK59.52%18.25%0.00%
50.59%

Color #33677E in popluar number systems.

HEX33677E
Decimal51103126
Binary11001111001111111110
Octal63147176

Shades and tints

Shades of #33677E

#33677E
(51,103,126)
#2F5E73
(47,94,115)
#2B5568
(43,85,104)
#274C5D
(39,76,93)
#234352
(35,67,82)
#1F3A47
(31,58,71)
#1B313C
(27,49,60)
#172831
(23,40,49)
#131F26
(19,31,38)
#0F161B
(15,22,27)
#0B0D10
(11,13,16)
#000000
(0,0,0)

Tints of #33677E

#33677E
(51,103,126)
#457489
(69,116,137)
#578194
(87,129,148)
#698E9F
(105,142,159)
#7B9BAA
(123,155,170)
#8DA8B5
(141,168,181)
#9FB5C0
(159,181,192)
#B1C2CB
(177,194,203)
#C3CFD6
(195,207,214)
#D5DCE1
(213,220,225)
#E7E9EC
(231,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33677E; }

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

This text font color is #33677E.


Background Color

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

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

This div background color is #33677E.


Border color

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

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

This div border color is #33677E.


Opacity

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

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

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

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

This text has shadow with #33677E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33677E on black background.


Color preview on white background

This text has color #33677E on white background.



Black color preview on #33677E background

This text has black color on #33677E background.


White color preview on #33677E background

This text has white color on #33677E background.