COLOR #33695D

HEX: #33695D
RGB: (51,105,93)

Color info

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

RGB color model

#33695D color RGB value is (51,105,93).

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

RGB channels and saturation

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

51
105
93

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

Portions of RGB colors in percentages

R + G + B =
51 + 105 + 93 = 249 (100%)
R 51 of 249 ~ 20.48%
G 105 of 249 ~ 42.17%
B 93 of 249 ~ 37.35%

%20.48
%42.17
%37.35

CMYK color model

#33695D color CMYK value is (51,0,11,59).

  • cyan value is 51.43%
  • magenta value is 0.00%
  • yellow value is 11.43%
  • key color value is 58.82%
CMYK:
(51,0,11,59)
C51M0Y11K59 
(51%,0%,11%,59%)
(0.51/0.00/0.11/0.59)	

CMYK percentages

%51.43
%0
%11.43
%58.82

Codes

Color #33695D in popluar color models

33695D
RGB5110593
HSL167°34.62%30.59%
HSB/HSV167°51.43%41.18%
CMYK51.43%0.00%11.43%
58.82%

Color #33695D in popluar number systems.

HEX33695D
Decimal5110593
Binary11001111010011011101
Octal63151135

Shades and tints

Shades of #33695D

#33695D
(51,105,93)
#2F6055
(47,96,85)
#2B574D
(43,87,77)
#274E45
(39,78,69)
#23453D
(35,69,61)
#1F3C35
(31,60,53)
#1B332D
(27,51,45)
#172A25
(23,42,37)
#13211D
(19,33,29)
#0F1815
(15,24,21)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #33695D

#33695D
(51,105,93)
#45766B
(69,118,107)
#578379
(87,131,121)
#699087
(105,144,135)
#7B9D95
(123,157,149)
#8DAAA3
(141,170,163)
#9FB7B1
(159,183,177)
#B1C4BF
(177,196,191)
#C3D1CD
(195,209,205)
#D5DEDB
(213,222,219)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33695D; }

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

This text font color is #33695D.


Background Color

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

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

This div background color is #33695D.


Border color

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

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

This div border color is #33695D.


Opacity

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

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

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

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

This text has shadow with #33695D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33695D on black background.


Color preview on white background

This text has color #33695D on white background.



Black color preview on #33695D background

This text has black color on #33695D background.


White color preview on #33695D background

This text has white color on #33695D background.