COLOR #33395A

HEX: #33395A RGB: (51,57,90)

Color info

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

RGB color model

#33395A color RGB value is (51,57,90).

RGB: (51,57,90) (20%, 22%, 35%)

RGB channels and saturation

R 51 of 255 = 20%
G 57 of 255 = 22%
B 90 of 255 = 35%

51
57
90

R + G + B ~ 26%. #33395A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 57 + 90 = 198 (100%)
R 51 of 198 ~ 25.76%
G 57 of 198 ~ 28.79%
B 90 of 198 ~ 45.45'%

%25.76
%28.79
%45.45

CMYK color model

#33395A color CMYK value is (43,37,0,65).

  • cyan value is 43.33%
  • magenta value is 36.67%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (43,37,0,65)
C43M37Y0K65 (43%, 37%, 0%, 65%)
(0.43 / 0.37 / 0.00 / 0.65)

CMYK percentages

%43.33
%36.67
%0
%64.71

Codes

Color #33395A in popluar color models

33 39 5A
RGB 51 57 90
HSL 231° 27.66% 27.65%
HSB/HSV 231° 43.33% 35.29%
CMYK 43.33% 36.67% 0.00%
64.71%

Color #33395A in popluar number systems.

HEX 33 39 5A
Decimal 51 57 90
Binary 110011 111001 1011010
Octal 63 71 132

Shades and tints

Shades of #33395A

#33395A
(51,57,90)
#2F3452
(47,52,82)
#2B2F4A
(43,47,74)
#272A42
(39,42,66)
#23253A
(35,37,58)
#1F2032
(31,32,50)
#1B1B2A
(27,27,42)
#171622
(23,22,34)
#13111A
(19,17,26)
#0F0C12
(15,12,18)
#0B070A
(11,7,10)
#000000
(0,0,0)

Tints of #33395A

#33395A
(51,57,90)
#454B69
(69,75,105)
#575D78
(87,93,120)
#696F87
(105,111,135)
#7B8196
(123,129,150)
#8D93A5
(141,147,165)
#9FA5B4
(159,165,180)
#B1B7C3
(177,183,195)
#C3C9D2
(195,201,210)
#D5DBE1
(213,219,225)
#E7EDF0
(231,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33395A color. Also use rgb(51,57,90) instead hex code.

Text Font Color

.myTextColor { color: #33395A; }

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

This text font color is #33395A.

Background Color

.myBgColor { background-color: #33395A; }

<div style="background-color:#33395A">Inner text</div>

This div background color is #33395A.

Border color

.myBorderColor { border: 1px solid #33395A; }

<div style="border:3px solid #33395A">Div</div>

This div border color is #33395A.

Opacity

.myOpacity80 { color: #33395A; opacity: 0.8; }

<p style="color:#33395A;opacity:0.8;">80%</p>

Text with #33395A 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 #33395A;}

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

This text has shadow with #33395A color.


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

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

This text has shadow with #33395A primary color and red secondary color.


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

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

This text has shadow with #33395A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #33395A.

Preview

Color preview on black background

This text has color #33395A on black background.


Color preview on white background

This text has color #33395A on white background.


Black color preview on #33395A background

This text has black color on #33395A background.


White color preview on #33395A background

This text has white color on #33395A background.


Related colors

Complementary color

Complementary color for #hex is #CCC6A5.


I love getcolorcode.com

Triadic colors

1 #5A3339 and #395A33 with #33395A are triadic colors.

2 #5A3933 and #39335A with #33395A are triadic colors.