COLOR #33889C

HEX: #33889C
RGB: (51,136,156)

Color info

#33889C contains mainly green and blue colors. Web safe color of #33889C is #339999 (or #399).

RGB color model

#33889C color RGB value is (51,136,156).

  • red value is 51;
  • green value is 136;
  • blue value is 156.
RGB:
(51,136,156)
(20%,53%,61%)

RGB channels and saturation

R 51 of 255 = 20%
G 136 of 255 = 53%
B 156 of 255 = 61%

51
136
156

R + G + B ~ 45%. #33889C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
51 + 136 + 156 = 343 (100%)
R 51 of 343 ~ 14.87%
G 136 of 343 ~ 39.65%
B 156 of 343 ~ 45.48%

%14.87
%39.65
%45.48

CMYK color model

#33889C color CMYK value is (67,13,0,39).

  • cyan value is 67.31%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(67,13,0,39)
C67M13Y0K39 
(67%,13%,0%,39%)
(0.67/0.13/0.00/0.39)	

CMYK percentages

%67.31
%12.82
%0
%38.82

Codes

Color #33889C in popluar color models

33889C
RGB51136156
HSL191°50.72%40.59%
HSB/HSV191°67.31%61.18%
CMYK67.31%12.82%0.00%
38.82%

Color #33889C in popluar number systems.

HEX33889C
Decimal51136156
Binary1100111000100010011100
Octal63210234

Shades and tints

Shades of #33889C

#33889C
(51,136,156)
#2F7C8E
(47,124,142)
#2B7080
(43,112,128)
#276472
(39,100,114)
#235864
(35,88,100)
#1F4C56
(31,76,86)
#1B4048
(27,64,72)
#17343A
(23,52,58)
#13282C
(19,40,44)
#0F1C1E
(15,28,30)
#0B1010
(11,16,16)
#000000
(0,0,0)

Tints of #33889C

#33889C
(51,136,156)
#4592A5
(69,146,165)
#579CAE
(87,156,174)
#69A6B7
(105,166,183)
#7BB0C0
(123,176,192)
#8DBAC9
(141,186,201)
#9FC4D2
(159,196,210)
#B1CEDB
(177,206,219)
#C3D8E4
(195,216,228)
#D5E2ED
(213,226,237)
#E7ECF6
(231,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33889C color. Also use rgb(51,136,156) instead hex code.

Text Font Color

.myTextColor { color: #33889C; }

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

This text font color is #33889C.


Background Color

.myBgColor { background-color: #33889C; }

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

This div background color is #33889C.


Border color

.myBorderColor { border: 1px solid #33889C; }

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

This div border color is #33889C.


Opacity

.myOpacity80 { color: #33889C; opacity: 0.8; }

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

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

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

This text has shadow with #33889C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33889C on black background.


Color preview on white background

This text has color #33889C on white background.



Black color preview on #33889C background

This text has black color on #33889C background.


White color preview on #33889C background

This text has white color on #33889C background.