COLOR #33607F

HEX: #33607F RGB: (51,96,127)

Color info

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

RGB color model

#33607F color RGB value is (51,96,127).

RGB: (51,96,127) (20%, 38%, 50%)

RGB channels and saturation

R 51 of 255 = 20%
G 96 of 255 = 38%
B 127 of 255 = 50%

51
96
127

R + G + B ~ 36%. #33607F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 96 + 127 = 274 (100%)
R 51 of 274 ~ 18.61%
G 96 of 274 ~ 35.04%
B 127 of 274 ~ 46.35'%

%18.61
%35.04
%46.35

CMYK color model

#33607F color CMYK value is (60,24,0,50).

  • cyan value is 59.84%
  • magenta value is 24.41%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (60,24,0,50)
C60M24Y0K50 (60%, 24%, 0%, 50%)
(0.60 / 0.24 / 0.00 / 0.50)

CMYK percentages

%59.84
%24.41
%0
%50.2

Codes

Color #33607F in popluar color models

33 60 7F
RGB 51 96 127
HSL 204° 42.70% 34.90%
HSB/HSV 204° 59.84% 49.80%
CMYK 59.84% 24.41% 0.00%
50.20%

Color #33607F in popluar number systems.

HEX 33 60 7F
Decimal 51 96 127
Binary 110011 1100000 1111111
Octal 63 140 177

Shades and tints

Shades of #33607F

#33607F
(51,96,127)
#2F5874
(47,88,116)
#2B5069
(43,80,105)
#27485E
(39,72,94)
#234053
(35,64,83)
#1F3848
(31,56,72)
#1B303D
(27,48,61)
#172832
(23,40,50)
#132027
(19,32,39)
#0F181C
(15,24,28)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #33607F

#33607F
(51,96,127)
#456E8A
(69,110,138)
#577C95
(87,124,149)
#698AA0
(105,138,160)
#7B98AB
(123,152,171)
#8DA6B6
(141,166,182)
#9FB4C1
(159,180,193)
#B1C2CC
(177,194,204)
#C3D0D7
(195,208,215)
#D5DEE2
(213,222,226)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33607F; }

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

This text font color is #33607F.

Background Color

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

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

This div background color is #33607F.

Border color

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

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

This div border color is #33607F.

Opacity

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

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

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

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

This text has shadow with #33607F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33607F.

Preview

Color preview on black background

This text has color #33607F on black background.


Color preview on white background

This text has color #33607F on white background.


Black color preview on #33607F background

This text has black color on #33607F background.


White color preview on #33607F background

This text has white color on #33607F background.


Related colors

Complementary color

Complementary color for #hex is #CC9F80.


I love getcolorcode.com

Triadic colors

1 #7F3360 and #607F33 with #33607F are triadic colors.

2 #7F6033 and #60337F with #33607F are triadic colors.