COLOR #325A4B

HEX: #325A4B
RGB: (50,90,75)

Color info

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

RGB color model

#325A4B color RGB value is (50,90,75).

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

RGB channels and saturation

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

50
90
75

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

Portions of RGB colors in percentages

R + G + B =
50 + 90 + 75 = 215 (100%)
R 50 of 215 ~ 23.26%
G 90 of 215 ~ 41.86%
B 75 of 215 ~ 34.88%

%23.26
%41.86
%34.88

CMYK color model

#325A4B color CMYK value is (44,0,17,65).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 64.71%
CMYK:
(44,0,17,65)
C44M0Y17K65 
(44%,0%,17%,65%)
(0.44/0.00/0.17/0.65)	

CMYK percentages

%44.44
%0
%16.67
%64.71

Codes

Color #325A4B in popluar color models

325A4B
RGB509075
HSL158°28.57%27.45%
HSB/HSV158°44.44%35.29%
CMYK44.44%0.00%16.67%
64.71%

Color #325A4B in popluar number systems.

HEX325A4B
Decimal509075
Binary11001010110101001011
Octal62132113

Shades and tints

Shades of #325A4B

#325A4B
(50,90,75)
#2E5245
(46,82,69)
#2A4A3F
(42,74,63)
#264239
(38,66,57)
#223A33
(34,58,51)
#1E322D
(30,50,45)
#1A2A27
(26,42,39)
#162221
(22,34,33)
#121A1B
(18,26,27)
#0E1215
(14,18,21)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #325A4B

#325A4B
(50,90,75)
#44695B
(68,105,91)
#56786B
(86,120,107)
#68877B
(104,135,123)
#7A968B
(122,150,139)
#8CA59B
(140,165,155)
#9EB4AB
(158,180,171)
#B0C3BB
(176,195,187)
#C2D2CB
(194,210,203)
#D4E1DB
(212,225,219)
#E6F0EB
(230,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325A4B; }

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

This text font color is #325A4B.


Background Color

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

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

This div background color is #325A4B.


Border color

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

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

This div border color is #325A4B.


Opacity

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

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

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

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

This text has shadow with #325A4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325A4B on black background.


Color preview on white background

This text has color #325A4B on white background.



Black color preview on #325A4B background

This text has black color on #325A4B background.


White color preview on #325A4B background

This text has white color on #325A4B background.