COLOR #2F5537

HEX: #2F5537
RGB: (47,85,55)

Color info

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

RGB color model

#2F5537 color RGB value is (47,85,55).

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

RGB channels and saturation

R 47 of 255 = 18%
G 85 of 255 = 33%
B 55 of 255 = 22%

47
85
55

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

Portions of RGB colors in percentages

R + G + B =
47 + 85 + 55 = 187 (100%)
R 47 of 187 ~ 25.13%
G 85 of 187 ~ 45.45%
B 55 of 187 ~ 29.41%

%25.13
%45.45
%29.41

CMYK color model

#2F5537 color CMYK value is (45,0,35,67).

  • cyan value is 44.71%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 66.67%
CMYK:
(45,0,35,67)
C45M0Y35K67 
(45%,0%,35%,67%)
(0.45/0.00/0.35/0.67)	

CMYK percentages

%44.71
%0
%35.29
%66.67

Codes

Color #2F5537 in popluar color models

2F5537
RGB478555
HSL133°28.79%25.88%
HSB/HSV133°44.71%33.33%
CMYK44.71%0.00%35.29%
66.67%

Color #2F5537 in popluar number systems.

HEX2F5537
Decimal478555
Binary1011111010101110111
Octal5712567

Shades and tints

Shades of #2F5537

#2F5537
(47,85,55)
#2B4E32
(43,78,50)
#27472D
(39,71,45)
#234028
(35,64,40)
#1F3923
(31,57,35)
#1B321E
(27,50,30)
#172B19
(23,43,25)
#132414
(19,36,20)
#0F1D0F
(15,29,15)
#0B160A
(11,22,10)
#070F05
(7,15,5)
#000000
(0,0,0)

Tints of #2F5537

#2F5537
(47,85,55)
#416449
(65,100,73)
#53735B
(83,115,91)
#65826D
(101,130,109)
#77917F
(119,145,127)
#89A091
(137,160,145)
#9BAFA3
(155,175,163)
#ADBEB5
(173,190,181)
#BFCDC7
(191,205,199)
#D1DCD9
(209,220,217)
#E3EBEB
(227,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F5537; }

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

This text font color is #2F5537.


Background Color

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

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

This div background color is #2F5537.


Border color

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

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

This div border color is #2F5537.


Opacity

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

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

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

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

This text has shadow with #2F5537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5537 on black background.


Color preview on white background

This text has color #2F5537 on white background.



Black color preview on #2F5537 background

This text has black color on #2F5537 background.


White color preview on #2F5537 background

This text has white color on #2F5537 background.