COLOR #2F5538

HEX: #2F5538
RGB: (47,85,56)

Color info

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

RGB color model

#2F5538 color RGB value is (47,85,56).

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

RGB channels and saturation

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

47
85
56

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

Portions of RGB colors in percentages

R + G + B =
47 + 85 + 56 = 188 (100%)
R 47 of 188 ~ 25%
G 85 of 188 ~ 45.21%
B 56 of 188 ~ 29.79%

%25
%45.21
%29.79

CMYK color model

#2F5538 color CMYK value is (45,0,34,67).

  • cyan value is 44.71%
  • magenta value is 0.00%
  • yellow value is 34.12%
  • key color value is 66.67%
CMYK:
(45,0,34,67)
C45M0Y34K67 
(45%,0%,34%,67%)
(0.45/0.00/0.34/0.67)	

CMYK percentages

%44.71
%0
%34.12
%66.67

Codes

Color #2F5538 in popluar color models

2F5538
RGB478556
HSL134°28.79%25.88%
HSB/HSV134°44.71%33.33%
CMYK44.71%0.00%34.12%
66.67%

Color #2F5538 in popluar number systems.

HEX2F5538
Decimal478556
Binary1011111010101111000
Octal5712570

Shades and tints

Shades of #2F5538

#2F5538
(47,85,56)
#2B4E33
(43,78,51)
#27472E
(39,71,46)
#234029
(35,64,41)
#1F3924
(31,57,36)
#1B321F
(27,50,31)
#172B1A
(23,43,26)
#132415
(19,36,21)
#0F1D10
(15,29,16)
#0B160B
(11,22,11)
#070F06
(7,15,6)
#000000
(0,0,0)

Tints of #2F5538

#2F5538
(47,85,56)
#41644A
(65,100,74)
#53735C
(83,115,92)
#65826E
(101,130,110)
#779180
(119,145,128)
#89A092
(137,160,146)
#9BAFA4
(155,175,164)
#ADBEB6
(173,190,182)
#BFCDC8
(191,205,200)
#D1DCDA
(209,220,218)
#E3EBEC
(227,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F5538; }

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

This text font color is #2F5538.


Background Color

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

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

This div background color is #2F5538.


Border color

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

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

This div border color is #2F5538.


Opacity

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

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

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

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

This text has shadow with #2F5538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5538 on black background.


Color preview on white background

This text has color #2F5538 on white background.



Black color preview on #2F5538 background

This text has black color on #2F5538 background.


White color preview on #2F5538 background

This text has white color on #2F5538 background.