COLOR #324D46

HEX: #324D46
RGB: (50,77,70)

Color info

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

RGB color model

#324D46 color RGB value is (50,77,70).

  • red value is 50;
  • green value is 77;
  • blue value is 70.
RGB:
(50,77,70)
(20%,30%,27%)

RGB channels and saturation

R 50 of 255 = 20%
G 77 of 255 = 30%
B 70 of 255 = 27%

50
77
70

R + G + B ~ 26%. #324D46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 77 + 70 = 197 (100%)
R 50 of 197 ~ 25.38%
G 77 of 197 ~ 39.09%
B 70 of 197 ~ 35.53%

%25.38
%39.09
%35.53

CMYK color model

#324D46 color CMYK value is (35,0,9,70).

  • cyan value is 35.06%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 69.80%
CMYK:
(35,0,9,70)
C35M0Y9K70 
(35%,0%,9%,70%)
(0.35/0.00/0.09/0.70)	

CMYK percentages

%35.06
%0
%9.09
%69.8

Codes

Color #324D46 in popluar color models

324D46
RGB507770
HSL164°21.26%24.90%
HSB/HSV164°35.06%30.20%
CMYK35.06%0.00%9.09%
69.80%

Color #324D46 in popluar number systems.

HEX324D46
Decimal507770
Binary11001010011011000110
Octal62115106

Shades and tints

Shades of #324D46

#324D46
(50,77,70)
#2E4640
(46,70,64)
#2A3F3A
(42,63,58)
#263834
(38,56,52)
#22312E
(34,49,46)
#1E2A28
(30,42,40)
#1A2322
(26,35,34)
#161C1C
(22,28,28)
#121516
(18,21,22)
#0E0E10
(14,14,16)
#0A070A
(10,7,10)
#000000
(0,0,0)

Tints of #324D46

#324D46
(50,77,70)
#445D56
(68,93,86)
#566D66
(86,109,102)
#687D76
(104,125,118)
#7A8D86
(122,141,134)
#8C9D96
(140,157,150)
#9EADA6
(158,173,166)
#B0BDB6
(176,189,182)
#C2CDC6
(194,205,198)
#D4DDD6
(212,221,214)
#E6EDE6
(230,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #324D46 color. Also use rgb(50,77,70) instead hex code.

Text Font Color

.myTextColor { color: #324D46; }

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

This text font color is #324D46.


Background Color

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

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

This div background color is #324D46.


Border color

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

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

This div border color is #324D46.


Opacity

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

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

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

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

This text has shadow with #324D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324D46 on black background.


Color preview on white background

This text has color #324D46 on white background.



Black color preview on #324D46 background

This text has black color on #324D46 background.


White color preview on #324D46 background

This text has white color on #324D46 background.