COLOR #2F523B

HEX: #2F523B RGB: (47,82,59)

Color info

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

RGB color model

#2F523B color RGB value is (47,82,59).

RGB: (47,82,59) (18%, 32%, 23%)

RGB channels and saturation

R 47 of 255 = 18%
G 82 of 255 = 32%
B 59 of 255 = 23%

47
82
59

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

Portions of RGB colors in percentages

R + G + B = 47 + 82 + 59 = 188 (100%)
R 47 of 188 ~ 25%
G 82 of 188 ~ 43.62%
B 59 of 188 ~ 31.38'%

%25
%43.62
%31.38

CMYK color model

#2F523B color CMYK value is (43,0,28,68).

  • cyan value is 42.68%
  • magenta value is 0.00%
  • yellow value is 28.05%
  • key color value is 67.84%

CMYK: (43,0,28,68)
C43M0Y28K68 (43%, 0%, 28%, 68%)
(0.43 / 0.00 / 0.28 / 0.68)

CMYK percentages

%42.68
%0
%28.05
%67.84

Codes

Color #2F523B in popluar color models

2F 52 3B
RGB 47 82 59
HSL 141° 27.13% 25.29%
HSB/HSV 141° 42.68% 32.16%
CMYK 42.68% 0.00% 28.05%
67.84%

Color #2F523B in popluar number systems.

HEX 2F 52 3B
Decimal 47 82 59
Binary 101111 1010010 111011
Octal 57 122 73

Shades and tints

Shades of #2F523B

#2F523B
(47,82,59)
#2B4B36
(43,75,54)
#274431
(39,68,49)
#233D2C
(35,61,44)
#1F3627
(31,54,39)
#1B2F22
(27,47,34)
#17281D
(23,40,29)
#132118
(19,33,24)
#0F1A13
(15,26,19)
#0B130E
(11,19,14)
#070C09
(7,12,9)
#000000
(0,0,0)

Tints of #2F523B

#2F523B
(47,82,59)
#41614C
(65,97,76)
#53705D
(83,112,93)
#657F6E
(101,127,110)
#778E7F
(119,142,127)
#899D90
(137,157,144)
#9BACA1
(155,172,161)
#ADBBB2
(173,187,178)
#BFCAC3
(191,202,195)
#D1D9D4
(209,217,212)
#E3E8E5
(227,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F523B; }

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

This text font color is #2F523B.

Background Color

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

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

This div background color is #2F523B.

Border color

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

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

This div border color is #2F523B.

Opacity

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

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

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

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

This text has shadow with #2F523B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F523B.

Preview

Color preview on black background

This text has color #2F523B on black background.


Color preview on white background

This text has color #2F523B on white background.


Black color preview on #2F523B background

This text has black color on #2F523B background.


White color preview on #2F523B background

This text has white color on #2F523B background.


Related colors

Complementary color

Complementary color for #hex is #D0ADC4.


I love getcolorcode.com

Triadic colors

1 #3B2F52 and #523B2F with #2F523B are triadic colors.

2 #3B522F and #522F3B with #2F523B are triadic colors.