COLOR #33584B

HEX: #33584B
RGB: (51,88,75)

Color info

#33584B contains red, green and blue colors in about the same proportion. Web safe color of #33584B is #336633 (or #363).

RGB color model

#33584B color RGB value is (51,88,75).

  • red value is 51;
  • green value is 88;
  • blue value is 75.
RGB:
(51,88,75)
(20%,35%,29%)

RGB channels and saturation

R 51 of 255 = 20%
G 88 of 255 = 35%
B 75 of 255 = 29%

51
88
75

R + G + B ~ 28%. #33584B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 88 + 75 = 214 (100%)
R 51 of 214 ~ 23.83%
G 88 of 214 ~ 41.12%
B 75 of 214 ~ 35.05%

%23.83
%41.12
%35.05

CMYK color model

#33584B color CMYK value is (42,0,15,65).

  • cyan value is 42.05%
  • magenta value is 0.00%
  • yellow value is 14.77%
  • key color value is 65.49%
CMYK:
(42,0,15,65)
C42M0Y15K65 
(42%,0%,15%,65%)
(0.42/0.00/0.15/0.65)	

CMYK percentages

%42.05
%0
%14.77
%65.49

Codes

Color #33584B in popluar color models

33584B
RGB518875
HSL159°26.62%27.25%
HSB/HSV159°42.05%34.51%
CMYK42.05%0.00%14.77%
65.49%

Color #33584B in popluar number systems.

HEX33584B
Decimal518875
Binary11001110110001001011
Octal63130113

Shades and tints

Shades of #33584B

#33584B
(51,88,75)
#2F5045
(47,80,69)
#2B483F
(43,72,63)
#274039
(39,64,57)
#233833
(35,56,51)
#1F302D
(31,48,45)
#1B2827
(27,40,39)
#172021
(23,32,33)
#13181B
(19,24,27)
#0F1015
(15,16,21)
#0B080F
(11,8,15)
#000000
(0,0,0)

Tints of #33584B

#33584B
(51,88,75)
#45675B
(69,103,91)
#57766B
(87,118,107)
#69857B
(105,133,123)
#7B948B
(123,148,139)
#8DA39B
(141,163,155)
#9FB2AB
(159,178,171)
#B1C1BB
(177,193,187)
#C3D0CB
(195,208,203)
#D5DFDB
(213,223,219)
#E7EEEB
(231,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33584B; }

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

This text font color is #33584B.


Background Color

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

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

This div background color is #33584B.


Border color

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

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

This div border color is #33584B.


Opacity

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

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

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

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

This text has shadow with #33584B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33584B on black background.


Color preview on white background

This text has color #33584B on white background.



Black color preview on #33584B background

This text has black color on #33584B background.


White color preview on #33584B background

This text has white color on #33584B background.