COLOR #347544

HEX: #347544
RGB: (52,117,68)

Color info

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

RGB color model

#347544 color RGB value is (52,117,68).

  • red value is 52;
  • green value is 117;
  • blue value is 68.
RGB:
(52,117,68)
(20%,46%,27%)

RGB channels and saturation

R 52 of 255 = 20%
G 117 of 255 = 46%
B 68 of 255 = 27%

52
117
68

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

Portions of RGB colors in percentages

R + G + B =
52 + 117 + 68 = 237 (100%)
R 52 of 237 ~ 21.94%
G 117 of 237 ~ 49.37%
B 68 of 237 ~ 28.69%

%21.94
%49.37
%28.69

CMYK color model

#347544 color CMYK value is (56,0,42,54).

  • cyan value is 55.56%
  • magenta value is 0.00%
  • yellow value is 41.88%
  • key color value is 54.12%
CMYK:
(56,0,42,54)
C56M0Y42K54 
(56%,0%,42%,54%)
(0.56/0.00/0.42/0.54)	

CMYK percentages

%55.56
%0
%41.88
%54.12

Codes

Color #347544 in popluar color models

347544
RGB5211768
HSL135°38.46%33.14%
HSB/HSV135°55.56%45.88%
CMYK55.56%0.00%41.88%
54.12%

Color #347544 in popluar number systems.

HEX347544
Decimal5211768
Binary11010011101011000100
Octal64165104

Shades and tints

Shades of #347544

#347544
(52,117,68)
#306B3E
(48,107,62)
#2C6138
(44,97,56)
#285732
(40,87,50)
#244D2C
(36,77,44)
#204326
(32,67,38)
#1C3920
(28,57,32)
#182F1A
(24,47,26)
#142514
(20,37,20)
#101B0E
(16,27,14)
#0C1108
(12,17,8)
#000000
(0,0,0)

Tints of #347544

#347544
(52,117,68)
#468155
(70,129,85)
#588D66
(88,141,102)
#6A9977
(106,153,119)
#7CA588
(124,165,136)
#8EB199
(142,177,153)
#A0BDAA
(160,189,170)
#B2C9BB
(178,201,187)
#C4D5CC
(196,213,204)
#D6E1DD
(214,225,221)
#E8EDEE
(232,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #347544 color. Also use rgb(52,117,68) instead hex code.

Text Font Color

.myTextColor { color: #347544; }

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

This text font color is #347544.


Background Color

.myBgColor { background-color: #347544; }

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

This div background color is #347544.


Border color

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

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

This div border color is #347544.


Opacity

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

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

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

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

This text has shadow with #347544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347544 on black background.


Color preview on white background

This text has color #347544 on white background.



Black color preview on #347544 background

This text has black color on #347544 background.


White color preview on #347544 background

This text has white color on #347544 background.