COLOR #2F5C55

HEX: #2F5C55
RGB: (47,92,85)

Color info

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

RGB color model

#2F5C55 color RGB value is (47,92,85).

  • red value is 47;
  • green value is 92;
  • blue value is 85.
RGB:
(47,92,85)
(18%,36%,33%)

RGB channels and saturation

R 47 of 255 = 18%
G 92 of 255 = 36%
B 85 of 255 = 33%

47
92
85

R + G + B ~ 29%. #2F5C55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 92 + 85 = 224 (100%)
R 47 of 224 ~ 20.98%
G 92 of 224 ~ 41.07%
B 85 of 224 ~ 37.95%

%20.98
%41.07
%37.95

CMYK color model

#2F5C55 color CMYK value is (49,0,8,64).

  • cyan value is 48.91%
  • magenta value is 0.00%
  • yellow value is 7.61%
  • key color value is 63.92%
CMYK:
(49,0,8,64)
C49M0Y8K64 
(49%,0%,8%,64%)
(0.49/0.00/0.08/0.64)	

CMYK percentages

%48.91
%0
%7.61
%63.92

Codes

Color #2F5C55 in popluar color models

2F5C55
RGB479285
HSL171°32.37%27.25%
HSB/HSV171°48.91%36.08%
CMYK48.91%0.00%7.61%
63.92%

Color #2F5C55 in popluar number systems.

HEX2F5C55
Decimal479285
Binary10111110111001010101
Octal57134125

Shades and tints

Shades of #2F5C55

#2F5C55
(47,92,85)
#2B544E
(43,84,78)
#274C47
(39,76,71)
#234440
(35,68,64)
#1F3C39
(31,60,57)
#1B3432
(27,52,50)
#172C2B
(23,44,43)
#132424
(19,36,36)
#0F1C1D
(15,28,29)
#0B1416
(11,20,22)
#070C0F
(7,12,15)
#000000
(0,0,0)

Tints of #2F5C55

#2F5C55
(47,92,85)
#416A64
(65,106,100)
#537873
(83,120,115)
#658682
(101,134,130)
#779491
(119,148,145)
#89A2A0
(137,162,160)
#9BB0AF
(155,176,175)
#ADBEBE
(173,190,190)
#BFCCCD
(191,204,205)
#D1DADC
(209,218,220)
#E3E8EB
(227,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F5C55 color. Also use rgb(47,92,85) instead hex code.

Text Font Color

.myTextColor { color: #2F5C55; }

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

This text font color is #2F5C55.


Background Color

.myBgColor { background-color: #2F5C55; }

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

This div background color is #2F5C55.


Border color

.myBorderColor { border: 1px solid #2F5C55; }

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

This div border color is #2F5C55.


Opacity

.myOpacity80 { color: #2F5C55; opacity: 0.8; }

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

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

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

This text has shadow with #2F5C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5C55 on black background.


Color preview on white background

This text has color #2F5C55 on white background.



Black color preview on #2F5C55 background

This text has black color on #2F5C55 background.


White color preview on #2F5C55 background

This text has white color on #2F5C55 background.