COLOR #33493A

HEX: #33493A RGB: (51,73,58)

Color info

#33493A contains red, green and blue colors in about the same proportion. Web safe color of #33493A is #333333 (or #333).

RGB color model

#33493A color RGB value is (51,73,58).

RGB: (51,73,58) (20%, 29%, 23%)

RGB channels and saturation

R 51 of 255 = 20%
G 73 of 255 = 29%
B 58 of 255 = 23%

51
73
58

R + G + B ~ 24%. #33493A is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 73 + 58 = 182 (100%)
R 51 of 182 ~ 28.02%
G 73 of 182 ~ 40.11%
B 58 of 182 ~ 31.87'%

%28.02
%40.11
%31.87

CMYK color model

#33493A color CMYK value is (30,0,21,71).

  • cyan value is 30.14%
  • magenta value is 0.00%
  • yellow value is 20.55%
  • key color value is 71.37%

CMYK: (30,0,21,71)
C30M0Y21K71 (30%, 0%, 21%, 71%)
(0.30 / 0.00 / 0.21 / 0.71)

CMYK percentages

%30.14
%0
%20.55
%71.37

Codes

Color #33493A in popluar color models

33 49 3A
RGB 51 73 58
HSL 139° 17.74% 24.31%
HSB/HSV 139° 30.14% 28.63%
CMYK 30.14% 0.00% 20.55%
71.37%

Color #33493A in popluar number systems.

HEX 33 49 3A
Decimal 51 73 58
Binary 110011 1001001 111010
Octal 63 111 72

Shades and tints

Shades of #33493A

#33493A
(51,73,58)
#2F4335
(47,67,53)
#2B3D30
(43,61,48)
#27372B
(39,55,43)
#233126
(35,49,38)
#1F2B21
(31,43,33)
#1B251C
(27,37,28)
#171F17
(23,31,23)
#131912
(19,25,18)
#0F130D
(15,19,13)
#0B0D08
(11,13,8)
#000000
(0,0,0)

Tints of #33493A

#33493A
(51,73,58)
#45594B
(69,89,75)
#57695C
(87,105,92)
#69796D
(105,121,109)
#7B897E
(123,137,126)
#8D998F
(141,153,143)
#9FA9A0
(159,169,160)
#B1B9B1
(177,185,177)
#C3C9C2
(195,201,194)
#D5D9D3
(213,217,211)
#E7E9E4
(231,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33493A color. Also use rgb(51,73,58) instead hex code.

Text Font Color

.myTextColor { color: #33493A; }

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

This text font color is #33493A.

Background Color

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

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

This div background color is #33493A.

Border color

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

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

This div border color is #33493A.

Opacity

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

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

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

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

This text has shadow with #33493A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33493A.

Preview

Color preview on black background

This text has color #33493A on black background.


Color preview on white background

This text has color #33493A on white background.


Black color preview on #33493A background

This text has black color on #33493A background.


White color preview on #33493A background

This text has white color on #33493A background.


Related colors

Complementary color

Complementary color for #hex is #CCB6C5.


I love getcolorcode.com

Triadic colors

1 #3A3349 and #493A33 with #33493A are triadic colors.

2 #3A4933 and #49333A with #33493A are triadic colors.