COLOR #2F502A

HEX: #2F502A
RGB: (47,80,42)

Color info

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

RGB color model

#2F502A color RGB value is (47,80,42).

  • red value is 47;
  • green value is 80;
  • blue value is 42.
RGB:
(47,80,42)
(18%,31%,16%)

RGB channels and saturation

R 47 of 255 = 18%
G 80 of 255 = 31%
B 42 of 255 = 16%

47
80
42

R + G + B ~ 22%. #2F502A is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 80 + 42 = 169 (100%)
R 47 of 169 ~ 27.81%
G 80 of 169 ~ 47.34%
B 42 of 169 ~ 24.85%

%27.81
%47.34
%24.85

CMYK color model

#2F502A color CMYK value is (41,0,48,69).

  • cyan value is 41.25%
  • magenta value is 0.00%
  • yellow value is 47.50%
  • key color value is 68.63%
CMYK:
(41,0,48,69)
C41M0Y48K69 
(41%,0%,48%,69%)
(0.41/0.00/0.48/0.69)	

CMYK percentages

%41.25
%0
%47.5
%68.63

Codes

Color #2F502A in popluar color models

2F502A
RGB478042
HSL112°31.15%23.92%
HSB/HSV112°47.50%31.37%
CMYK41.25%0.00%47.50%
68.63%

Color #2F502A in popluar number systems.

HEX2F502A
Decimal478042
Binary1011111010000101010
Octal5712052

Shades and tints

Shades of #2F502A

#2F502A
(47,80,42)
#2B4927
(43,73,39)
#274224
(39,66,36)
#233B21
(35,59,33)
#1F341E
(31,52,30)
#1B2D1B
(27,45,27)
#172618
(23,38,24)
#131F15
(19,31,21)
#0F1812
(15,24,18)
#0B110F
(11,17,15)
#070A0C
(7,10,12)
#000000
(0,0,0)

Tints of #2F502A

#2F502A
(47,80,42)
#415F3D
(65,95,61)
#536E50
(83,110,80)
#657D63
(101,125,99)
#778C76
(119,140,118)
#899B89
(137,155,137)
#9BAA9C
(155,170,156)
#ADB9AF
(173,185,175)
#BFC8C2
(191,200,194)
#D1D7D5
(209,215,213)
#E3E6E8
(227,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F502A color. Also use rgb(47,80,42) instead hex code.

Text Font Color

.myTextColor { color: #2F502A; }

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

This text font color is #2F502A.


Background Color

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

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

This div background color is #2F502A.


Border color

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

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

This div border color is #2F502A.


Opacity

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

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

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

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

This text has shadow with #2F502A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F502A on black background.


Color preview on white background

This text has color #2F502A on white background.



Black color preview on #2F502A background

This text has black color on #2F502A background.


White color preview on #2F502A background

This text has white color on #2F502A background.