COLOR #325A4A

HEX: #325A4A
RGB: (50,90,74)

Color info

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

RGB color model

#325A4A color RGB value is (50,90,74).

  • red value is 50;
  • green value is 90;
  • blue value is 74.
RGB:
(50,90,74)
(20%,35%,29%)

RGB channels and saturation

R 50 of 255 = 20%
G 90 of 255 = 35%
B 74 of 255 = 29%

50
90
74

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

Portions of RGB colors in percentages

R + G + B =
50 + 90 + 74 = 214 (100%)
R 50 of 214 ~ 23.36%
G 90 of 214 ~ 42.06%
B 74 of 214 ~ 34.58%

%23.36
%42.06
%34.58

CMYK color model

#325A4A color CMYK value is (44,0,18,65).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 17.78%
  • key color value is 64.71%
CMYK:
(44,0,18,65)
C44M0Y18K65 
(44%,0%,18%,65%)
(0.44/0.00/0.18/0.65)	

CMYK percentages

%44.44
%0
%17.78
%64.71

Codes

Color #325A4A in popluar color models

325A4A
RGB509074
HSL156°28.57%27.45%
HSB/HSV156°44.44%35.29%
CMYK44.44%0.00%17.78%
64.71%

Color #325A4A in popluar number systems.

HEX325A4A
Decimal509074
Binary11001010110101001010
Octal62132112

Shades and tints

Shades of #325A4A

#325A4A
(50,90,74)
#2E5244
(46,82,68)
#2A4A3E
(42,74,62)
#264238
(38,66,56)
#223A32
(34,58,50)
#1E322C
(30,50,44)
#1A2A26
(26,42,38)
#162220
(22,34,32)
#121A1A
(18,26,26)
#0E1214
(14,18,20)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #325A4A

#325A4A
(50,90,74)
#44695A
(68,105,90)
#56786A
(86,120,106)
#68877A
(104,135,122)
#7A968A
(122,150,138)
#8CA59A
(140,165,154)
#9EB4AA
(158,180,170)
#B0C3BA
(176,195,186)
#C2D2CA
(194,210,202)
#D4E1DA
(212,225,218)
#E6F0EA
(230,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #325A4A color. Also use rgb(50,90,74) instead hex code.

Text Font Color

.myTextColor { color: #325A4A; }

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

This text font color is #325A4A.


Background Color

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

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

This div background color is #325A4A.


Border color

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

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

This div border color is #325A4A.


Opacity

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

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

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

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

This text has shadow with #325A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325A4A on black background.


Color preview on white background

This text has color #325A4A on white background.



Black color preview on #325A4A background

This text has black color on #325A4A background.


White color preview on #325A4A background

This text has white color on #325A4A background.