COLOR #2F523D

HEX: #2F523D
RGB: (47,82,61)

Color info

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

RGB color model

#2F523D color RGB value is (47,82,61).

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

RGB channels and saturation

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

47
82
61

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

Portions of RGB colors in percentages

R + G + B =
47 + 82 + 61 = 190 (100%)
R 47 of 190 ~ 24.74%
G 82 of 190 ~ 43.16%
B 61 of 190 ~ 32.11%

%24.74
%43.16
%32.11

CMYK color model

#2F523D color CMYK value is (43,0,26,68).

  • cyan value is 42.68%
  • magenta value is 0.00%
  • yellow value is 25.61%
  • key color value is 67.84%
CMYK:
(43,0,26,68)
C43M0Y26K68 
(43%,0%,26%,68%)
(0.43/0.00/0.26/0.68)	

CMYK percentages

%42.68
%0
%25.61
%67.84

Codes

Color #2F523D in popluar color models

2F523D
RGB478261
HSL144°27.13%25.29%
HSB/HSV144°42.68%32.16%
CMYK42.68%0.00%25.61%
67.84%

Color #2F523D in popluar number systems.

HEX2F523D
Decimal478261
Binary1011111010010111101
Octal5712275

Shades and tints

Shades of #2F523D

#2F523D
(47,82,61)
#2B4B38
(43,75,56)
#274433
(39,68,51)
#233D2E
(35,61,46)
#1F3629
(31,54,41)
#1B2F24
(27,47,36)
#17281F
(23,40,31)
#13211A
(19,33,26)
#0F1A15
(15,26,21)
#0B1310
(11,19,16)
#070C0B
(7,12,11)
#000000
(0,0,0)

Tints of #2F523D

#2F523D
(47,82,61)
#41614E
(65,97,78)
#53705F
(83,112,95)
#657F70
(101,127,112)
#778E81
(119,142,129)
#899D92
(137,157,146)
#9BACA3
(155,172,163)
#ADBBB4
(173,187,180)
#BFCAC5
(191,202,197)
#D1D9D6
(209,217,214)
#E3E8E7
(227,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F523D; }

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

This text font color is #2F523D.


Background Color

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

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

This div background color is #2F523D.


Border color

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

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

This div border color is #2F523D.


Opacity

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

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

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

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

This text has shadow with #2F523D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F523D on black background.


Color preview on white background

This text has color #2F523D on white background.



Black color preview on #2F523D background

This text has black color on #2F523D background.


White color preview on #2F523D background

This text has white color on #2F523D background.