COLOR #345253

HEX: #345253
RGB: (52,82,83)

Color info

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

RGB color model

#345253 color RGB value is (52,82,83).

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

RGB channels and saturation

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

52
82
83

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

Portions of RGB colors in percentages

R + G + B =
52 + 82 + 83 = 217 (100%)
R 52 of 217 ~ 23.96%
G 82 of 217 ~ 37.79%
B 83 of 217 ~ 38.25%

%23.96
%37.79
%38.25

CMYK color model

#345253 color CMYK value is (37,1,0,67).

  • cyan value is 37.35%
  • magenta value is 1.20%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(37,1,0,67)
C37M1Y0K67 
(37%,1%,0%,67%)
(0.37/0.01/0.00/0.67)	

CMYK percentages

%37.35
%1.2
%0
%67.45

Codes

Color #345253 in popluar color models

345253
RGB528283
HSL182°22.96%26.47%
HSB/HSV182°37.35%32.55%
CMYK37.35%1.20%0.00%
67.45%

Color #345253 in popluar number systems.

HEX345253
Decimal528283
Binary11010010100101010011
Octal64122123

Shades and tints

Shades of #345253

#345253
(52,82,83)
#304B4C
(48,75,76)
#2C4445
(44,68,69)
#283D3E
(40,61,62)
#243637
(36,54,55)
#202F30
(32,47,48)
#1C2829
(28,40,41)
#182122
(24,33,34)
#141A1B
(20,26,27)
#101314
(16,19,20)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #345253

#345253
(52,82,83)
#466162
(70,97,98)
#587071
(88,112,113)
#6A7F80
(106,127,128)
#7C8E8F
(124,142,143)
#8E9D9E
(142,157,158)
#A0ACAD
(160,172,173)
#B2BBBC
(178,187,188)
#C4CACB
(196,202,203)
#D6D9DA
(214,217,218)
#E8E8E9
(232,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #345253; }

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

This text font color is #345253.


Background Color

.myBgColor { background-color: #345253; }

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

This div background color is #345253.


Border color

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

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

This div border color is #345253.


Opacity

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

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

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

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

This text has shadow with #345253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #345253 on black background.


Color preview on white background

This text has color #345253 on white background.



Black color preview on #345253 background

This text has black color on #345253 background.


White color preview on #345253 background

This text has white color on #345253 background.