COLOR #34ADA3

HEX: #34ADA3
RGB: (52,173,163)

Color info

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

RGB color model

#34ADA3 color RGB value is (52,173,163).

  • red value is 52;
  • green value is 173;
  • blue value is 163.
RGB:
(52,173,163)
(20%,68%,64%)

RGB channels and saturation

R 52 of 255 = 20%
G 173 of 255 = 68%
B 163 of 255 = 64%

52
173
163

R + G + B ~ 51%. #34ADA3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
52 + 173 + 163 = 388 (100%)
R 52 of 388 ~ 13.4%
G 173 of 388 ~ 44.59%
B 163 of 388 ~ 42.01%

%13.4
%44.59
%42.01

CMYK color model

#34ADA3 color CMYK value is (70,0,6,32).

  • cyan value is 69.94%
  • magenta value is 0.00%
  • yellow value is 5.78%
  • key color value is 32.16%
CMYK:
(70,0,6,32)
C70M0Y6K32 
(70%,0%,6%,32%)
(0.70/0.00/0.06/0.32)	

CMYK percentages

%69.94
%0
%5.78
%32.16

Codes

Color #34ADA3 in popluar color models

34ADA3
RGB52173163
HSL175°53.78%44.12%
HSB/HSV175°69.94%67.84%
CMYK69.94%0.00%5.78%
32.16%

Color #34ADA3 in popluar number systems.

HEX34ADA3
Decimal52173163
Binary1101001010110110100011
Octal64255243

Shades and tints

Shades of #34ADA3

#34ADA3
(52,173,163)
#309E95
(48,158,149)
#2C8F87
(44,143,135)
#288079
(40,128,121)
#24716B
(36,113,107)
#20625D
(32,98,93)
#1C534F
(28,83,79)
#184441
(24,68,65)
#143533
(20,53,51)
#102625
(16,38,37)
#0C1717
(12,23,23)
#000000
(0,0,0)

Tints of #34ADA3

#34ADA3
(52,173,163)
#46B4AB
(70,180,171)
#58BBB3
(88,187,179)
#6AC2BB
(106,194,187)
#7CC9C3
(124,201,195)
#8ED0CB
(142,208,203)
#A0D7D3
(160,215,211)
#B2DEDB
(178,222,219)
#C4E5E3
(196,229,227)
#D6ECEB
(214,236,235)
#E8F3F3
(232,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34ADA3 color. Also use rgb(52,173,163) instead hex code.

Text Font Color

.myTextColor { color: #34ADA3; }

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

This text font color is #34ADA3.


Background Color

.myBgColor { background-color: #34ADA3; }

<div style="background-color:#34ADA3">Inner text</div>

This div background color is #34ADA3.


Border color

.myBorderColor { border: 1px solid #34ADA3; }

<div style="border:3px solid #34ADA3">Div</div>

This div border color is #34ADA3.


Opacity

.myOpacity80 { color: #34ADA3; opacity: 0.8; }

<p style="color:#34ADA3;opacity:0.8;">80%</p>

Text with #34ADA3 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 #34ADA3;}

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

This text has shadow with #34ADA3 color.

.textShadow {text-shadow: 3px 3px 1px #34ADA3, 3px 3px 1px red;}

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

This text has shadow with #34ADA3 primary color and red secondary color.


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

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

This text has shadow with #34ADA3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34ADA3 on black background.


Color preview on white background

This text has color #34ADA3 on white background.



Black color preview on #34ADA3 background

This text has black color on #34ADA3 background.


White color preview on #34ADA3 background

This text has white color on #34ADA3 background.