COLOR #2F6343

HEX: #2F6343
RGB: (47,99,67)

Color info

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

RGB color model

#2F6343 color RGB value is (47,99,67).

  • red value is 47;
  • green value is 99;
  • blue value is 67.
RGB:
(47,99,67)
(18%,39%,26%)

RGB channels and saturation

R 47 of 255 = 18%
G 99 of 255 = 39%
B 67 of 255 = 26%

47
99
67

R + G + B ~ 28%. #2F6343 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 99 + 67 = 213 (100%)
R 47 of 213 ~ 22.07%
G 99 of 213 ~ 46.48%
B 67 of 213 ~ 31.46%

%22.07
%46.48
%31.46

CMYK color model

#2F6343 color CMYK value is (53,0,32,61).

  • cyan value is 52.53%
  • magenta value is 0.00%
  • yellow value is 32.32%
  • key color value is 61.18%
CMYK:
(53,0,32,61)
C53M0Y32K61 
(53%,0%,32%,61%)
(0.53/0.00/0.32/0.61)	

CMYK percentages

%52.53
%0
%32.32
%61.18

Codes

Color #2F6343 in popluar color models

2F6343
RGB479967
HSL143°35.62%28.63%
HSB/HSV143°52.53%38.82%
CMYK52.53%0.00%32.32%
61.18%

Color #2F6343 in popluar number systems.

HEX2F6343
Decimal479967
Binary10111111000111000011
Octal57143103

Shades and tints

Shades of #2F6343

#2F6343
(47,99,67)
#2B5A3D
(43,90,61)
#275137
(39,81,55)
#234831
(35,72,49)
#1F3F2B
(31,63,43)
#1B3625
(27,54,37)
#172D1F
(23,45,31)
#132419
(19,36,25)
#0F1B13
(15,27,19)
#0B120D
(11,18,13)
#070907
(7,9,7)
#000000
(0,0,0)

Tints of #2F6343

#2F6343
(47,99,67)
#417154
(65,113,84)
#537F65
(83,127,101)
#658D76
(101,141,118)
#779B87
(119,155,135)
#89A998
(137,169,152)
#9BB7A9
(155,183,169)
#ADC5BA
(173,197,186)
#BFD3CB
(191,211,203)
#D1E1DC
(209,225,220)
#E3EFED
(227,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F6343 color. Also use rgb(47,99,67) instead hex code.

Text Font Color

.myTextColor { color: #2F6343; }

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

This text font color is #2F6343.


Background Color

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

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

This div background color is #2F6343.


Border color

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

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

This div border color is #2F6343.


Opacity

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

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

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

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

This text has shadow with #2F6343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F6343 on black background.


Color preview on white background

This text has color #2F6343 on white background.



Black color preview on #2F6343 background

This text has black color on #2F6343 background.


White color preview on #2F6343 background

This text has white color on #2F6343 background.