COLOR #33415D

HEX: #33415D RGB: (51,65,93)

Color info

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

RGB color model

#33415D color RGB value is (51,65,93).

RGB: (51,65,93) (20%, 25%, 36%)

RGB channels and saturation

R 51 of 255 = 20%
G 65 of 255 = 25%
B 93 of 255 = 36%

51
65
93

R + G + B ~ 27%. #33415D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 65 + 93 = 209 (100%)
R 51 of 209 ~ 24.4%
G 65 of 209 ~ 31.1%
B 93 of 209 ~ 44.5'%

%24.4
%31.1
%44.5

CMYK color model

#33415D color CMYK value is (45,30,0,64).

  • cyan value is 45.16%
  • magenta value is 30.11%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (45,30,0,64)
C45M30Y0K64 (45%, 30%, 0%, 64%)
(0.45 / 0.30 / 0.00 / 0.64)

CMYK percentages

%45.16
%30.11
%0
%63.53

Codes

Color #33415D in popluar color models

33 41 5D
RGB 51 65 93
HSL 220° 29.17% 28.24%
HSB/HSV 220° 45.16% 36.47%
CMYK 45.16% 30.11% 0.00%
63.53%

Color #33415D in popluar number systems.

HEX 33 41 5D
Decimal 51 65 93
Binary 110011 1000001 1011101
Octal 63 101 135

Shades and tints

Shades of #33415D

#33415D
(51,65,93)
#2F3C55
(47,60,85)
#2B374D
(43,55,77)
#273245
(39,50,69)
#232D3D
(35,45,61)
#1F2835
(31,40,53)
#1B232D
(27,35,45)
#171E25
(23,30,37)
#13191D
(19,25,29)
#0F1415
(15,20,21)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #33415D

#33415D
(51,65,93)
#45526B
(69,82,107)
#576379
(87,99,121)
#697487
(105,116,135)
#7B8595
(123,133,149)
#8D96A3
(141,150,163)
#9FA7B1
(159,167,177)
#B1B8BF
(177,184,191)
#C3C9CD
(195,201,205)
#D5DADB
(213,218,219)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33415D color. Also use rgb(51,65,93) instead hex code.

Text Font Color

.myTextColor { color: #33415D; }

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

This text font color is #33415D.

Background Color

.myBgColor { background-color: #33415D; }

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

This div background color is #33415D.

Border color

.myBorderColor { border: 1px solid #33415D; }

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

This div border color is #33415D.

Opacity

.myOpacity80 { color: #33415D; opacity: 0.8; }

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

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

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

This text has shadow with #33415D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33415D.

Preview

Color preview on black background

This text has color #33415D on black background.


Color preview on white background

This text has color #33415D on white background.


Black color preview on #33415D background

This text has black color on #33415D background.


White color preview on #33415D background

This text has white color on #33415D background.


Related colors

Complementary color

Complementary color for #hex is #CCBEA2.


I love getcolorcode.com

Triadic colors

1 #5D3341 and #415D33 with #33415D are triadic colors.

2 #5D4133 and #41335D with #33415D are triadic colors.