COLOR #324745

HEX: #324745
RGB: (50,71,69)

Color info

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

RGB color model

#324745 color RGB value is (50,71,69).

  • red value is 50;
  • green value is 71;
  • blue value is 69.
RGB:
(50,71,69)
(20%,28%,27%)

RGB channels and saturation

R 50 of 255 = 20%
G 71 of 255 = 28%
B 69 of 255 = 27%

50
71
69

R + G + B ~ 25%. #324745 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 71 + 69 = 190 (100%)
R 50 of 190 ~ 26.32%
G 71 of 190 ~ 37.37%
B 69 of 190 ~ 36.32%

%26.32
%37.37
%36.32

CMYK color model

#324745 color CMYK value is (30,0,3,72).

  • cyan value is 29.58%
  • magenta value is 0.00%
  • yellow value is 2.82%
  • key color value is 72.16%
CMYK:
(30,0,3,72)
C30M0Y3K72 
(30%,0%,3%,72%)
(0.30/0.00/0.03/0.72)	

CMYK percentages

%29.58
%0
%2.82
%72.16

Codes

Color #324745 in popluar color models

324745
RGB507169
HSL174°17.36%23.73%
HSB/HSV174°29.58%27.84%
CMYK29.58%0.00%2.82%
72.16%

Color #324745 in popluar number systems.

HEX324745
Decimal507169
Binary11001010001111000101
Octal62107105

Shades and tints

Shades of #324745

#324745
(50,71,69)
#2E413F
(46,65,63)
#2A3B39
(42,59,57)
#263533
(38,53,51)
#222F2D
(34,47,45)
#1E2927
(30,41,39)
#1A2321
(26,35,33)
#161D1B
(22,29,27)
#121715
(18,23,21)
#0E110F
(14,17,15)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #324745

#324745
(50,71,69)
#445755
(68,87,85)
#566765
(86,103,101)
#687775
(104,119,117)
#7A8785
(122,135,133)
#8C9795
(140,151,149)
#9EA7A5
(158,167,165)
#B0B7B5
(176,183,181)
#C2C7C5
(194,199,197)
#D4D7D5
(212,215,213)
#E6E7E5
(230,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #324745 color. Also use rgb(50,71,69) instead hex code.

Text Font Color

.myTextColor { color: #324745; }

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

This text font color is #324745.


Background Color

.myBgColor { background-color: #324745; }

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

This div background color is #324745.


Border color

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

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

This div border color is #324745.


Opacity

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

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

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

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

This text has shadow with #324745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324745 on black background.


Color preview on white background

This text has color #324745 on white background.



Black color preview on #324745 background

This text has black color on #324745 background.


White color preview on #324745 background

This text has white color on #324745 background.