COLOR #33493D

HEX: #33493D
RGB: (51,73,61)

Color info

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

RGB color model

#33493D color RGB value is (51,73,61).

  • red value is 51;
  • green value is 73;
  • blue value is 61.
RGB:
(51,73,61)
(20%,29%,24%)

RGB channels and saturation

R 51 of 255 = 20%
G 73 of 255 = 29%
B 61 of 255 = 24%

51
73
61

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

Portions of RGB colors in percentages

R + G + B =
51 + 73 + 61 = 185 (100%)
R 51 of 185 ~ 27.57%
G 73 of 185 ~ 39.46%
B 61 of 185 ~ 32.97%

%27.57
%39.46
%32.97

CMYK color model

#33493D color CMYK value is (30,0,16,71).

  • cyan value is 30.14%
  • magenta value is 0.00%
  • yellow value is 16.44%
  • key color value is 71.37%
CMYK:
(30,0,16,71)
C30M0Y16K71 
(30%,0%,16%,71%)
(0.30/0.00/0.16/0.71)	

CMYK percentages

%30.14
%0
%16.44
%71.37

Codes

Color #33493D in popluar color models

33493D
RGB517361
HSL147°17.74%24.31%
HSB/HSV147°30.14%28.63%
CMYK30.14%0.00%16.44%
71.37%

Color #33493D in popluar number systems.

HEX33493D
Decimal517361
Binary1100111001001111101
Octal6311175

Shades and tints

Shades of #33493D

#33493D
(51,73,61)
#2F4338
(47,67,56)
#2B3D33
(43,61,51)
#27372E
(39,55,46)
#233129
(35,49,41)
#1F2B24
(31,43,36)
#1B251F
(27,37,31)
#171F1A
(23,31,26)
#131915
(19,25,21)
#0F1310
(15,19,16)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #33493D

#33493D
(51,73,61)
#45594E
(69,89,78)
#57695F
(87,105,95)
#697970
(105,121,112)
#7B8981
(123,137,129)
#8D9992
(141,153,146)
#9FA9A3
(159,169,163)
#B1B9B4
(177,185,180)
#C3C9C5
(195,201,197)
#D5D9D6
(213,217,214)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33493D; }

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

This text font color is #33493D.


Background Color

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

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

This div background color is #33493D.


Border color

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

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

This div border color is #33493D.


Opacity

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

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

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

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

This text has shadow with #33493D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33493D on black background.


Color preview on white background

This text has color #33493D on white background.



Black color preview on #33493D background

This text has black color on #33493D background.


White color preview on #33493D background

This text has white color on #33493D background.