COLOR #33407D

HEX: #33407D RGB: (51,64,125)

Color info

#33407D contains mainly blue color. Web safe color of #33407D is #333366 (or #336).

RGB color model

#33407D color RGB value is (51,64,125).

RGB: (51,64,125) (20%, 25%, 49%)

RGB channels and saturation

R 51 of 255 = 20%
G 64 of 255 = 25%
B 125 of 255 = 49%

51
64
125

R + G + B ~ 31%. #33407D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 64 + 125 = 240 (100%)
R 51 of 240 ~ 21.25%
G 64 of 240 ~ 26.67%
B 125 of 240 ~ 52.08'%

%21.25
%26.67
%52.08

CMYK color model

#33407D color CMYK value is (59,49,0,51).

  • cyan value is 59.20%
  • magenta value is 48.80%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (59,49,0,51)
C59M49Y0K51 (59%, 49%, 0%, 51%)
(0.59 / 0.49 / 0.00 / 0.51)

CMYK percentages

%59.2
%48.8
%0
%50.98

Codes

Color #33407D in popluar color models

33 40 7D
RGB 51 64 125
HSL 229° 42.05% 34.51%
HSB/HSV 229° 59.20% 49.02%
CMYK 59.20% 48.80% 0.00%
50.98%

Color #33407D in popluar number systems.

HEX 33 40 7D
Decimal 51 64 125
Binary 110011 1000000 1111101
Octal 63 100 175

Shades and tints

Shades of #33407D

#33407D
(51,64,125)
#2F3B72
(47,59,114)
#2B3667
(43,54,103)
#27315C
(39,49,92)
#232C51
(35,44,81)
#1F2746
(31,39,70)
#1B223B
(27,34,59)
#171D30
(23,29,48)
#131825
(19,24,37)
#0F131A
(15,19,26)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #33407D

#33407D
(51,64,125)
#455188
(69,81,136)
#576293
(87,98,147)
#69739E
(105,115,158)
#7B84A9
(123,132,169)
#8D95B4
(141,149,180)
#9FA6BF
(159,166,191)
#B1B7CA
(177,183,202)
#C3C8D5
(195,200,213)
#D5D9E0
(213,217,224)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33407D color. Also use rgb(51,64,125) instead hex code.

Text Font Color

.myTextColor { color: #33407D; }

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

This text font color is #33407D.

Background Color

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

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

This div background color is #33407D.

Border color

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

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

This div border color is #33407D.

Opacity

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

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

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

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

This text has shadow with #33407D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33407D.

Preview

Color preview on black background

This text has color #33407D on black background.


Color preview on white background

This text has color #33407D on white background.


Black color preview on #33407D background

This text has black color on #33407D background.


White color preview on #33407D background

This text has white color on #33407D background.


Related colors

Complementary color

Complementary color for #hex is #CCBF82.


I love getcolorcode.com

Triadic colors

1 #7D3340 and #407D33 with #33407D are triadic colors.

2 #7D4033 and #40337D with #33407D are triadic colors.