COLOR #34B373

HEX: #34B373
RGB: (52,179,115)

Color info

#34B373 contains mainly green color. Web safe color of #34B373 is #339966 (or #396).

RGB color model

#34B373 color RGB value is (52,179,115).

  • red value is 52;
  • green value is 179;
  • blue value is 115.
RGB:
(52,179,115)
(20%,70%,45%)

RGB channels and saturation

R 52 of 255 = 20%
G 179 of 255 = 70%
B 115 of 255 = 45%

52
179
115

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

Portions of RGB colors in percentages

R + G + B =
52 + 179 + 115 = 346 (100%)
R 52 of 346 ~ 15.03%
G 179 of 346 ~ 51.73%
B 115 of 346 ~ 33.24%

%15.03
%51.73
%33.24

CMYK color model

#34B373 color CMYK value is (71,0,36,30).

  • cyan value is 70.95%
  • magenta value is 0.00%
  • yellow value is 35.75%
  • key color value is 29.80%
CMYK:
(71,0,36,30)
C71M0Y36K30 
(71%,0%,36%,30%)
(0.71/0.00/0.36/0.30)	

CMYK percentages

%70.95
%0
%35.75
%29.8

Codes

Color #34B373 in popluar color models

34B373
RGB52179115
HSL150°54.98%45.29%
HSB/HSV150°70.95%70.20%
CMYK70.95%0.00%35.75%
29.80%

Color #34B373 in popluar number systems.

HEX34B373
Decimal52179115
Binary110100101100111110011
Octal64263163

Shades and tints

Shades of #34B373

#34B373
(52,179,115)
#30A369
(48,163,105)
#2C935F
(44,147,95)
#288355
(40,131,85)
#24734B
(36,115,75)
#206341
(32,99,65)
#1C5337
(28,83,55)
#18432D
(24,67,45)
#143323
(20,51,35)
#102319
(16,35,25)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #34B373

#34B373
(52,179,115)
#46B97F
(70,185,127)
#58BF8B
(88,191,139)
#6AC597
(106,197,151)
#7CCBA3
(124,203,163)
#8ED1AF
(142,209,175)
#A0D7BB
(160,215,187)
#B2DDC7
(178,221,199)
#C4E3D3
(196,227,211)
#D6E9DF
(214,233,223)
#E8EFEB
(232,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34B373 color. Also use rgb(52,179,115) instead hex code.

Text Font Color

.myTextColor { color: #34B373; }

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

This text font color is #34B373.


Background Color

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

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

This div background color is #34B373.


Border color

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

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

This div border color is #34B373.


Opacity

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

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

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

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

This text has shadow with #34B373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34B373 on black background.


Color preview on white background

This text has color #34B373 on white background.



Black color preview on #34B373 background

This text has black color on #34B373 background.


White color preview on #34B373 background

This text has white color on #34B373 background.