COLOR #34A47D

HEX: #34A47D
RGB: (52,164,125)

Color info

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

RGB color model

#34A47D color RGB value is (52,164,125).

  • red value is 52;
  • green value is 164;
  • blue value is 125.
RGB:
(52,164,125)
(20%,64%,49%)

RGB channels and saturation

R 52 of 255 = 20%
G 164 of 255 = 64%
B 125 of 255 = 49%

52
164
125

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

Portions of RGB colors in percentages

R + G + B =
52 + 164 + 125 = 341 (100%)
R 52 of 341 ~ 15.25%
G 164 of 341 ~ 48.09%
B 125 of 341 ~ 36.66%

%15.25
%48.09
%36.66

CMYK color model

#34A47D color CMYK value is (68,0,24,36).

  • cyan value is 68.29%
  • magenta value is 0.00%
  • yellow value is 23.78%
  • key color value is 35.69%
CMYK:
(68,0,24,36)
C68M0Y24K36 
(68%,0%,24%,36%)
(0.68/0.00/0.24/0.36)	

CMYK percentages

%68.29
%0
%23.78
%35.69

Codes

Color #34A47D in popluar color models

34A47D
RGB52164125
HSL159°51.85%42.35%
HSB/HSV159°68.29%64.31%
CMYK68.29%0.00%23.78%
35.69%

Color #34A47D in popluar number systems.

HEX34A47D
Decimal52164125
Binary110100101001001111101
Octal64244175

Shades and tints

Shades of #34A47D

#34A47D
(52,164,125)
#309672
(48,150,114)
#2C8867
(44,136,103)
#287A5C
(40,122,92)
#246C51
(36,108,81)
#205E46
(32,94,70)
#1C503B
(28,80,59)
#184230
(24,66,48)
#143425
(20,52,37)
#10261A
(16,38,26)
#0C180F
(12,24,15)
#000000
(0,0,0)

Tints of #34A47D

#34A47D
(52,164,125)
#46AC88
(70,172,136)
#58B493
(88,180,147)
#6ABC9E
(106,188,158)
#7CC4A9
(124,196,169)
#8ECCB4
(142,204,180)
#A0D4BF
(160,212,191)
#B2DCCA
(178,220,202)
#C4E4D5
(196,228,213)
#D6ECE0
(214,236,224)
#E8F4EB
(232,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34A47D color. Also use rgb(52,164,125) instead hex code.

Text Font Color

.myTextColor { color: #34A47D; }

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

This text font color is #34A47D.


Background Color

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

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

This div background color is #34A47D.


Border color

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

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

This div border color is #34A47D.


Opacity

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

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

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

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

This text has shadow with #34A47D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34A47D on black background.


Color preview on white background

This text has color #34A47D on white background.



Black color preview on #34A47D background

This text has black color on #34A47D background.


White color preview on #34A47D background

This text has white color on #34A47D background.