COLOR #33897C

HEX: #33897C
RGB: (51,137,124)

Color info

#33897C contains mainly green and blue colors. Web safe color of #33897C is #339966 (or #396).

RGB color model

#33897C color RGB value is (51,137,124).

  • red value is 51;
  • green value is 137;
  • blue value is 124.
RGB:
(51,137,124)
(20%,54%,49%)

RGB channels and saturation

R 51 of 255 = 20%
G 137 of 255 = 54%
B 124 of 255 = 49%

51
137
124

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

Portions of RGB colors in percentages

R + G + B =
51 + 137 + 124 = 312 (100%)
R 51 of 312 ~ 16.35%
G 137 of 312 ~ 43.91%
B 124 of 312 ~ 39.74%

%16.35
%43.91
%39.74

CMYK color model

#33897C color CMYK value is (63,0,9,46).

  • cyan value is 62.77%
  • magenta value is 0.00%
  • yellow value is 9.49%
  • key color value is 46.27%
CMYK:
(63,0,9,46)
C63M0Y9K46 
(63%,0%,9%,46%)
(0.63/0.00/0.09/0.46)	

CMYK percentages

%62.77
%0
%9.49
%46.27

Codes

Color #33897C in popluar color models

33897C
RGB51137124
HSL171°45.74%36.86%
HSB/HSV171°62.77%53.73%
CMYK62.77%0.00%9.49%
46.27%

Color #33897C in popluar number systems.

HEX33897C
Decimal51137124
Binary110011100010011111100
Octal63211174

Shades and tints

Shades of #33897C

#33897C
(51,137,124)
#2F7D71
(47,125,113)
#2B7166
(43,113,102)
#27655B
(39,101,91)
#235950
(35,89,80)
#1F4D45
(31,77,69)
#1B413A
(27,65,58)
#17352F
(23,53,47)
#132924
(19,41,36)
#0F1D19
(15,29,25)
#0B110E
(11,17,14)
#000000
(0,0,0)

Tints of #33897C

#33897C
(51,137,124)
#459387
(69,147,135)
#579D92
(87,157,146)
#69A79D
(105,167,157)
#7BB1A8
(123,177,168)
#8DBBB3
(141,187,179)
#9FC5BE
(159,197,190)
#B1CFC9
(177,207,201)
#C3D9D4
(195,217,212)
#D5E3DF
(213,227,223)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33897C color. Also use rgb(51,137,124) instead hex code.

Text Font Color

.myTextColor { color: #33897C; }

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

This text font color is #33897C.


Background Color

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

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

This div background color is #33897C.


Border color

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

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

This div border color is #33897C.


Opacity

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

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

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

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

This text has shadow with #33897C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33897C on black background.


Color preview on white background

This text has color #33897C on white background.



Black color preview on #33897C background

This text has black color on #33897C background.


White color preview on #33897C background

This text has white color on #33897C background.