COLOR #345252

HEX: #345252
RGB: (52,82,82)

Color info

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

RGB color model

#345252 color RGB value is (52,82,82).

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

RGB channels and saturation

R 52 of 255 = 20%
G 82 of 255 = 32%
B 82 of 255 = 32%

52
82
82

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

Portions of RGB colors in percentages

R + G + B =
52 + 82 + 82 = 216 (100%)
R 52 of 216 ~ 24.07%
G 82 of 216 ~ 37.96%
B 82 of 216 ~ 37.96%

%24.07
%37.96
%37.96

CMYK color model

#345252 color CMYK value is (37,0,0,68).

  • cyan value is 36.59%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(37,0,0,68)
C37M0Y0K68 
(37%,0%,0%,68%)
(0.37/0.00/0.00/0.68)	

CMYK percentages

%36.59
%0
%0
%67.84

Codes

Color #345252 in popluar color models

345252
RGB528282
HSL180°22.39%26.27%
HSB/HSV180°36.59%32.16%
CMYK36.59%0.00%0.00%
67.84%

Color #345252 in popluar number systems.

HEX345252
Decimal528282
Binary11010010100101010010
Octal64122122

Shades and tints

Shades of #345252

#345252
(52,82,82)
#304B4B
(48,75,75)
#2C4444
(44,68,68)
#283D3D
(40,61,61)
#243636
(36,54,54)
#202F2F
(32,47,47)
#1C2828
(28,40,40)
#182121
(24,33,33)
#141A1A
(20,26,26)
#101313
(16,19,19)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #345252

#345252
(52,82,82)
#466161
(70,97,97)
#587070
(88,112,112)
#6A7F7F
(106,127,127)
#7C8E8E
(124,142,142)
#8E9D9D
(142,157,157)
#A0ACAC
(160,172,172)
#B2BBBB
(178,187,187)
#C4CACA
(196,202,202)
#D6D9D9
(214,217,217)
#E8E8E8
(232,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #345252; }

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

This text font color is #345252.


Background Color

.myBgColor { background-color: #345252; }

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

This div background color is #345252.


Border color

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

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

This div border color is #345252.


Opacity

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

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

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

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

This text has shadow with #345252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #345252 on black background.


Color preview on white background

This text has color #345252 on white background.



Black color preview on #345252 background

This text has black color on #345252 background.


White color preview on #345252 background

This text has white color on #345252 background.