COLOR #34784A

HEX: #34784A
RGB: (52,120,74)

Color info

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

RGB color model

#34784A color RGB value is (52,120,74).

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

RGB channels and saturation

R 52 of 255 = 20%
G 120 of 255 = 47%
B 74 of 255 = 29%

52
120
74

R + G + B ~ 32%. #34784A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 120 + 74 = 246 (100%)
R 52 of 246 ~ 21.14%
G 120 of 246 ~ 48.78%
B 74 of 246 ~ 30.08%

%21.14
%48.78
%30.08

CMYK color model

#34784A color CMYK value is (57,0,38,53).

  • cyan value is 56.67%
  • magenta value is 0.00%
  • yellow value is 38.33%
  • key color value is 52.94%
CMYK:
(57,0,38,53)
C57M0Y38K53 
(57%,0%,38%,53%)
(0.57/0.00/0.38/0.53)	

CMYK percentages

%56.67
%0
%38.33
%52.94

Codes

Color #34784A in popluar color models

34784A
RGB5212074
HSL139°39.53%33.73%
HSB/HSV139°56.67%47.06%
CMYK56.67%0.00%38.33%
52.94%

Color #34784A in popluar number systems.

HEX34784A
Decimal5212074
Binary11010011110001001010
Octal64170112

Shades and tints

Shades of #34784A

#34784A
(52,120,74)
#306E44
(48,110,68)
#2C643E
(44,100,62)
#285A38
(40,90,56)
#245032
(36,80,50)
#20462C
(32,70,44)
#1C3C26
(28,60,38)
#183220
(24,50,32)
#14281A
(20,40,26)
#101E14
(16,30,20)
#0C140E
(12,20,14)
#000000
(0,0,0)

Tints of #34784A

#34784A
(52,120,74)
#46845A
(70,132,90)
#58906A
(88,144,106)
#6A9C7A
(106,156,122)
#7CA88A
(124,168,138)
#8EB49A
(142,180,154)
#A0C0AA
(160,192,170)
#B2CCBA
(178,204,186)
#C4D8CA
(196,216,202)
#D6E4DA
(214,228,218)
#E8F0EA
(232,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #34784A; }

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

This text font color is #34784A.


Background Color

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

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

This div background color is #34784A.


Border color

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

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

This div border color is #34784A.


Opacity

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

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

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

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

This text has shadow with #34784A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34784A on black background.


Color preview on white background

This text has color #34784A on white background.



Black color preview on #34784A background

This text has black color on #34784A background.


White color preview on #34784A background

This text has white color on #34784A background.