COLOR #336463

HEX: #336463
RGB: (51,100,99)

Color info

#336463 contains red, green and blue colors in about the same proportion. Web safe color of #336463 is #336666 (or #366).

RGB color model

#336463 color RGB value is (51,100,99).

  • red value is 51;
  • green value is 100;
  • blue value is 99.
RGB:
(51,100,99)
(20%,39%,39%)

RGB channels and saturation

R 51 of 255 = 20%
G 100 of 255 = 39%
B 99 of 255 = 39%

51
100
99

R + G + B ~ 33%. #336463 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 100 + 99 = 250 (100%)
R 51 of 250 ~ 20.4%
G 100 of 250 ~ 40%
B 99 of 250 ~ 39.6%

%20.4
%40
%39.6

CMYK color model

#336463 color CMYK value is (49,0,1,61).

  • cyan value is 49.00%
  • magenta value is 0.00%
  • yellow value is 1.00%
  • key color value is 60.78%
CMYK:
(49,0,1,61)
C49M0Y1K61 
(49%,0%,1%,61%)
(0.49/0.00/0.01/0.61)	

CMYK percentages

%49
%0
%1
%60.78

Codes

Color #336463 in popluar color models

336463
RGB5110099
HSL179°32.45%29.61%
HSB/HSV179°49.00%39.22%
CMYK49.00%0.00%1.00%
60.78%

Color #336463 in popluar number systems.

HEX336463
Decimal5110099
Binary11001111001001100011
Octal63144143

Shades and tints

Shades of #336463

#336463
(51,100,99)
#2F5B5A
(47,91,90)
#2B5251
(43,82,81)
#274948
(39,73,72)
#23403F
(35,64,63)
#1F3736
(31,55,54)
#1B2E2D
(27,46,45)
#172524
(23,37,36)
#131C1B
(19,28,27)
#0F1312
(15,19,18)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #336463

#336463
(51,100,99)
#457271
(69,114,113)
#57807F
(87,128,127)
#698E8D
(105,142,141)
#7B9C9B
(123,156,155)
#8DAAA9
(141,170,169)
#9FB8B7
(159,184,183)
#B1C6C5
(177,198,197)
#C3D4D3
(195,212,211)
#D5E2E1
(213,226,225)
#E7F0EF
(231,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336463 color. Also use rgb(51,100,99) instead hex code.

Text Font Color

.myTextColor { color: #336463; }

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

This text font color is #336463.


Background Color

.myBgColor { background-color: #336463; }

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

This div background color is #336463.


Border color

.myBorderColor { border: 1px solid #336463; }

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

This div border color is #336463.


Opacity

.myOpacity80 { color: #336463; opacity: 0.8; }

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

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

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

This text has shadow with #336463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336463 on black background.


Color preview on white background

This text has color #336463 on white background.



Black color preview on #336463 background

This text has black color on #336463 background.


White color preview on #336463 background

This text has white color on #336463 background.