COLOR #347235

HEX: #347235
RGB: (52,114,53)

Color info

#347235 contains mainly green color. Web safe color of #347235 is #336633 (or #363).

RGB color model

#347235 color RGB value is (52,114,53).

  • red value is 52;
  • green value is 114;
  • blue value is 53.
RGB:
(52,114,53)
(20%,45%,21%)

RGB channels and saturation

R 52 of 255 = 20%
G 114 of 255 = 45%
B 53 of 255 = 21%

52
114
53

R + G + B ~ 29%. #347235 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 114 + 53 = 219 (100%)
R 52 of 219 ~ 23.74%
G 114 of 219 ~ 52.05%
B 53 of 219 ~ 24.2%

%23.74
%52.05
%24.2

CMYK color model

#347235 color CMYK value is (54,0,54,55).

  • cyan value is 54.39%
  • magenta value is 0.00%
  • yellow value is 53.51%
  • key color value is 55.29%
CMYK:
(54,0,54,55)
C54M0Y54K55 
(54%,0%,54%,55%)
(0.54/0.00/0.54/0.55)	

CMYK percentages

%54.39
%0
%53.51
%55.29

Codes

Color #347235 in popluar color models

347235
RGB5211453
HSL121°37.35%32.55%
HSB/HSV121°54.39%44.71%
CMYK54.39%0.00%53.51%
55.29%

Color #347235 in popluar number systems.

HEX347235
Decimal5211453
Binary1101001110010110101
Octal6416265

Shades and tints

Shades of #347235

#347235
(52,114,53)
#306831
(48,104,49)
#2C5E2D
(44,94,45)
#285429
(40,84,41)
#244A25
(36,74,37)
#204021
(32,64,33)
#1C361D
(28,54,29)
#182C19
(24,44,25)
#142215
(20,34,21)
#101811
(16,24,17)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #347235

#347235
(52,114,53)
#467E47
(70,126,71)
#588A59
(88,138,89)
#6A966B
(106,150,107)
#7CA27D
(124,162,125)
#8EAE8F
(142,174,143)
#A0BAA1
(160,186,161)
#B2C6B3
(178,198,179)
#C4D2C5
(196,210,197)
#D6DED7
(214,222,215)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #347235 color. Also use rgb(52,114,53) instead hex code.

Text Font Color

.myTextColor { color: #347235; }

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

This text font color is #347235.


Background Color

.myBgColor { background-color: #347235; }

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

This div background color is #347235.


Border color

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

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

This div border color is #347235.


Opacity

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

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

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

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

This text has shadow with #347235 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347235 on black background.


Color preview on white background

This text has color #347235 on white background.



Black color preview on #347235 background

This text has black color on #347235 background.


White color preview on #347235 background

This text has white color on #347235 background.