COLOR #33585B

HEX: #33585B RGB: (51,88,91)

Color info

#33585B contains red, green and blue colors in about the same proportion. Web safe color of #33585B is #336666 (or #366).

RGB color model

#33585B color RGB value is (51,88,91).

RGB: (51,88,91) (20%, 35%, 36%)

RGB channels and saturation

R 51 of 255 = 20%
G 88 of 255 = 35%
B 91 of 255 = 36%

51
88
91

R + G + B ~ 30%. #33585B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 88 + 91 = 230 (100%)
R 51 of 230 ~ 22.17%
G 88 of 230 ~ 38.26%
B 91 of 230 ~ 39.57'%

%22.17
%38.26
%39.57

CMYK color model

#33585B color CMYK value is (44,3,0,64).

  • cyan value is 43.96%
  • magenta value is 3.30%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK: (44,3,0,64) C44M3Y0K64 (44%,3%,0%,64%) (0.44/0.03/0.00/0.64) 

CMYK percentages

%43.96
%3.3
%0
%64.31

Codes

Color #33585B in popluar color models

33 58 5B
RGB 51 88 91
HSL 185° 28.17% 27.84%
HSB/HSV 185° 43.96% 35.69%
CMYK 43.96% 3.30% 0.00%
64.31%

Color #33585B in popluar number systems.

HEX 33 58 5B
Decimal 51 88 91
Binary 110011 1011000 1011011
Octal 63 130 133

Shades and tints

Shades of #33585B

#33585B
(51,88,91)
#2F5053
(47,80,83)
#2B484B
(43,72,75)
#274043
(39,64,67)
#23383B
(35,56,59)
#1F3033
(31,48,51)
#1B282B
(27,40,43)
#172023
(23,32,35)
#13181B
(19,24,27)
#0F1013
(15,16,19)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #33585B

#33585B
(51,88,91)
#456769
(69,103,105)
#577677
(87,118,119)
#698585
(105,133,133)
#7B9493
(123,148,147)
#8DA3A1
(141,163,161)
#9FB2AF
(159,178,175)
#B1C1BD
(177,193,189)
#C3D0CB
(195,208,203)
#D5DFD9
(213,223,217)
#E7EEE7
(231,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33585B color. Also use rgb(51,88,91) instead hex code.

Text Font Color

.myTextColor { color: #33585B; }

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

This text font color is #33585B.

Background Color

.myBgColor { background-color: #33585B; }

<div style="background-color:#33585B">Inner text</div>

This div background color is #33585B.

Border color

.myBorderColor { border: 1px solid #33585B; }

<div style="border:3px solid #33585B">Div</div>

This div border color is #33585B.

Opacity

.myOpacity80 { color: #33585B; opacity: 0.8; }

<p style="color:#33585B;opacity:0.8;">80%</p>

Text with #33585B 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 #33585B;}

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

This text has shadow with #33585B color.


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

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

This text has shadow with #33585B primary color and red secondary color.


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

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

This text has shadow with #33585B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #33585B.

Preview

Color preview on black background

This text has color #33585B on black background.


Color preview on white background

This text has color #33585B on white background.


Black color preview on #33585B background

This text has black color on #33585B background.


White color preview on #33585B background

This text has white color on #33585B background.


Related colors

Complementary color

Complementary color for #hex is #CCA7A4.


I love getcolorcode.com

Triadic colors

1 #5B3358 and #585B33 with #33585B are triadic colors.

2 #5B5833 and #58335B with #33585B are triadic colors.