COLOR #33778A

HEX: #33778A
RGB: (51,119,138)

Color info

#33778A contains mainly green and blue colors. Web safe color of #33778A is #336699 (or #369).

RGB color model

#33778A color RGB value is (51,119,138).

  • red value is 51;
  • green value is 119;
  • blue value is 138.
RGB:
(51,119,138)
(20%,47%,54%)

RGB channels and saturation

R 51 of 255 = 20%
G 119 of 255 = 47%
B 138 of 255 = 54%

51
119
138

R + G + B ~ 40%. #33778A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
51 + 119 + 138 = 308 (100%)
R 51 of 308 ~ 16.56%
G 119 of 308 ~ 38.64%
B 138 of 308 ~ 44.81%

%16.56
%38.64
%44.81

CMYK color model

#33778A color CMYK value is (63,14,0,46).

  • cyan value is 63.04%
  • magenta value is 13.77%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(63,14,0,46)
C63M14Y0K46 
(63%,14%,0%,46%)
(0.63/0.14/0.00/0.46)	

CMYK percentages

%63.04
%13.77
%0
%45.88

Codes

Color #33778A in popluar color models

33778A
RGB51119138
HSL193°46.03%37.06%
HSB/HSV193°63.04%54.12%
CMYK63.04%13.77%0.00%
45.88%

Color #33778A in popluar number systems.

HEX33778A
Decimal51119138
Binary110011111011110001010
Octal63167212

Shades and tints

Shades of #33778A

#33778A
(51,119,138)
#2F6D7E
(47,109,126)
#2B6372
(43,99,114)
#275966
(39,89,102)
#234F5A
(35,79,90)
#1F454E
(31,69,78)
#1B3B42
(27,59,66)
#173136
(23,49,54)
#13272A
(19,39,42)
#0F1D1E
(15,29,30)
#0B1312
(11,19,18)
#000000
(0,0,0)

Tints of #33778A

#33778A
(51,119,138)
#458394
(69,131,148)
#578F9E
(87,143,158)
#699BA8
(105,155,168)
#7BA7B2
(123,167,178)
#8DB3BC
(141,179,188)
#9FBFC6
(159,191,198)
#B1CBD0
(177,203,208)
#C3D7DA
(195,215,218)
#D5E3E4
(213,227,228)
#E7EFEE
(231,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33778A color. Also use rgb(51,119,138) instead hex code.

Text Font Color

.myTextColor { color: #33778A; }

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

This text font color is #33778A.


Background Color

.myBgColor { background-color: #33778A; }

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

This div background color is #33778A.


Border color

.myBorderColor { border: 1px solid #33778A; }

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

This div border color is #33778A.


Opacity

.myOpacity80 { color: #33778A; opacity: 0.8; }

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

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

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

This text has shadow with #33778A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33778A on black background.


Color preview on white background

This text has color #33778A on white background.



Black color preview on #33778A background

This text has black color on #33778A background.


White color preview on #33778A background

This text has white color on #33778A background.