COLOR #33695B

HEX: #33695B
RGB: (51,105,91)

Color info

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

RGB color model

#33695B color RGB value is (51,105,91).

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

RGB channels and saturation

R 51 of 255 = 20%
G 105 of 255 = 41%
B 91 of 255 = 36%

51
105
91

R + G + B ~ 32%. #33695B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 105 + 91 = 247 (100%)
R 51 of 247 ~ 20.65%
G 105 of 247 ~ 42.51%
B 91 of 247 ~ 36.84%

%20.65
%42.51
%36.84

CMYK color model

#33695B color CMYK value is (51,0,13,59).

  • cyan value is 51.43%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 58.82%
CMYK:
(51,0,13,59)
C51M0Y13K59 
(51%,0%,13%,59%)
(0.51/0.00/0.13/0.59)	

CMYK percentages

%51.43
%0
%13.33
%58.82

Codes

Color #33695B in popluar color models

33695B
RGB5110591
HSL164°34.62%30.59%
HSB/HSV164°51.43%41.18%
CMYK51.43%0.00%13.33%
58.82%

Color #33695B in popluar number systems.

HEX33695B
Decimal5110591
Binary11001111010011011011
Octal63151133

Shades and tints

Shades of #33695B

#33695B
(51,105,91)
#2F6053
(47,96,83)
#2B574B
(43,87,75)
#274E43
(39,78,67)
#23453B
(35,69,59)
#1F3C33
(31,60,51)
#1B332B
(27,51,43)
#172A23
(23,42,35)
#13211B
(19,33,27)
#0F1813
(15,24,19)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #33695B

#33695B
(51,105,91)
#457669
(69,118,105)
#578377
(87,131,119)
#699085
(105,144,133)
#7B9D93
(123,157,147)
#8DAAA1
(141,170,161)
#9FB7AF
(159,183,175)
#B1C4BD
(177,196,189)
#C3D1CB
(195,209,203)
#D5DED9
(213,222,217)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33695B; }

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

This text font color is #33695B.


Background Color

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

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

This div background color is #33695B.


Border color

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

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

This div border color is #33695B.


Opacity

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

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

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

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

This text has shadow with #33695B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33695B on black background.


Color preview on white background

This text has color #33695B on white background.



Black color preview on #33695B background

This text has black color on #33695B background.


White color preview on #33695B background

This text has white color on #33695B background.