COLOR #335A48

HEX: #335A48
RGB: (51,90,72)

Color info

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

RGB color model

#335A48 color RGB value is (51,90,72).

  • red value is 51;
  • green value is 90;
  • blue value is 72.
RGB:
(51,90,72)
(20%,35%,28%)

RGB channels and saturation

R 51 of 255 = 20%
G 90 of 255 = 35%
B 72 of 255 = 28%

51
90
72

R + G + B ~ 28%. #335A48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 90 + 72 = 213 (100%)
R 51 of 213 ~ 23.94%
G 90 of 213 ~ 42.25%
B 72 of 213 ~ 33.8%

%23.94
%42.25
%33.8

CMYK color model

#335A48 color CMYK value is (43,0,20,65).

  • cyan value is 43.33%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 64.71%
CMYK:
(43,0,20,65)
C43M0Y20K65 
(43%,0%,20%,65%)
(0.43/0.00/0.20/0.65)	

CMYK percentages

%43.33
%0
%20
%64.71

Codes

Color #335A48 in popluar color models

335A48
RGB519072
HSL152°27.66%27.65%
HSB/HSV152°43.33%35.29%
CMYK43.33%0.00%20.00%
64.71%

Color #335A48 in popluar number systems.

HEX335A48
Decimal519072
Binary11001110110101001000
Octal63132110

Shades and tints

Shades of #335A48

#335A48
(51,90,72)
#2F5242
(47,82,66)
#2B4A3C
(43,74,60)
#274236
(39,66,54)
#233A30
(35,58,48)
#1F322A
(31,50,42)
#1B2A24
(27,42,36)
#17221E
(23,34,30)
#131A18
(19,26,24)
#0F1212
(15,18,18)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #335A48

#335A48
(51,90,72)
#456958
(69,105,88)
#577868
(87,120,104)
#698778
(105,135,120)
#7B9688
(123,150,136)
#8DA598
(141,165,152)
#9FB4A8
(159,180,168)
#B1C3B8
(177,195,184)
#C3D2C8
(195,210,200)
#D5E1D8
(213,225,216)
#E7F0E8
(231,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335A48 color. Also use rgb(51,90,72) instead hex code.

Text Font Color

.myTextColor { color: #335A48; }

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

This text font color is #335A48.


Background Color

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

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

This div background color is #335A48.


Border color

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

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

This div border color is #335A48.


Opacity

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

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

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

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

This text has shadow with #335A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335A48 on black background.


Color preview on white background

This text has color #335A48 on white background.



Black color preview on #335A48 background

This text has black color on #335A48 background.


White color preview on #335A48 background

This text has white color on #335A48 background.