COLOR #324137

HEX: #324137
RGB: (50,65,55)

Color info

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

RGB color model

#324137 color RGB value is (50,65,55).

  • red value is 50;
  • green value is 65;
  • blue value is 55.
RGB:
(50,65,55)
(20%,25%,22%)

RGB channels and saturation

R 50 of 255 = 20%
G 65 of 255 = 25%
B 55 of 255 = 22%

50
65
55

R + G + B ~ 22%. #324137 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 65 + 55 = 170 (100%)
R 50 of 170 ~ 29.41%
G 65 of 170 ~ 38.24%
B 55 of 170 ~ 32.35%

%29.41
%38.24
%32.35

CMYK color model

#324137 color CMYK value is (23,0,15,75).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 74.51%
CMYK:
(23,0,15,75)
C23M0Y15K75 
(23%,0%,15%,75%)
(0.23/0.00/0.15/0.75)	

CMYK percentages

%23.08
%0
%15.38
%74.51

Codes

Color #324137 in popluar color models

324137
RGB506555
HSL140°13.04%22.55%
HSB/HSV140°23.08%25.49%
CMYK23.08%0.00%15.38%
74.51%

Color #324137 in popluar number systems.

HEX324137
Decimal506555
Binary1100101000001110111
Octal6210167

Shades and tints

Shades of #324137

#324137
(50,65,55)
#2E3C32
(46,60,50)
#2A372D
(42,55,45)
#263228
(38,50,40)
#222D23
(34,45,35)
#1E281E
(30,40,30)
#1A2319
(26,35,25)
#161E14
(22,30,20)
#12190F
(18,25,15)
#0E140A
(14,20,10)
#0A0F05
(10,15,5)
#000000
(0,0,0)

Tints of #324137

#324137
(50,65,55)
#445249
(68,82,73)
#56635B
(86,99,91)
#68746D
(104,116,109)
#7A857F
(122,133,127)
#8C9691
(140,150,145)
#9EA7A3
(158,167,163)
#B0B8B5
(176,184,181)
#C2C9C7
(194,201,199)
#D4DAD9
(212,218,217)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #324137 color. Also use rgb(50,65,55) instead hex code.

Text Font Color

.myTextColor { color: #324137; }

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

This text font color is #324137.


Background Color

.myBgColor { background-color: #324137; }

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

This div background color is #324137.


Border color

.myBorderColor { border: 1px solid #324137; }

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

This div border color is #324137.


Opacity

.myOpacity80 { color: #324137; opacity: 0.8; }

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

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

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

This text has shadow with #324137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324137 on black background.


Color preview on white background

This text has color #324137 on white background.



Black color preview on #324137 background

This text has black color on #324137 background.


White color preview on #324137 background

This text has white color on #324137 background.