COLOR #33997E

HEX: #33997E
RGB: (51,153,126)

Color info

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

RGB color model

#33997E color RGB value is (51,153,126).

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

RGB channels and saturation

R 51 of 255 = 20%
G 153 of 255 = 60%
B 126 of 255 = 49%

51
153
126

R + G + B ~ 43%. #33997E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
51 + 153 + 126 = 330 (100%)
R 51 of 330 ~ 15.45%
G 153 of 330 ~ 46.36%
B 126 of 330 ~ 38.18%

%15.45
%46.36
%38.18

CMYK color model

#33997E color CMYK value is (67,0,18,40).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 40.00%
CMYK:
(67,0,18,40)
C67M0Y18K40 
(67%,0%,18%,40%)
(0.67/0.00/0.18/0.40)	

CMYK percentages

%66.67
%0
%17.65
%40

Codes

Color #33997E in popluar color models

33997E
RGB51153126
HSL164°50.00%40.00%
HSB/HSV164°66.67%60.00%
CMYK66.67%0.00%17.65%
40.00%

Color #33997E in popluar number systems.

HEX33997E
Decimal51153126
Binary110011100110011111110
Octal63231176

Shades and tints

Shades of #33997E

#33997E
(51,153,126)
#2F8C73
(47,140,115)
#2B7F68
(43,127,104)
#27725D
(39,114,93)
#236552
(35,101,82)
#1F5847
(31,88,71)
#1B4B3C
(27,75,60)
#173E31
(23,62,49)
#133126
(19,49,38)
#0F241B
(15,36,27)
#0B1710
(11,23,16)
#000000
(0,0,0)

Tints of #33997E

#33997E
(51,153,126)
#45A289
(69,162,137)
#57AB94
(87,171,148)
#69B49F
(105,180,159)
#7BBDAA
(123,189,170)
#8DC6B5
(141,198,181)
#9FCFC0
(159,207,192)
#B1D8CB
(177,216,203)
#C3E1D6
(195,225,214)
#D5EAE1
(213,234,225)
#E7F3EC
(231,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33997E; }

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

This text font color is #33997E.


Background Color

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

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

This div background color is #33997E.


Border color

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

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

This div border color is #33997E.


Opacity

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

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

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

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

This text has shadow with #33997E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33997E on black background.


Color preview on white background

This text has color #33997E on white background.



Black color preview on #33997E background

This text has black color on #33997E background.


White color preview on #33997E background

This text has white color on #33997E background.