COLOR #2F533D

HEX: #2F533D
RGB: (47,83,61)

Color info

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

RGB color model

#2F533D color RGB value is (47,83,61).

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

RGB channels and saturation

R 47 of 255 = 18%
G 83 of 255 = 33%
B 61 of 255 = 24%

47
83
61

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

Portions of RGB colors in percentages

R + G + B =
47 + 83 + 61 = 191 (100%)
R 47 of 191 ~ 24.61%
G 83 of 191 ~ 43.46%
B 61 of 191 ~ 31.94%

%24.61
%43.46
%31.94

CMYK color model

#2F533D color CMYK value is (43,0,27,67).

  • cyan value is 43.37%
  • magenta value is 0.00%
  • yellow value is 26.51%
  • key color value is 67.45%
CMYK:
(43,0,27,67)
C43M0Y27K67 
(43%,0%,27%,67%)
(0.43/0.00/0.27/0.67)	

CMYK percentages

%43.37
%0
%26.51
%67.45

Codes

Color #2F533D in popluar color models

2F533D
RGB478361
HSL143°27.69%25.49%
HSB/HSV143°43.37%32.55%
CMYK43.37%0.00%26.51%
67.45%

Color #2F533D in popluar number systems.

HEX2F533D
Decimal478361
Binary1011111010011111101
Octal5712375

Shades and tints

Shades of #2F533D

#2F533D
(47,83,61)
#2B4C38
(43,76,56)
#274533
(39,69,51)
#233E2E
(35,62,46)
#1F3729
(31,55,41)
#1B3024
(27,48,36)
#17291F
(23,41,31)
#13221A
(19,34,26)
#0F1B15
(15,27,21)
#0B1410
(11,20,16)
#070D0B
(7,13,11)
#000000
(0,0,0)

Tints of #2F533D

#2F533D
(47,83,61)
#41624E
(65,98,78)
#53715F
(83,113,95)
#658070
(101,128,112)
#778F81
(119,143,129)
#899E92
(137,158,146)
#9BADA3
(155,173,163)
#ADBCB4
(173,188,180)
#BFCBC5
(191,203,197)
#D1DAD6
(209,218,214)
#E3E9E7
(227,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F533D; }

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

This text font color is #2F533D.


Background Color

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

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

This div background color is #2F533D.


Border color

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

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

This div border color is #2F533D.


Opacity

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

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

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

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

This text has shadow with #2F533D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F533D on black background.


Color preview on white background

This text has color #2F533D on white background.



Black color preview on #2F533D background

This text has black color on #2F533D background.


White color preview on #2F533D background

This text has white color on #2F533D background.