COLOR #324F64

HEX: #324F64 RGB: (50,79,100)

Color info

#324F64 contains red, green and blue colors in about the same proportion. Web safe color of #324F64 is #336666 (or #366).

RGB color model

#324F64 color RGB value is (50,79,100).

RGB: (50,79,100) (20%, 31%, 39%)

RGB channels and saturation

R 50 of 255 = 20%
G 79 of 255 = 31%
B 100 of 255 = 39%

50
79
100

R + G + B ~ 30%. #324F64 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 79 + 100 = 229 (100%)
R 50 of 229 ~ 21.83%
G 79 of 229 ~ 34.5%
B 100 of 229 ~ 43.67'%

%21.83
%34.5
%43.67

CMYK color model

#324F64 color CMYK value is (50,21,0,61).

  • cyan value is 50.00%
  • magenta value is 21.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (50,21,0,61)
C50M21Y0K61 (50%, 21%, 0%, 61%)
(0.50 / 0.21 / 0.00 / 0.61)

CMYK percentages

%50
%21
%0
%60.78

Codes

Color #324F64 in popluar color models

32 4F 64
RGB 50 79 100
HSL 205° 33.33% 29.41%
HSB/HSV 205° 50.00% 39.22%
CMYK 50.00% 21.00% 0.00%
60.78%

Color #324F64 in popluar number systems.

HEX 32 4F 64
Decimal 50 79 100
Binary 110010 1001111 1100100
Octal 62 117 144

Shades and tints

Shades of #324F64

#324F64
(50,79,100)
#2E485B
(46,72,91)
#2A4152
(42,65,82)
#263A49
(38,58,73)
#223340
(34,51,64)
#1E2C37
(30,44,55)
#1A252E
(26,37,46)
#161E25
(22,30,37)
#12171C
(18,23,28)
#0E1013
(14,16,19)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #324F64

#324F64
(50,79,100)
#445F72
(68,95,114)
#566F80
(86,111,128)
#687F8E
(104,127,142)
#7A8F9C
(122,143,156)
#8C9FAA
(140,159,170)
#9EAFB8
(158,175,184)
#B0BFC6
(176,191,198)
#C2CFD4
(194,207,212)
#D4DFE2
(212,223,226)
#E6EFF0
(230,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #324F64 color. Also use rgb(50,79,100) instead hex code.

Text Font Color

.myTextColor { color: #324F64; }

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

This text font color is #324F64.

Background Color

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

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

This div background color is #324F64.

Border color

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

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

This div border color is #324F64.

Opacity

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

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

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

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

This text has shadow with #324F64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #324F64.

Preview

Color preview on black background

This text has color #324F64 on black background.


Color preview on white background

This text has color #324F64 on white background.


Black color preview on #324F64 background

This text has black color on #324F64 background.


White color preview on #324F64 background

This text has white color on #324F64 background.


Related colors

Complementary color

Complementary color for #hex is #CDB09B.


I love getcolorcode.com

Triadic colors

1 #64324F and #4F6432 with #324F64 are triadic colors.

2 #644F32 and #4F3264 with #324F64 are triadic colors.