COLOR #33385D

HEX: #33385D RGB: (51,56,93)

Color info

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

RGB color model

#33385D color RGB value is (51,56,93).

RGB: (51,56,93) (20%, 22%, 36%)

RGB channels and saturation

R 51 of 255 = 20%
G 56 of 255 = 22%
B 93 of 255 = 36%

51
56
93

R + G + B ~ 26%. #33385D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 56 + 93 = 200 (100%)
R 51 of 200 ~ 25.5%
G 56 of 200 ~ 28%
B 93 of 200 ~ 46.5'%

%25.5
%28
%46.5

CMYK color model

#33385D color CMYK value is (45,40,0,64).

  • cyan value is 45.16%
  • magenta value is 39.78%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK: (45,40,0,64) C45M40Y0K64 (45%,40%,0%,64%) (0.45/0.40/0.00/0.64) 

CMYK percentages

%45.16
%39.78
%0
%63.53

Codes

Color #33385D in popluar color models

33 38 5D
RGB 51 56 93
HSL 233° 29.17% 28.24%
HSB/HSV 233° 45.16% 36.47%
CMYK 45.16% 39.78% 0.00%
63.53%

Color #33385D in popluar number systems.

HEX 33 38 5D
Decimal 51 56 93
Binary 110011 111000 1011101
Octal 63 70 135

Shades and tints

Shades of #33385D

#33385D
(51,56,93)
#2F3355
(47,51,85)
#2B2E4D
(43,46,77)
#272945
(39,41,69)
#23243D
(35,36,61)
#1F1F35
(31,31,53)
#1B1A2D
(27,26,45)
#171525
(23,21,37)
#13101D
(19,16,29)
#0F0B15
(15,11,21)
#0B060D
(11,6,13)
#000000
(0,0,0)

Tints of #33385D

#33385D
(51,56,93)
#454A6B
(69,74,107)
#575C79
(87,92,121)
#696E87
(105,110,135)
#7B8095
(123,128,149)
#8D92A3
(141,146,163)
#9FA4B1
(159,164,177)
#B1B6BF
(177,182,191)
#C3C8CD
(195,200,205)
#D5DADB
(213,218,219)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33385D; }

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

This text font color is #33385D.

Background Color

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

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

This div background color is #33385D.

Border color

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

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

This div border color is #33385D.

Opacity

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

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

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

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

This text has shadow with #33385D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33385D.

Preview

Color preview on black background

This text has color #33385D on black background.


Color preview on white background

This text has color #33385D on white background.


Black color preview on #33385D background

This text has black color on #33385D background.


White color preview on #33385D background

This text has white color on #33385D background.


Related colors

Complementary color

Complementary color for #hex is #CCC7A2.


I love getcolorcode.com

Triadic colors

1 #5D3338 and #385D33 with #33385D are triadic colors.

2 #5D3833 and #38335D with #33385D are triadic colors.