COLOR #33463C

HEX: #33463C RGB: (51,70,60)

Color info

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

RGB color model

#33463C color RGB value is (51,70,60).

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

RGB channels and saturation

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

51
70
60

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

Portions of RGB colors in percentages

R + G + B = 51 + 70 + 60 = 181 (100%)
R 51 of 181 ~ 28.18%
G 70 of 181 ~ 38.67%
B 60 of 181 ~ 33.15'%

%28.18
%38.67
%33.15

CMYK color model

#33463C color CMYK value is (27,0,14,73).

  • cyan value is 27.14%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 72.55%
CMYK: (27,0,14,73) C27M0Y14K73 (27%,0%,14%,73%) (0.27/0.00/0.14/0.73) 

CMYK percentages

%27.14
%0
%14.29
%72.55

Codes

Color #33463C in popluar color models

33 46 3C
RGB 51 70 60
HSL 148° 15.70% 23.73%
HSB/HSV 148° 27.14% 27.45%
CMYK 27.14% 0.00% 14.29%
72.55%

Color #33463C in popluar number systems.

HEX 33 46 3C
Decimal 51 70 60
Binary 110011 1000110 111100
Octal 63 106 74

Shades and tints

Shades of #33463C

#33463C
(51,70,60)
#2F4037
(47,64,55)
#2B3A32
(43,58,50)
#27342D
(39,52,45)
#232E28
(35,46,40)
#1F2823
(31,40,35)
#1B221E
(27,34,30)
#171C19
(23,28,25)
#131614
(19,22,20)
#0F100F
(15,16,15)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #33463C

#33463C
(51,70,60)
#45564D
(69,86,77)
#57665E
(87,102,94)
#69766F
(105,118,111)
#7B8680
(123,134,128)
#8D9691
(141,150,145)
#9FA6A2
(159,166,162)
#B1B6B3
(177,182,179)
#C3C6C4
(195,198,196)
#D5D6D5
(213,214,213)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33463C; }

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

This text font color is #33463C.

Background Color

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

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

This div background color is #33463C.

Border color

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

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

This div border color is #33463C.

Opacity

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

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

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

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

This text has shadow with #33463C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33463C.

Preview

Color preview on black background

This text has color #33463C on black background.


Color preview on white background

This text has color #33463C on white background.


Black color preview on #33463C background

This text has black color on #33463C background.


White color preview on #33463C background

This text has white color on #33463C background.


Related colors

Complementary color

Complementary color for #hex is #CCB9C3.


I love getcolorcode.com

Triadic colors

1 #3C3346 and #463C33 with #33463C are triadic colors.

2 #3C4633 and #46333C with #33463C are triadic colors.