COLOR #2F5742

HEX: #2F5742
RGB: (47,87,66)

Color info

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

RGB color model

#2F5742 color RGB value is (47,87,66).

  • red value is 47;
  • green value is 87;
  • blue value is 66.
RGB:
(47,87,66)
(18%,34%,26%)

RGB channels and saturation

R 47 of 255 = 18%
G 87 of 255 = 34%
B 66 of 255 = 26%

47
87
66

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

Portions of RGB colors in percentages

R + G + B =
47 + 87 + 66 = 200 (100%)
R 47 of 200 ~ 23.5%
G 87 of 200 ~ 43.5%
B 66 of 200 ~ 33%

%23.5
%43.5
%33

CMYK color model

#2F5742 color CMYK value is (46,0,24,66).

  • cyan value is 45.98%
  • magenta value is 0.00%
  • yellow value is 24.14%
  • key color value is 65.88%
CMYK:
(46,0,24,66)
C46M0Y24K66 
(46%,0%,24%,66%)
(0.46/0.00/0.24/0.66)	

CMYK percentages

%45.98
%0
%24.14
%65.88

Codes

Color #2F5742 in popluar color models

2F5742
RGB478766
HSL149°29.85%26.27%
HSB/HSV149°45.98%34.12%
CMYK45.98%0.00%24.14%
65.88%

Color #2F5742 in popluar number systems.

HEX2F5742
Decimal478766
Binary10111110101111000010
Octal57127102

Shades and tints

Shades of #2F5742

#2F5742
(47,87,66)
#2B503C
(43,80,60)
#274936
(39,73,54)
#234230
(35,66,48)
#1F3B2A
(31,59,42)
#1B3424
(27,52,36)
#172D1E
(23,45,30)
#132618
(19,38,24)
#0F1F12
(15,31,18)
#0B180C
(11,24,12)
#071106
(7,17,6)
#000000
(0,0,0)

Tints of #2F5742

#2F5742
(47,87,66)
#416653
(65,102,83)
#537564
(83,117,100)
#658475
(101,132,117)
#779386
(119,147,134)
#89A297
(137,162,151)
#9BB1A8
(155,177,168)
#ADC0B9
(173,192,185)
#BFCFCA
(191,207,202)
#D1DEDB
(209,222,219)
#E3EDEC
(227,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F5742 color. Also use rgb(47,87,66) instead hex code.

Text Font Color

.myTextColor { color: #2F5742; }

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

This text font color is #2F5742.


Background Color

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

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

This div background color is #2F5742.


Border color

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

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

This div border color is #2F5742.


Opacity

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

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

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

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

This text has shadow with #2F5742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5742 on black background.


Color preview on white background

This text has color #2F5742 on white background.



Black color preview on #2F5742 background

This text has black color on #2F5742 background.


White color preview on #2F5742 background

This text has white color on #2F5742 background.