COLOR #333E61

HEX: #333E61 RGB: (51,62,97)

Color info

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

RGB color model

#333E61 color RGB value is (51,62,97).

RGB: (51,62,97) (20%, 24%, 38%)

RGB channels and saturation

R 51 of 255 = 20%
G 62 of 255 = 24%
B 97 of 255 = 38%

51
62
97

R + G + B ~ 27%. #333E61 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 62 + 97 = 210 (100%)
R 51 of 210 ~ 24.29%
G 62 of 210 ~ 29.52%
B 97 of 210 ~ 46.19'%

%24.29
%29.52
%46.19

CMYK color model

#333E61 color CMYK value is (47,36,0,62).

  • cyan value is 47.42%
  • magenta value is 36.08%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK: (47,36,0,62) C47M36Y0K62 (47%,36%,0%,62%) (0.47/0.36/0.00/0.62) 

CMYK percentages

%47.42
%36.08
%0
%61.96

Codes

Color #333E61 in popluar color models

33 3E 61
RGB 51 62 97
HSL 226° 31.08% 29.02%
HSB/HSV 226° 47.42% 38.04%
CMYK 47.42% 36.08% 0.00%
61.96%

Color #333E61 in popluar number systems.

HEX 33 3E 61
Decimal 51 62 97
Binary 110011 111110 1100001
Octal 63 76 141

Shades and tints

Shades of #333E61

#333E61
(51,62,97)
#2F3959
(47,57,89)
#2B3451
(43,52,81)
#272F49
(39,47,73)
#232A41
(35,42,65)
#1F2539
(31,37,57)
#1B2031
(27,32,49)
#171B29
(23,27,41)
#131621
(19,22,33)
#0F1119
(15,17,25)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #333E61

#333E61
(51,62,97)
#454F6F
(69,79,111)
#57607D
(87,96,125)
#69718B
(105,113,139)
#7B8299
(123,130,153)
#8D93A7
(141,147,167)
#9FA4B5
(159,164,181)
#B1B5C3
(177,181,195)
#C3C6D1
(195,198,209)
#D5D7DF
(213,215,223)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #333E61 color. Also use rgb(51,62,97) instead hex code.

Text Font Color

.myTextColor { color: #333E61; }

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

This text font color is #333E61.

Background Color

.myBgColor { background-color: #333E61; }

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

This div background color is #333E61.

Border color

.myBorderColor { border: 1px solid #333E61; }

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

This div border color is #333E61.

Opacity

.myOpacity80 { color: #333E61; opacity: 0.8; }

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

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

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

This text has shadow with #333E61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333E61.

Preview

Color preview on black background

This text has color #333E61 on black background.


Color preview on white background

This text has color #333E61 on white background.


Black color preview on #333E61 background

This text has black color on #333E61 background.


White color preview on #333E61 background

This text has white color on #333E61 background.


Related colors

Complementary color

Complementary color for #hex is #CCC19E.


I love getcolorcode.com

Triadic colors

1 #61333E and #3E6133 with #333E61 are triadic colors.

2 #613E33 and #3E3361 with #333E61 are triadic colors.