COLOR #2F5439

HEX: #2F5439
RGB: (47,84,57)

Color info

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

RGB color model

#2F5439 color RGB value is (47,84,57).

  • red value is 47;
  • green value is 84;
  • blue value is 57.
RGB:
(47,84,57)
(18%,33%,22%)

RGB channels and saturation

R 47 of 255 = 18%
G 84 of 255 = 33%
B 57 of 255 = 22%

47
84
57

R + G + B ~ 24%. #2F5439 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 84 + 57 = 188 (100%)
R 47 of 188 ~ 25%
G 84 of 188 ~ 44.68%
B 57 of 188 ~ 30.32%

%25
%44.68
%30.32

CMYK color model

#2F5439 color CMYK value is (44,0,32,67).

  • cyan value is 44.05%
  • magenta value is 0.00%
  • yellow value is 32.14%
  • key color value is 67.06%
CMYK:
(44,0,32,67)
C44M0Y32K67 
(44%,0%,32%,67%)
(0.44/0.00/0.32/0.67)	

CMYK percentages

%44.05
%0
%32.14
%67.06

Codes

Color #2F5439 in popluar color models

2F5439
RGB478457
HSL136°28.24%25.69%
HSB/HSV136°44.05%32.94%
CMYK44.05%0.00%32.14%
67.06%

Color #2F5439 in popluar number systems.

HEX2F5439
Decimal478457
Binary1011111010100111001
Octal5712471

Shades and tints

Shades of #2F5439

#2F5439
(47,84,57)
#2B4D34
(43,77,52)
#27462F
(39,70,47)
#233F2A
(35,63,42)
#1F3825
(31,56,37)
#1B3120
(27,49,32)
#172A1B
(23,42,27)
#132316
(19,35,22)
#0F1C11
(15,28,17)
#0B150C
(11,21,12)
#070E07
(7,14,7)
#000000
(0,0,0)

Tints of #2F5439

#2F5439
(47,84,57)
#41634B
(65,99,75)
#53725D
(83,114,93)
#65816F
(101,129,111)
#779081
(119,144,129)
#899F93
(137,159,147)
#9BAEA5
(155,174,165)
#ADBDB7
(173,189,183)
#BFCCC9
(191,204,201)
#D1DBDB
(209,219,219)
#E3EAED
(227,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F5439 color. Also use rgb(47,84,57) instead hex code.

Text Font Color

.myTextColor { color: #2F5439; }

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

This text font color is #2F5439.


Background Color

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

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

This div background color is #2F5439.


Border color

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

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

This div border color is #2F5439.


Opacity

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

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

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

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

This text has shadow with #2F5439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5439 on black background.


Color preview on white background

This text has color #2F5439 on white background.



Black color preview on #2F5439 background

This text has black color on #2F5439 background.


White color preview on #2F5439 background

This text has white color on #2F5439 background.