COLOR #34834F

HEX: #34834F
RGB: (52,131,79)

Color info

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

RGB color model

#34834F color RGB value is (52,131,79).

  • red value is 52;
  • green value is 131;
  • blue value is 79.
RGB:
(52,131,79)
(20%,51%,31%)

RGB channels and saturation

R 52 of 255 = 20%
G 131 of 255 = 51%
B 79 of 255 = 31%

52
131
79

R + G + B ~ 34%. #34834F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 131 + 79 = 262 (100%)
R 52 of 262 ~ 19.85%
G 131 of 262 ~ 50%
B 79 of 262 ~ 30.15%

%19.85
%50
%30.15

CMYK color model

#34834F color CMYK value is (60,0,40,49).

  • cyan value is 60.31%
  • magenta value is 0.00%
  • yellow value is 39.69%
  • key color value is 48.63%
CMYK:
(60,0,40,49)
C60M0Y40K49 
(60%,0%,40%,49%)
(0.60/0.00/0.40/0.49)	

CMYK percentages

%60.31
%0
%39.69
%48.63

Codes

Color #34834F in popluar color models

34834F
RGB5213179
HSL141°43.17%35.88%
HSB/HSV141°60.31%51.37%
CMYK60.31%0.00%39.69%
48.63%

Color #34834F in popluar number systems.

HEX34834F
Decimal5213179
Binary110100100000111001111
Octal64203117

Shades and tints

Shades of #34834F

#34834F
(52,131,79)
#307848
(48,120,72)
#2C6D41
(44,109,65)
#28623A
(40,98,58)
#245733
(36,87,51)
#204C2C
(32,76,44)
#1C4125
(28,65,37)
#18361E
(24,54,30)
#142B17
(20,43,23)
#102010
(16,32,16)
#0C1509
(12,21,9)
#000000
(0,0,0)

Tints of #34834F

#34834F
(52,131,79)
#468E5F
(70,142,95)
#58996F
(88,153,111)
#6AA47F
(106,164,127)
#7CAF8F
(124,175,143)
#8EBA9F
(142,186,159)
#A0C5AF
(160,197,175)
#B2D0BF
(178,208,191)
#C4DBCF
(196,219,207)
#D6E6DF
(214,230,223)
#E8F1EF
(232,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34834F color. Also use rgb(52,131,79) instead hex code.

Text Font Color

.myTextColor { color: #34834F; }

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

This text font color is #34834F.


Background Color

.myBgColor { background-color: #34834F; }

<div style="background-color:#34834F">Inner text</div>

This div background color is #34834F.


Border color

.myBorderColor { border: 1px solid #34834F; }

<div style="border:3px solid #34834F">Div</div>

This div border color is #34834F.


Opacity

.myOpacity80 { color: #34834F; opacity: 0.8; }

<p style="color:#34834F;opacity:0.8;">80%</p>

Text with #34834F 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 #34834F;}

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

This text has shadow with #34834F color.

.textShadow {text-shadow: 3px 3px 1px #34834F, 3px 3px 1px red;}

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

This text has shadow with #34834F primary color and red secondary color.


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

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

This text has shadow with #34834F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34834F on black background.


Color preview on white background

This text has color #34834F on white background.



Black color preview on #34834F background

This text has black color on #34834F background.


White color preview on #34834F background

This text has white color on #34834F background.