COLOR #33425C

HEX: #33425C RGB: (51,66,92)

Color info

#33425C contains red, green and blue colors in about the same proportion. Web safe color of #33425C is #333366 (or #336).

RGB color model

#33425C color RGB value is (51,66,92).

RGB: (51,66,92) (20%, 26%, 36%)

RGB channels and saturation

R 51 of 255 = 20%
G 66 of 255 = 26%
B 92 of 255 = 36%

51
66
92

R + G + B ~ 27%. #33425C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 66 + 92 = 209 (100%)
R 51 of 209 ~ 24.4%
G 66 of 209 ~ 31.58%
B 92 of 209 ~ 44.02'%

%24.4
%31.58
%44.02

CMYK color model

#33425C color CMYK value is (45,28,0,64).

  • cyan value is 44.57%
  • magenta value is 28.26%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (45,28,0,64)
C45M28Y0K64 (45%, 28%, 0%, 64%)
(0.45 / 0.28 / 0.00 / 0.64)

CMYK percentages

%44.57
%28.26
%0
%63.92

Codes

Color #33425C in popluar color models

33 42 5C
RGB 51 66 92
HSL 218° 28.67% 28.04%
HSB/HSV 218° 44.57% 36.08%
CMYK 44.57% 28.26% 0.00%
63.92%

Color #33425C in popluar number systems.

HEX 33 42 5C
Decimal 51 66 92
Binary 110011 1000010 1011100
Octal 63 102 134

Shades and tints

Shades of #33425C

#33425C
(51,66,92)
#2F3C54
(47,60,84)
#2B364C
(43,54,76)
#273044
(39,48,68)
#232A3C
(35,42,60)
#1F2434
(31,36,52)
#1B1E2C
(27,30,44)
#171824
(23,24,36)
#13121C
(19,18,28)
#0F0C14
(15,12,20)
#0B060C
(11,6,12)
#000000
(0,0,0)

Tints of #33425C

#33425C
(51,66,92)
#45536A
(69,83,106)
#576478
(87,100,120)
#697586
(105,117,134)
#7B8694
(123,134,148)
#8D97A2
(141,151,162)
#9FA8B0
(159,168,176)
#B1B9BE
(177,185,190)
#C3CACC
(195,202,204)
#D5DBDA
(213,219,218)
#E7ECE8
(231,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33425C color. Also use rgb(51,66,92) instead hex code.

Text Font Color

.myTextColor { color: #33425C; }

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

This text font color is #33425C.

Background Color

.myBgColor { background-color: #33425C; }

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

This div background color is #33425C.

Border color

.myBorderColor { border: 1px solid #33425C; }

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

This div border color is #33425C.

Opacity

.myOpacity80 { color: #33425C; opacity: 0.8; }

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

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

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

This text has shadow with #33425C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33425C.

Preview

Color preview on black background

This text has color #33425C on black background.


Color preview on white background

This text has color #33425C on white background.


Black color preview on #33425C background

This text has black color on #33425C background.


White color preview on #33425C background

This text has white color on #33425C background.


Related colors

Complementary color

Complementary color for #hex is #CCBDA3.


I love getcolorcode.com

Triadic colors

1 #5C3342 and #425C33 with #33425C are triadic colors.

2 #5C4233 and #42335C with #33425C are triadic colors.