COLOR #33463D

HEX: #33463D RGB: (51,70,61)

Color info

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

RGB color model

#33463D color RGB value is (51,70,61).

RGB: (51,70,61) (20%, 27%, 24%)

RGB channels and saturation

R 51 of 255 = 20%
G 70 of 255 = 27%
B 61 of 255 = 24%

51
70
61

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

Portions of RGB colors in percentages

R + G + B = 51 + 70 + 61 = 182 (100%)
R 51 of 182 ~ 28.02%
G 70 of 182 ~ 38.46%
B 61 of 182 ~ 33.52'%

%28.02
%38.46
%33.52

CMYK color model

#33463D color CMYK value is (27,0,13,73).

  • cyan value is 27.14%
  • magenta value is 0.00%
  • yellow value is 12.86%
  • key color value is 72.55%

CMYK: (27,0,13,73)
C27M0Y13K73 (27%, 0%, 13%, 73%)
(0.27 / 0.00 / 0.13 / 0.73)

CMYK percentages

%27.14
%0
%12.86
%72.55

Codes

Color #33463D in popluar color models

33 46 3D
RGB 51 70 61
HSL 152° 15.70% 23.73%
HSB/HSV 152° 27.14% 27.45%
CMYK 27.14% 0.00% 12.86%
72.55%

Color #33463D in popluar number systems.

HEX 33 46 3D
Decimal 51 70 61
Binary 110011 1000110 111101
Octal 63 106 75

Shades and tints

Shades of #33463D

#33463D
(51,70,61)
#2F4038
(47,64,56)
#2B3A33
(43,58,51)
#27342E
(39,52,46)
#232E29
(35,46,41)
#1F2824
(31,40,36)
#1B221F
(27,34,31)
#171C1A
(23,28,26)
#131615
(19,22,21)
#0F1010
(15,16,16)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #33463D

#33463D
(51,70,61)
#45564E
(69,86,78)
#57665F
(87,102,95)
#697670
(105,118,112)
#7B8681
(123,134,129)
#8D9692
(141,150,146)
#9FA6A3
(159,166,163)
#B1B6B4
(177,182,180)
#C3C6C5
(195,198,197)
#D5D6D6
(213,214,214)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33463D; }

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

This text font color is #33463D.

Background Color

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

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

This div background color is #33463D.

Border color

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

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

This div border color is #33463D.

Opacity

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

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

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

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

This text has shadow with #33463D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33463D.

Preview

Color preview on black background

This text has color #33463D on black background.


Color preview on white background

This text has color #33463D on white background.


Black color preview on #33463D background

This text has black color on #33463D background.


White color preview on #33463D background

This text has white color on #33463D background.


Related colors

Complementary color

Complementary color for #hex is #CCB9C2.


I love getcolorcode.com

Triadic colors

1 #3D3346 and #463D33 with #33463D are triadic colors.

2 #3D4633 and #46333D with #33463D are triadic colors.