COLOR #335E63

HEX: #335E63
RGB: (51,94,99)

Color info

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

RGB color model

#335E63 color RGB value is (51,94,99).

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

RGB channels and saturation

R 51 of 255 = 20%
G 94 of 255 = 37%
B 99 of 255 = 39%

51
94
99

R + G + B ~ 32%. #335E63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 94 + 99 = 244 (100%)
R 51 of 244 ~ 20.9%
G 94 of 244 ~ 38.52%
B 99 of 244 ~ 40.57%

%20.9
%38.52
%40.57

CMYK color model

#335E63 color CMYK value is (48,5,0,61).

  • cyan value is 48.48%
  • magenta value is 5.05%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(48,5,0,61)
C48M5Y0K61 
(48%,5%,0%,61%)
(0.48/0.05/0.00/0.61)	

CMYK percentages

%48.48
%5.05
%0
%61.18

Codes

Color #335E63 in popluar color models

335E63
RGB519499
HSL186°32.00%29.41%
HSB/HSV186°48.48%38.82%
CMYK48.48%5.05%0.00%
61.18%

Color #335E63 in popluar number systems.

HEX335E63
Decimal519499
Binary11001110111101100011
Octal63136143

Shades and tints

Shades of #335E63

#335E63
(51,94,99)
#2F565A
(47,86,90)
#2B4E51
(43,78,81)
#274648
(39,70,72)
#233E3F
(35,62,63)
#1F3636
(31,54,54)
#1B2E2D
(27,46,45)
#172624
(23,38,36)
#131E1B
(19,30,27)
#0F1612
(15,22,18)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #335E63

#335E63
(51,94,99)
#456C71
(69,108,113)
#577A7F
(87,122,127)
#69888D
(105,136,141)
#7B969B
(123,150,155)
#8DA4A9
(141,164,169)
#9FB2B7
(159,178,183)
#B1C0C5
(177,192,197)
#C3CED3
(195,206,211)
#D5DCE1
(213,220,225)
#E7EAEF
(231,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335E63; }

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

This text font color is #335E63.


Background Color

.myBgColor { background-color: #335E63; }

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

This div background color is #335E63.


Border color

.myBorderColor { border: 1px solid #335E63; }

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

This div border color is #335E63.


Opacity

.myOpacity80 { color: #335E63; opacity: 0.8; }

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

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

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

This text has shadow with #335E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335E63 on black background.


Color preview on white background

This text has color #335E63 on white background.



Black color preview on #335E63 background

This text has black color on #335E63 background.


White color preview on #335E63 background

This text has white color on #335E63 background.