COLOR #345C53

HEX: #345C53
RGB: (52,92,83)

Color info

#345C53 contains red, green and blue colors in about the same proportion. Web safe color of #345C53 is #336666 (or #366).

RGB color model

#345C53 color RGB value is (52,92,83).

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

RGB channels and saturation

R 52 of 255 = 20%
G 92 of 255 = 36%
B 83 of 255 = 33%

52
92
83

R + G + B ~ 30%. #345C53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 92 + 83 = 227 (100%)
R 52 of 227 ~ 22.91%
G 92 of 227 ~ 40.53%
B 83 of 227 ~ 36.56%

%22.91
%40.53
%36.56

CMYK color model

#345C53 color CMYK value is (43,0,10,64).

  • cyan value is 43.48%
  • magenta value is 0.00%
  • yellow value is 9.78%
  • key color value is 63.92%
CMYK:
(43,0,10,64)
C43M0Y10K64 
(43%,0%,10%,64%)
(0.43/0.00/0.10/0.64)	

CMYK percentages

%43.48
%0
%9.78
%63.92

Codes

Color #345C53 in popluar color models

345C53
RGB529283
HSL167°27.78%28.24%
HSB/HSV167°43.48%36.08%
CMYK43.48%0.00%9.78%
63.92%

Color #345C53 in popluar number systems.

HEX345C53
Decimal529283
Binary11010010111001010011
Octal64134123

Shades and tints

Shades of #345C53

#345C53
(52,92,83)
#30544C
(48,84,76)
#2C4C45
(44,76,69)
#28443E
(40,68,62)
#243C37
(36,60,55)
#203430
(32,52,48)
#1C2C29
(28,44,41)
#182422
(24,36,34)
#141C1B
(20,28,27)
#101414
(16,20,20)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #345C53

#345C53
(52,92,83)
#466A62
(70,106,98)
#587871
(88,120,113)
#6A8680
(106,134,128)
#7C948F
(124,148,143)
#8EA29E
(142,162,158)
#A0B0AD
(160,176,173)
#B2BEBC
(178,190,188)
#C4CCCB
(196,204,203)
#D6DADA
(214,218,218)
#E8E8E9
(232,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #345C53; }

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

This text font color is #345C53.


Background Color

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

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

This div background color is #345C53.


Border color

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

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

This div border color is #345C53.


Opacity

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

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

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

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

This text has shadow with #345C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #345C53 on black background.


Color preview on white background

This text has color #345C53 on white background.



Black color preview on #345C53 background

This text has black color on #345C53 background.


White color preview on #345C53 background

This text has white color on #345C53 background.