COLOR #2F523E

HEX: #2F523E
RGB: (47,82,62)

Color info

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

RGB color model

#2F523E color RGB value is (47,82,62).

  • red value is 47;
  • green value is 82;
  • blue value is 62.
RGB:
(47,82,62)
(18%,32%,24%)

RGB channels and saturation

R 47 of 255 = 18%
G 82 of 255 = 32%
B 62 of 255 = 24%

47
82
62

R + G + B ~ 25%. #2F523E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 82 + 62 = 191 (100%)
R 47 of 191 ~ 24.61%
G 82 of 191 ~ 42.93%
B 62 of 191 ~ 32.46%

%24.61
%42.93
%32.46

CMYK color model

#2F523E color CMYK value is (43,0,24,68).

  • cyan value is 42.68%
  • magenta value is 0.00%
  • yellow value is 24.39%
  • key color value is 67.84%
CMYK:
(43,0,24,68)
C43M0Y24K68 
(43%,0%,24%,68%)
(0.43/0.00/0.24/0.68)	

CMYK percentages

%42.68
%0
%24.39
%67.84

Codes

Color #2F523E in popluar color models

2F523E
RGB478262
HSL146°27.13%25.29%
HSB/HSV146°42.68%32.16%
CMYK42.68%0.00%24.39%
67.84%

Color #2F523E in popluar number systems.

HEX2F523E
Decimal478262
Binary1011111010010111110
Octal5712276

Shades and tints

Shades of #2F523E

#2F523E
(47,82,62)
#2B4B39
(43,75,57)
#274434
(39,68,52)
#233D2F
(35,61,47)
#1F362A
(31,54,42)
#1B2F25
(27,47,37)
#172820
(23,40,32)
#13211B
(19,33,27)
#0F1A16
(15,26,22)
#0B1311
(11,19,17)
#070C0C
(7,12,12)
#000000
(0,0,0)

Tints of #2F523E

#2F523E
(47,82,62)
#41614F
(65,97,79)
#537060
(83,112,96)
#657F71
(101,127,113)
#778E82
(119,142,130)
#899D93
(137,157,147)
#9BACA4
(155,172,164)
#ADBBB5
(173,187,181)
#BFCAC6
(191,202,198)
#D1D9D7
(209,217,215)
#E3E8E8
(227,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F523E color. Also use rgb(47,82,62) instead hex code.

Text Font Color

.myTextColor { color: #2F523E; }

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

This text font color is #2F523E.


Background Color

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

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

This div background color is #2F523E.


Border color

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

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

This div border color is #2F523E.


Opacity

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

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

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

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

This text has shadow with #2F523E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F523E on black background.


Color preview on white background

This text has color #2F523E on white background.



Black color preview on #2F523E background

This text has black color on #2F523E background.


White color preview on #2F523E background

This text has white color on #2F523E background.