COLOR #325D6E

HEX: #325D6E
RGB: (50,93,110)

Color info

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

RGB color model

#325D6E color RGB value is (50,93,110).

  • red value is 50;
  • green value is 93;
  • blue value is 110.
RGB:
(50,93,110)
(20%,36%,43%)

RGB channels and saturation

R 50 of 255 = 20%
G 93 of 255 = 36%
B 110 of 255 = 43%

50
93
110

R + G + B ~ 33%. #325D6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 93 + 110 = 253 (100%)
R 50 of 253 ~ 19.76%
G 93 of 253 ~ 36.76%
B 110 of 253 ~ 43.48%

%19.76
%36.76
%43.48

CMYK color model

#325D6E color CMYK value is (55,15,0,57).

  • cyan value is 54.55%
  • magenta value is 15.45%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(55,15,0,57)
C55M15Y0K57 
(55%,15%,0%,57%)
(0.55/0.15/0.00/0.57)	

CMYK percentages

%54.55
%15.45
%0
%56.86

Codes

Color #325D6E in popluar color models

325D6E
RGB5093110
HSL197°37.50%31.37%
HSB/HSV197°54.55%43.14%
CMYK54.55%15.45%0.00%
56.86%

Color #325D6E in popluar number systems.

HEX325D6E
Decimal5093110
Binary11001010111011101110
Octal62135156

Shades and tints

Shades of #325D6E

#325D6E
(50,93,110)
#2E5564
(46,85,100)
#2A4D5A
(42,77,90)
#264550
(38,69,80)
#223D46
(34,61,70)
#1E353C
(30,53,60)
#1A2D32
(26,45,50)
#162528
(22,37,40)
#121D1E
(18,29,30)
#0E1514
(14,21,20)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #325D6E

#325D6E
(50,93,110)
#446B7B
(68,107,123)
#567988
(86,121,136)
#688795
(104,135,149)
#7A95A2
(122,149,162)
#8CA3AF
(140,163,175)
#9EB1BC
(158,177,188)
#B0BFC9
(176,191,201)
#C2CDD6
(194,205,214)
#D4DBE3
(212,219,227)
#E6E9F0
(230,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #325D6E color. Also use rgb(50,93,110) instead hex code.

Text Font Color

.myTextColor { color: #325D6E; }

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

This text font color is #325D6E.


Background Color

.myBgColor { background-color: #325D6E; }

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

This div background color is #325D6E.


Border color

.myBorderColor { border: 1px solid #325D6E; }

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

This div border color is #325D6E.


Opacity

.myOpacity80 { color: #325D6E; opacity: 0.8; }

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

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

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

This text has shadow with #325D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325D6E on black background.


Color preview on white background

This text has color #325D6E on white background.



Black color preview on #325D6E background

This text has black color on #325D6E background.


White color preview on #325D6E background

This text has white color on #325D6E background.