COLOR #33747A

HEX: #33747A RGB: (51,116,122)

Color info

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

RGB color model

#33747A color RGB value is (51,116,122).

RGB: (51,116,122) (20%, 45%, 48%)

RGB channels and saturation

R 51 of 255 = 20%
G 116 of 255 = 45%
B 122 of 255 = 48%

51
116
122

R + G + B ~ 38%. #33747A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 116 + 122 = 289 (100%)
R 51 of 289 ~ 17.65%
G 116 of 289 ~ 40.14%
B 122 of 289 ~ 42.21'%

%17.65
%40.14
%42.21

CMYK color model

#33747A color CMYK value is (58,5,0,52).

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

CMYK: (58,5,0,52)
C58M5Y0K52 (58%, 5%, 0%, 52%)
(0.58 / 0.05 / 0.00 / 0.52)

CMYK percentages

%58.2
%4.92
%0
%52.16

Codes

Color #33747A in popluar color models

33 74 7A
RGB 51 116 122
HSL 185° 41.04% 33.92%
HSB/HSV 185° 58.20% 47.84%
CMYK 58.20% 4.92% 0.00%
52.16%

Color #33747A in popluar number systems.

HEX 33 74 7A
Decimal 51 116 122
Binary 110011 1110100 1111010
Octal 63 164 172

Shades and tints

Shades of #33747A

#33747A
(51,116,122)
#2F6A6F
(47,106,111)
#2B6064
(43,96,100)
#275659
(39,86,89)
#234C4E
(35,76,78)
#1F4243
(31,66,67)
#1B3838
(27,56,56)
#172E2D
(23,46,45)
#132422
(19,36,34)
#0F1A17
(15,26,23)
#0B100C
(11,16,12)
#000000
(0,0,0)

Tints of #33747A

#33747A
(51,116,122)
#458086
(69,128,134)
#578C92
(87,140,146)
#69989E
(105,152,158)
#7BA4AA
(123,164,170)
#8DB0B6
(141,176,182)
#9FBCC2
(159,188,194)
#B1C8CE
(177,200,206)
#C3D4DA
(195,212,218)
#D5E0E6
(213,224,230)
#E7ECF2
(231,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33747A; }

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

This text font color is #33747A.

Background Color

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

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

This div background color is #33747A.

Border color

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

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

This div border color is #33747A.

Opacity

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

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

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

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

This text has shadow with #33747A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33747A.

Preview

Color preview on black background

This text has color #33747A on black background.


Color preview on white background

This text has color #33747A on white background.


Black color preview on #33747A background

This text has black color on #33747A background.


White color preview on #33747A background

This text has white color on #33747A background.


Related colors

Complementary color

Complementary color for #hex is #CC8B85.


I love getcolorcode.com

Triadic colors

1 #7A3374 and #747A33 with #33747A are triadic colors.

2 #7A7433 and #74337A with #33747A are triadic colors.