COLOR #347451

HEX: #347451
RGB: (52,116,81)

Color info

#347451 contains mainly green and blue colors. Web safe color of #347451 is #336666 (or #366).

RGB color model

#347451 color RGB value is (52,116,81).

  • red value is 52;
  • green value is 116;
  • blue value is 81.
RGB:
(52,116,81)
(20%,45%,32%)

RGB channels and saturation

R 52 of 255 = 20%
G 116 of 255 = 45%
B 81 of 255 = 32%

52
116
81

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

Portions of RGB colors in percentages

R + G + B =
52 + 116 + 81 = 249 (100%)
R 52 of 249 ~ 20.88%
G 116 of 249 ~ 46.59%
B 81 of 249 ~ 32.53%

%20.88
%46.59
%32.53

CMYK color model

#347451 color CMYK value is (55,0,30,55).

  • cyan value is 55.17%
  • magenta value is 0.00%
  • yellow value is 30.17%
  • key color value is 54.51%
CMYK:
(55,0,30,55)
C55M0Y30K55 
(55%,0%,30%,55%)
(0.55/0.00/0.30/0.55)	

CMYK percentages

%55.17
%0
%30.17
%54.51

Codes

Color #347451 in popluar color models

347451
RGB5211681
HSL147°38.10%32.94%
HSB/HSV147°55.17%45.49%
CMYK55.17%0.00%30.17%
54.51%

Color #347451 in popluar number systems.

HEX347451
Decimal5211681
Binary11010011101001010001
Octal64164121

Shades and tints

Shades of #347451

#347451
(52,116,81)
#306A4A
(48,106,74)
#2C6043
(44,96,67)
#28563C
(40,86,60)
#244C35
(36,76,53)
#20422E
(32,66,46)
#1C3827
(28,56,39)
#182E20
(24,46,32)
#142419
(20,36,25)
#101A12
(16,26,18)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #347451

#347451
(52,116,81)
#468060
(70,128,96)
#588C6F
(88,140,111)
#6A987E
(106,152,126)
#7CA48D
(124,164,141)
#8EB09C
(142,176,156)
#A0BCAB
(160,188,171)
#B2C8BA
(178,200,186)
#C4D4C9
(196,212,201)
#D6E0D8
(214,224,216)
#E8ECE7
(232,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #347451 color. Also use rgb(52,116,81) instead hex code.

Text Font Color

.myTextColor { color: #347451; }

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

This text font color is #347451.


Background Color

.myBgColor { background-color: #347451; }

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

This div background color is #347451.


Border color

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

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

This div border color is #347451.


Opacity

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

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

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

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

This text has shadow with #347451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347451 on black background.


Color preview on white background

This text has color #347451 on white background.



Black color preview on #347451 background

This text has black color on #347451 background.


White color preview on #347451 background

This text has white color on #347451 background.