COLOR #33697A

HEX: #33697A RGB: (51,105,122)

Color info

#33697A contains mainly green and blue colors. Web safe color of #33697A is #336666 (or #366).

RGB color model

#33697A color RGB value is (51,105,122).

RGB: (51,105,122) (20%, 41%, 48%)

RGB channels and saturation

R 51 of 255 = 20%
G 105 of 255 = 41%
B 122 of 255 = 48%

51
105
122

R + G + B ~ 36%. #33697A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 105 + 122 = 278 (100%)
R 51 of 278 ~ 18.35%
G 105 of 278 ~ 37.77%
B 122 of 278 ~ 43.88'%

%18.35
%37.77
%43.88

CMYK color model

#33697A color CMYK value is (58,14,0,52).

  • cyan value is 58.20%
  • magenta value is 13.93%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (58,14,0,52)
C58M14Y0K52 (58%, 14%, 0%, 52%)
(0.58 / 0.14 / 0.00 / 0.52)

CMYK percentages

%58.2
%13.93
%0
%52.16

Codes

Color #33697A in popluar color models

33 69 7A
RGB 51 105 122
HSL 194° 41.04% 33.92%
HSB/HSV 194° 58.20% 47.84%
CMYK 58.20% 13.93% 0.00%
52.16%

Color #33697A in popluar number systems.

HEX 33 69 7A
Decimal 51 105 122
Binary 110011 1101001 1111010
Octal 63 151 172

Shades and tints

Shades of #33697A

#33697A
(51,105,122)
#2F606F
(47,96,111)
#2B5764
(43,87,100)
#274E59
(39,78,89)
#23454E
(35,69,78)
#1F3C43
(31,60,67)
#1B3338
(27,51,56)
#172A2D
(23,42,45)
#132122
(19,33,34)
#0F1817
(15,24,23)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #33697A

#33697A
(51,105,122)
#457686
(69,118,134)
#578392
(87,131,146)
#69909E
(105,144,158)
#7B9DAA
(123,157,170)
#8DAAB6
(141,170,182)
#9FB7C2
(159,183,194)
#B1C4CE
(177,196,206)
#C3D1DA
(195,209,218)
#D5DEE6
(213,222,230)
#E7EBF2
(231,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33697A color. Also use rgb(51,105,122) instead hex code.

Text Font Color

.myTextColor { color: #33697A; }

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

This text font color is #33697A.

Background Color

.myBgColor { background-color: #33697A; }

<div style="background-color:#33697A">Inner text</div>

This div background color is #33697A.

Border color

.myBorderColor { border: 1px solid #33697A; }

<div style="border:3px solid #33697A">Div</div>

This div border color is #33697A.

Opacity

.myOpacity80 { color: #33697A; opacity: 0.8; }

<p style="color:#33697A;opacity:0.8;">80%</p>

Text with #33697A 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 #33697A;}

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

This text has shadow with #33697A color.


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

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

This text has shadow with #33697A primary color and red secondary color.


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

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

This text has shadow with #33697A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #33697A.

Preview

Color preview on black background

This text has color #33697A on black background.


Color preview on white background

This text has color #33697A on white background.


Black color preview on #33697A background

This text has black color on #33697A background.


White color preview on #33697A background

This text has white color on #33697A background.


Related colors

Complementary color

Complementary color for #hex is #CC9685.


I love getcolorcode.com

Triadic colors

1 #7A3369 and #697A33 with #33697A are triadic colors.

2 #7A6933 and #69337A with #33697A are triadic colors.