COLOR #335F63

HEX: #335F63
RGB: (51,95,99)

Color info

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

RGB color model

#335F63 color RGB value is (51,95,99).

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

RGB channels and saturation

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

51
95
99

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

Portions of RGB colors in percentages

R + G + B =
51 + 95 + 99 = 245 (100%)
R 51 of 245 ~ 20.82%
G 95 of 245 ~ 38.78%
B 99 of 245 ~ 40.41%

%20.82
%38.78
%40.41

CMYK color model

#335F63 color CMYK value is (48,4,0,61).

  • cyan value is 48.48%
  • magenta value is 4.04%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(48,4,0,61)
C48M4Y0K61 
(48%,4%,0%,61%)
(0.48/0.04/0.00/0.61)	

CMYK percentages

%48.48
%4.04
%0
%61.18

Codes

Color #335F63 in popluar color models

335F63
RGB519599
HSL185°32.00%29.41%
HSB/HSV185°48.48%38.82%
CMYK48.48%4.04%0.00%
61.18%

Color #335F63 in popluar number systems.

HEX335F63
Decimal519599
Binary11001110111111100011
Octal63137143

Shades and tints

Shades of #335F63

#335F63
(51,95,99)
#2F575A
(47,87,90)
#2B4F51
(43,79,81)
#274748
(39,71,72)
#233F3F
(35,63,63)
#1F3736
(31,55,54)
#1B2F2D
(27,47,45)
#172724
(23,39,36)
#131F1B
(19,31,27)
#0F1712
(15,23,18)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #335F63

#335F63
(51,95,99)
#456D71
(69,109,113)
#577B7F
(87,123,127)
#69898D
(105,137,141)
#7B979B
(123,151,155)
#8DA5A9
(141,165,169)
#9FB3B7
(159,179,183)
#B1C1C5
(177,193,197)
#C3CFD3
(195,207,211)
#D5DDE1
(213,221,225)
#E7EBEF
(231,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335F63; }

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

This text font color is #335F63.


Background Color

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

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

This div background color is #335F63.


Border color

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

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

This div border color is #335F63.


Opacity

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

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

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

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

This text has shadow with #335F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335F63 on black background.


Color preview on white background

This text has color #335F63 on white background.



Black color preview on #335F63 background

This text has black color on #335F63 background.


White color preview on #335F63 background

This text has white color on #335F63 background.