COLOR #33A474

HEX: #33A474
RGB: (51,164,116)

Color info

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

RGB color model

#33A474 color RGB value is (51,164,116).

  • red value is 51;
  • green value is 164;
  • blue value is 116.
RGB:
(51,164,116)
(20%,64%,45%)

RGB channels and saturation

R 51 of 255 = 20%
G 164 of 255 = 64%
B 116 of 255 = 45%

51
164
116

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

Portions of RGB colors in percentages

R + G + B =
51 + 164 + 116 = 331 (100%)
R 51 of 331 ~ 15.41%
G 164 of 331 ~ 49.55%
B 116 of 331 ~ 35.05%

%15.41
%49.55
%35.05

CMYK color model

#33A474 color CMYK value is (69,0,29,36).

  • cyan value is 68.90%
  • magenta value is 0.00%
  • yellow value is 29.27%
  • key color value is 35.69%
CMYK:
(69,0,29,36)
C69M0Y29K36 
(69%,0%,29%,36%)
(0.69/0.00/0.29/0.36)	

CMYK percentages

%68.9
%0
%29.27
%35.69

Codes

Color #33A474 in popluar color models

33A474
RGB51164116
HSL155°52.56%42.16%
HSB/HSV155°68.90%64.31%
CMYK68.90%0.00%29.27%
35.69%

Color #33A474 in popluar number systems.

HEX33A474
Decimal51164116
Binary110011101001001110100
Octal63244164

Shades and tints

Shades of #33A474

#33A474
(51,164,116)
#2F966A
(47,150,106)
#2B8860
(43,136,96)
#277A56
(39,122,86)
#236C4C
(35,108,76)
#1F5E42
(31,94,66)
#1B5038
(27,80,56)
#17422E
(23,66,46)
#133424
(19,52,36)
#0F261A
(15,38,26)
#0B1810
(11,24,16)
#000000
(0,0,0)

Tints of #33A474

#33A474
(51,164,116)
#45AC80
(69,172,128)
#57B48C
(87,180,140)
#69BC98
(105,188,152)
#7BC4A4
(123,196,164)
#8DCCB0
(141,204,176)
#9FD4BC
(159,212,188)
#B1DCC8
(177,220,200)
#C3E4D4
(195,228,212)
#D5ECE0
(213,236,224)
#E7F4EC
(231,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33A474 color. Also use rgb(51,164,116) instead hex code.

Text Font Color

.myTextColor { color: #33A474; }

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

This text font color is #33A474.


Background Color

.myBgColor { background-color: #33A474; }

<div style="background-color:#33A474">Inner text</div>

This div background color is #33A474.


Border color

.myBorderColor { border: 1px solid #33A474; }

<div style="border:3px solid #33A474">Div</div>

This div border color is #33A474.


Opacity

.myOpacity80 { color: #33A474; opacity: 0.8; }

<p style="color:#33A474;opacity:0.8;">80%</p>

Text with #33A474 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 #33A474;}

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

This text has shadow with #33A474 color.

.textShadow {text-shadow: 3px 3px 1px #33A474, 3px 3px 1px red;}

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

This text has shadow with #33A474 primary color and red secondary color.


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

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

This text has shadow with #33A474 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33A474 on black background.


Color preview on white background

This text has color #33A474 on white background.



Black color preview on #33A474 background

This text has black color on #33A474 background.


White color preview on #33A474 background

This text has white color on #33A474 background.