COLOR #325A3D

HEX: #325A3D
RGB: (50,90,61)

Color info

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

RGB color model

#325A3D color RGB value is (50,90,61).

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

RGB channels and saturation

R 50 of 255 = 20%
G 90 of 255 = 35%
B 61 of 255 = 24%

50
90
61

R + G + B ~ 26%. #325A3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 90 + 61 = 201 (100%)
R 50 of 201 ~ 24.88%
G 90 of 201 ~ 44.78%
B 61 of 201 ~ 30.35%

%24.88
%44.78
%30.35

CMYK color model

#325A3D color CMYK value is (44,0,32,65).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 32.22%
  • key color value is 64.71%
CMYK:
(44,0,32,65)
C44M0Y32K65 
(44%,0%,32%,65%)
(0.44/0.00/0.32/0.65)	

CMYK percentages

%44.44
%0
%32.22
%64.71

Codes

Color #325A3D in popluar color models

325A3D
RGB509061
HSL137°28.57%27.45%
HSB/HSV137°44.44%35.29%
CMYK44.44%0.00%32.22%
64.71%

Color #325A3D in popluar number systems.

HEX325A3D
Decimal509061
Binary1100101011010111101
Octal6213275

Shades and tints

Shades of #325A3D

#325A3D
(50,90,61)
#2E5238
(46,82,56)
#2A4A33
(42,74,51)
#26422E
(38,66,46)
#223A29
(34,58,41)
#1E3224
(30,50,36)
#1A2A1F
(26,42,31)
#16221A
(22,34,26)
#121A15
(18,26,21)
#0E1210
(14,18,16)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #325A3D

#325A3D
(50,90,61)
#44694E
(68,105,78)
#56785F
(86,120,95)
#688770
(104,135,112)
#7A9681
(122,150,129)
#8CA592
(140,165,146)
#9EB4A3
(158,180,163)
#B0C3B4
(176,195,180)
#C2D2C5
(194,210,197)
#D4E1D6
(212,225,214)
#E6F0E7
(230,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325A3D; }

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

This text font color is #325A3D.


Background Color

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

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

This div background color is #325A3D.


Border color

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

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

This div border color is #325A3D.


Opacity

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

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

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

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

This text has shadow with #325A3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325A3D on black background.


Color preview on white background

This text has color #325A3D on white background.



Black color preview on #325A3D background

This text has black color on #325A3D background.


White color preview on #325A3D background

This text has white color on #325A3D background.