COLOR #34A3B7

HEX: #34A3B7
RGB: (52,163,183)

Color info

#34A3B7 contains mainly green and blue colors. Web safe color of #34A3B7 is #3399CC (or #39C).

RGB color model

#34A3B7 color RGB value is (52,163,183).

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

RGB channels and saturation

R 52 of 255 = 20%
G 163 of 255 = 64%
B 183 of 255 = 72%

52
163
183

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

Portions of RGB colors in percentages

R + G + B =
52 + 163 + 183 = 398 (100%)
R 52 of 398 ~ 13.07%
G 163 of 398 ~ 40.95%
B 183 of 398 ~ 45.98%

%13.07
%40.95
%45.98

CMYK color model

#34A3B7 color CMYK value is (72,11,0,28).

  • cyan value is 71.58%
  • magenta value is 10.93%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(72,11,0,28)
C72M11Y0K28 
(72%,11%,0%,28%)
(0.72/0.11/0.00/0.28)	

CMYK percentages

%71.58
%10.93
%0
%28.24

Codes

Color #34A3B7 in popluar color models

34A3B7
RGB52163183
HSL189°55.74%46.08%
HSB/HSV189°71.58%71.76%
CMYK71.58%10.93%0.00%
28.24%

Color #34A3B7 in popluar number systems.

HEX34A3B7
Decimal52163183
Binary1101001010001110110111
Octal64243267

Shades and tints

Shades of #34A3B7

#34A3B7
(52,163,183)
#3095A7
(48,149,167)
#2C8797
(44,135,151)
#287987
(40,121,135)
#246B77
(36,107,119)
#205D67
(32,93,103)
#1C4F57
(28,79,87)
#184147
(24,65,71)
#143337
(20,51,55)
#102527
(16,37,39)
#0C1717
(12,23,23)
#000000
(0,0,0)

Tints of #34A3B7

#34A3B7
(52,163,183)
#46ABBD
(70,171,189)
#58B3C3
(88,179,195)
#6ABBC9
(106,187,201)
#7CC3CF
(124,195,207)
#8ECBD5
(142,203,213)
#A0D3DB
(160,211,219)
#B2DBE1
(178,219,225)
#C4E3E7
(196,227,231)
#D6EBED
(214,235,237)
#E8F3F3
(232,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #34A3B7; }

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

This text font color is #34A3B7.


Background Color

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

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

This div background color is #34A3B7.


Border color

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

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

This div border color is #34A3B7.


Opacity

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

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

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

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

This text has shadow with #34A3B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34A3B7 on black background.


Color preview on white background

This text has color #34A3B7 on white background.



Black color preview on #34A3B7 background

This text has black color on #34A3B7 background.


White color preview on #34A3B7 background

This text has white color on #34A3B7 background.