COLOR #33615B

HEX: #33615B
RGB: (51,97,91)

Color info

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

RGB color model

#33615B color RGB value is (51,97,91).

  • red value is 51;
  • green value is 97;
  • blue value is 91.
RGB:
(51,97,91)
(20%,38%,36%)

RGB channels and saturation

R 51 of 255 = 20%
G 97 of 255 = 38%
B 91 of 255 = 36%

51
97
91

R + G + B ~ 31%. #33615B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 97 + 91 = 239 (100%)
R 51 of 239 ~ 21.34%
G 97 of 239 ~ 40.59%
B 91 of 239 ~ 38.08%

%21.34
%40.59
%38.08

CMYK color model

#33615B color CMYK value is (47,0,6,62).

  • cyan value is 47.42%
  • magenta value is 0.00%
  • yellow value is 6.19%
  • key color value is 61.96%
CMYK:
(47,0,6,62)
C47M0Y6K62 
(47%,0%,6%,62%)
(0.47/0.00/0.06/0.62)	

CMYK percentages

%47.42
%0
%6.19
%61.96

Codes

Color #33615B in popluar color models

33615B
RGB519791
HSL172°31.08%29.02%
HSB/HSV172°47.42%38.04%
CMYK47.42%0.00%6.19%
61.96%

Color #33615B in popluar number systems.

HEX33615B
Decimal519791
Binary11001111000011011011
Octal63141133

Shades and tints

Shades of #33615B

#33615B
(51,97,91)
#2F5953
(47,89,83)
#2B514B
(43,81,75)
#274943
(39,73,67)
#23413B
(35,65,59)
#1F3933
(31,57,51)
#1B312B
(27,49,43)
#172923
(23,41,35)
#13211B
(19,33,27)
#0F1913
(15,25,19)
#0B110B
(11,17,11)
#000000
(0,0,0)

Tints of #33615B

#33615B
(51,97,91)
#456F69
(69,111,105)
#577D77
(87,125,119)
#698B85
(105,139,133)
#7B9993
(123,153,147)
#8DA7A1
(141,167,161)
#9FB5AF
(159,181,175)
#B1C3BD
(177,195,189)
#C3D1CB
(195,209,203)
#D5DFD9
(213,223,217)
#E7EDE7
(231,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33615B; }

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

This text font color is #33615B.


Background Color

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

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

This div background color is #33615B.


Border color

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

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

This div border color is #33615B.


Opacity

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

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

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

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

This text has shadow with #33615B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33615B on black background.


Color preview on white background

This text has color #33615B on white background.



Black color preview on #33615B background

This text has black color on #33615B background.


White color preview on #33615B background

This text has white color on #33615B background.