COLOR #34704A

HEX: #34704A
RGB: (52,112,74)

Color info

#34704A contains mainly green and blue colors. Web safe color of #34704A is #336633 (or #363).

RGB color model

#34704A color RGB value is (52,112,74).

  • red value is 52;
  • green value is 112;
  • blue value is 74.
RGB:
(52,112,74)
(20%,44%,29%)

RGB channels and saturation

R 52 of 255 = 20%
G 112 of 255 = 44%
B 74 of 255 = 29%

52
112
74

R + G + B ~ 31%. #34704A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 112 + 74 = 238 (100%)
R 52 of 238 ~ 21.85%
G 112 of 238 ~ 47.06%
B 74 of 238 ~ 31.09%

%21.85
%47.06
%31.09

CMYK color model

#34704A color CMYK value is (54,0,34,56).

  • cyan value is 53.57%
  • magenta value is 0.00%
  • yellow value is 33.93%
  • key color value is 56.08%
CMYK:
(54,0,34,56)
C54M0Y34K56 
(54%,0%,34%,56%)
(0.54/0.00/0.34/0.56)	

CMYK percentages

%53.57
%0
%33.93
%56.08

Codes

Color #34704A in popluar color models

34704A
RGB5211274
HSL142°36.59%32.16%
HSB/HSV142°53.57%43.92%
CMYK53.57%0.00%33.93%
56.08%

Color #34704A in popluar number systems.

HEX34704A
Decimal5211274
Binary11010011100001001010
Octal64160112

Shades and tints

Shades of #34704A

#34704A
(52,112,74)
#306644
(48,102,68)
#2C5C3E
(44,92,62)
#285238
(40,82,56)
#244832
(36,72,50)
#203E2C
(32,62,44)
#1C3426
(28,52,38)
#182A20
(24,42,32)
#14201A
(20,32,26)
#101614
(16,22,20)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #34704A

#34704A
(52,112,74)
#467D5A
(70,125,90)
#588A6A
(88,138,106)
#6A977A
(106,151,122)
#7CA48A
(124,164,138)
#8EB19A
(142,177,154)
#A0BEAA
(160,190,170)
#B2CBBA
(178,203,186)
#C4D8CA
(196,216,202)
#D6E5DA
(214,229,218)
#E8F2EA
(232,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34704A color. Also use rgb(52,112,74) instead hex code.

Text Font Color

.myTextColor { color: #34704A; }

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

This text font color is #34704A.


Background Color

.myBgColor { background-color: #34704A; }

<div style="background-color:#34704A">Inner text</div>

This div background color is #34704A.


Border color

.myBorderColor { border: 1px solid #34704A; }

<div style="border:3px solid #34704A">Div</div>

This div border color is #34704A.


Opacity

.myOpacity80 { color: #34704A; opacity: 0.8; }

<p style="color:#34704A;opacity:0.8;">80%</p>

Text with #34704A 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 #34704A;}

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

This text has shadow with #34704A color.

.textShadow {text-shadow: 3px 3px 1px #34704A, 3px 3px 1px red;}

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

This text has shadow with #34704A primary color and red secondary color.


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

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

This text has shadow with #34704A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34704A on black background.


Color preview on white background

This text has color #34704A on white background.



Black color preview on #34704A background

This text has black color on #34704A background.


White color preview on #34704A background

This text has white color on #34704A background.