COLOR #324A3D

HEX: #324A3D
RGB: (50,74,61)

Color info

#324A3D contains red, green and blue colors in about the same proportion. Web safe color of #324A3D is #333333 (or #333).

RGB color model

#324A3D color RGB value is (50,74,61).

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

RGB channels and saturation

R 50 of 255 = 20%
G 74 of 255 = 29%
B 61 of 255 = 24%

50
74
61

R + G + B ~ 24%. #324A3D is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 74 + 61 = 185 (100%)
R 50 of 185 ~ 27.03%
G 74 of 185 ~ 40%
B 61 of 185 ~ 32.97%

%27.03
%40
%32.97

CMYK color model

#324A3D color CMYK value is (32,0,18,71).

  • cyan value is 32.43%
  • magenta value is 0.00%
  • yellow value is 17.57%
  • key color value is 70.98%
CMYK:
(32,0,18,71)
C32M0Y18K71 
(32%,0%,18%,71%)
(0.32/0.00/0.18/0.71)	

CMYK percentages

%32.43
%0
%17.57
%70.98

Codes

Color #324A3D in popluar color models

324A3D
RGB507461
HSL148°19.35%24.31%
HSB/HSV148°32.43%29.02%
CMYK32.43%0.00%17.57%
70.98%

Color #324A3D in popluar number systems.

HEX324A3D
Decimal507461
Binary1100101001010111101
Octal6211275

Shades and tints

Shades of #324A3D

#324A3D
(50,74,61)
#2E4438
(46,68,56)
#2A3E33
(42,62,51)
#26382E
(38,56,46)
#223229
(34,50,41)
#1E2C24
(30,44,36)
#1A261F
(26,38,31)
#16201A
(22,32,26)
#121A15
(18,26,21)
#0E1410
(14,20,16)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #324A3D

#324A3D
(50,74,61)
#445A4E
(68,90,78)
#566A5F
(86,106,95)
#687A70
(104,122,112)
#7A8A81
(122,138,129)
#8C9A92
(140,154,146)
#9EAAA3
(158,170,163)
#B0BAB4
(176,186,180)
#C2CAC5
(194,202,197)
#D4DAD6
(212,218,214)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #324A3D; }

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

This text font color is #324A3D.


Background Color

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

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

This div background color is #324A3D.


Border color

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

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

This div border color is #324A3D.


Opacity

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

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

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

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

This text has shadow with #324A3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324A3D on black background.


Color preview on white background

This text has color #324A3D on white background.



Black color preview on #324A3D background

This text has black color on #324A3D background.


White color preview on #324A3D background

This text has white color on #324A3D background.