COLOR #345C49

HEX: #345C49
RGB: (52,92,73)

Color info

#345C49 contains red, green and blue colors in about the same proportion. Web safe color of #345C49 is #336633 (or #363).

RGB color model

#345C49 color RGB value is (52,92,73).

  • red value is 52;
  • green value is 92;
  • blue value is 73.
RGB:
(52,92,73)
(20%,36%,29%)

RGB channels and saturation

R 52 of 255 = 20%
G 92 of 255 = 36%
B 73 of 255 = 29%

52
92
73

R + G + B ~ 28%. #345C49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 92 + 73 = 217 (100%)
R 52 of 217 ~ 23.96%
G 92 of 217 ~ 42.4%
B 73 of 217 ~ 33.64%

%23.96
%42.4
%33.64

CMYK color model

#345C49 color CMYK value is (43,0,21,64).

  • cyan value is 43.48%
  • magenta value is 0.00%
  • yellow value is 20.65%
  • key color value is 63.92%
CMYK:
(43,0,21,64)
C43M0Y21K64 
(43%,0%,21%,64%)
(0.43/0.00/0.21/0.64)	

CMYK percentages

%43.48
%0
%20.65
%63.92

Codes

Color #345C49 in popluar color models

345C49
RGB529273
HSL152°27.78%28.24%
HSB/HSV152°43.48%36.08%
CMYK43.48%0.00%20.65%
63.92%

Color #345C49 in popluar number systems.

HEX345C49
Decimal529273
Binary11010010111001001001
Octal64134111

Shades and tints

Shades of #345C49

#345C49
(52,92,73)
#305443
(48,84,67)
#2C4C3D
(44,76,61)
#284437
(40,68,55)
#243C31
(36,60,49)
#20342B
(32,52,43)
#1C2C25
(28,44,37)
#18241F
(24,36,31)
#141C19
(20,28,25)
#101413
(16,20,19)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #345C49

#345C49
(52,92,73)
#466A59
(70,106,89)
#587869
(88,120,105)
#6A8679
(106,134,121)
#7C9489
(124,148,137)
#8EA299
(142,162,153)
#A0B0A9
(160,176,169)
#B2BEB9
(178,190,185)
#C4CCC9
(196,204,201)
#D6DAD9
(214,218,217)
#E8E8E9
(232,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #345C49 color. Also use rgb(52,92,73) instead hex code.

Text Font Color

.myTextColor { color: #345C49; }

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

This text font color is #345C49.


Background Color

.myBgColor { background-color: #345C49; }

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

This div background color is #345C49.


Border color

.myBorderColor { border: 1px solid #345C49; }

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

This div border color is #345C49.


Opacity

.myOpacity80 { color: #345C49; opacity: 0.8; }

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

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

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

This text has shadow with #345C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #345C49 on black background.


Color preview on white background

This text has color #345C49 on white background.



Black color preview on #345C49 background

This text has black color on #345C49 background.


White color preview on #345C49 background

This text has white color on #345C49 background.