COLOR #335247

HEX: #335247
RGB: (51,82,71)

Color info

#335247 contains red, green and blue colors in about the same proportion. Web safe color of #335247 is #336633 (or #363).

RGB color model

#335247 color RGB value is (51,82,71).

  • red value is 51;
  • green value is 82;
  • blue value is 71.
RGB:
(51,82,71)
(20%,32%,28%)

RGB channels and saturation

R 51 of 255 = 20%
G 82 of 255 = 32%
B 71 of 255 = 28%

51
82
71

R + G + B ~ 27%. #335247 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 82 + 71 = 204 (100%)
R 51 of 204 ~ 25%
G 82 of 204 ~ 40.2%
B 71 of 204 ~ 34.8%

%25
%40.2
%34.8

CMYK color model

#335247 color CMYK value is (38,0,13,68).

  • cyan value is 37.80%
  • magenta value is 0.00%
  • yellow value is 13.41%
  • key color value is 67.84%
CMYK:
(38,0,13,68)
C38M0Y13K68 
(38%,0%,13%,68%)
(0.38/0.00/0.13/0.68)	

CMYK percentages

%37.8
%0
%13.41
%67.84

Codes

Color #335247 in popluar color models

335247
RGB518271
HSL159°23.31%26.08%
HSB/HSV159°37.80%32.16%
CMYK37.80%0.00%13.41%
67.84%

Color #335247 in popluar number systems.

HEX335247
Decimal518271
Binary11001110100101000111
Octal63122107

Shades and tints

Shades of #335247

#335247
(51,82,71)
#2F4B41
(47,75,65)
#2B443B
(43,68,59)
#273D35
(39,61,53)
#23362F
(35,54,47)
#1F2F29
(31,47,41)
#1B2823
(27,40,35)
#17211D
(23,33,29)
#131A17
(19,26,23)
#0F1311
(15,19,17)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #335247

#335247
(51,82,71)
#456157
(69,97,87)
#577067
(87,112,103)
#697F77
(105,127,119)
#7B8E87
(123,142,135)
#8D9D97
(141,157,151)
#9FACA7
(159,172,167)
#B1BBB7
(177,187,183)
#C3CAC7
(195,202,199)
#D5D9D7
(213,217,215)
#E7E8E7
(231,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335247 color. Also use rgb(51,82,71) instead hex code.

Text Font Color

.myTextColor { color: #335247; }

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

This text font color is #335247.


Background Color

.myBgColor { background-color: #335247; }

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

This div background color is #335247.


Border color

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

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

This div border color is #335247.


Opacity

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

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

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

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

This text has shadow with #335247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335247 on black background.


Color preview on white background

This text has color #335247 on white background.



Black color preview on #335247 background

This text has black color on #335247 background.


White color preview on #335247 background

This text has white color on #335247 background.