COLOR #335245

HEX: #335245
RGB: (51,82,69)

Color info

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

RGB color model

#335245 color RGB value is (51,82,69).

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

RGB channels and saturation

R 51 of 255 = 20%
G 82 of 255 = 32%
B 69 of 255 = 27%

51
82
69

R + G + B ~ 26%. #335245 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 82 + 69 = 202 (100%)
R 51 of 202 ~ 25.25%
G 82 of 202 ~ 40.59%
B 69 of 202 ~ 34.16%

%25.25
%40.59
%34.16

CMYK color model

#335245 color CMYK value is (38,0,16,68).

  • cyan value is 37.80%
  • magenta value is 0.00%
  • yellow value is 15.85%
  • key color value is 67.84%
CMYK:
(38,0,16,68)
C38M0Y16K68 
(38%,0%,16%,68%)
(0.38/0.00/0.16/0.68)	

CMYK percentages

%37.8
%0
%15.85
%67.84

Codes

Color #335245 in popluar color models

335245
RGB518269
HSL155°23.31%26.08%
HSB/HSV155°37.80%32.16%
CMYK37.80%0.00%15.85%
67.84%

Color #335245 in popluar number systems.

HEX335245
Decimal518269
Binary11001110100101000101
Octal63122105

Shades and tints

Shades of #335245

#335245
(51,82,69)
#2F4B3F
(47,75,63)
#2B4439
(43,68,57)
#273D33
(39,61,51)
#23362D
(35,54,45)
#1F2F27
(31,47,39)
#1B2821
(27,40,33)
#17211B
(23,33,27)
#131A15
(19,26,21)
#0F130F
(15,19,15)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #335245

#335245
(51,82,69)
#456155
(69,97,85)
#577065
(87,112,101)
#697F75
(105,127,117)
#7B8E85
(123,142,133)
#8D9D95
(141,157,149)
#9FACA5
(159,172,165)
#B1BBB5
(177,187,181)
#C3CAC5
(195,202,197)
#D5D9D5
(213,217,213)
#E7E8E5
(231,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335245; }

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

This text font color is #335245.


Background Color

.myBgColor { background-color: #335245; }

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

This div background color is #335245.


Border color

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

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

This div border color is #335245.


Opacity

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

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

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

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

This text has shadow with #335245 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335245 on black background.


Color preview on white background

This text has color #335245 on white background.



Black color preview on #335245 background

This text has black color on #335245 background.


White color preview on #335245 background

This text has white color on #335245 background.