COLOR #348704

HEX: #348704
RGB: (52,135,4)

Color info

#348704 contains mainly green color. Web safe color of #348704 is #339900 (or #390).

RGB color model

#348704 color RGB value is (52,135,4).

  • red value is 52;
  • green value is 135;
  • blue value is 4.
RGB:
(52,135,4)
(20%,53%,2%)

RGB channels and saturation

R 52 of 255 = 20%
G 135 of 255 = 53%
B 4 of 255 = 2%

52
135
4

R + G + B ~ 25%. #348704 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 135 + 4 = 191 (100%)
R 52 of 191 ~ 27.23%
G 135 of 191 ~ 70.68%
B 4 of 191 ~ 2.09%

%27.23
%70.68

CMYK color model

#348704 color CMYK value is (61,0,97,47).

  • cyan value is 61.48%
  • magenta value is 0.00%
  • yellow value is 97.04%
  • key color value is 47.06%
CMYK:
(61,0,97,47)
C61M0Y97K47 
(61%,0%,97%,47%)
(0.61/0.00/0.97/0.47)	

CMYK percentages

%61.48
%0
%97.04
%47.06

Codes

Color #348704 in popluar color models

348704
RGB521354
HSL98°94.24%27.25%
HSB/HSV98°97.04%52.94%
CMYK61.48%0.00%97.04%
47.06%

Color #348704 in popluar number systems.

HEX348704
Decimal521354
Binary11010010000111100
Octal642074

Shades and tints

Shades of #348704

#348704
(52,135,4)
#307B04
(48,123,4)
#2C6F04
(44,111,4)
#286304
(40,99,4)
#245704
(36,87,4)
#204B04
(32,75,4)
#1C3F04
(28,63,4)
#183304
(24,51,4)
#142704
(20,39,4)
#101B04
(16,27,4)
#0C0F04
(12,15,4)
#000000
(0,0,0)

Tints of #348704

#348704
(52,135,4)
#46911A
(70,145,26)
#589B30
(88,155,48)
#6AA546
(106,165,70)
#7CAF5C
(124,175,92)
#8EB972
(142,185,114)
#A0C388
(160,195,136)
#B2CD9E
(178,205,158)
#C4D7B4
(196,215,180)
#D6E1CA
(214,225,202)
#E8EBE0
(232,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #348704 color. Also use rgb(52,135,4) instead hex code.

Text Font Color

.myTextColor { color: #348704; }

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

This text font color is #348704.


Background Color

.myBgColor { background-color: #348704; }

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

This div background color is #348704.


Border color

.myBorderColor { border: 1px solid #348704; }

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

This div border color is #348704.


Opacity

.myOpacity80 { color: #348704; opacity: 0.8; }

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

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

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

This text has shadow with #348704 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #348704 on black background.


Color preview on white background

This text has color #348704 on white background.



Black color preview on #348704 background

This text has black color on #348704 background.


White color preview on #348704 background

This text has white color on #348704 background.