COLOR #2F5518

HEX: #2F5518
RGB: (47,85,24)

Color info

#2F5518 contains mainly red and green colors. Web safe color of #2F5518 is #336600 (or #360).

RGB color model

#2F5518 color RGB value is (47,85,24).

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

RGB channels and saturation

R 47 of 255 = 18%
G 85 of 255 = 33%
B 24 of 255 = 9%

47
85
24

R + G + B ~ 20%. #2F5518 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 85 + 24 = 156 (100%)
R 47 of 156 ~ 30.13%
G 85 of 156 ~ 54.49%
B 24 of 156 ~ 15.38%

%30.13
%54.49
%15.38

CMYK color model

#2F5518 color CMYK value is (45,0,72,67).

  • cyan value is 44.71%
  • magenta value is 0.00%
  • yellow value is 71.76%
  • key color value is 66.67%
CMYK:
(45,0,72,67)
C45M0Y72K67 
(45%,0%,72%,67%)
(0.45/0.00/0.72/0.67)	

CMYK percentages

%44.71
%0
%71.76
%66.67

Codes

Color #2F5518 in popluar color models

2F5518
RGB478524
HSL97°55.96%21.37%
HSB/HSV97°71.76%33.33%
CMYK44.71%0.00%71.76%
66.67%

Color #2F5518 in popluar number systems.

HEX2F5518
Decimal478524
Binary101111101010111000
Octal5712530

Shades and tints

Shades of #2F5518

#2F5518
(47,85,24)
#2B4E16
(43,78,22)
#274714
(39,71,20)
#234012
(35,64,18)
#1F3910
(31,57,16)
#1B320E
(27,50,14)
#172B0C
(23,43,12)
#13240A
(19,36,10)
#0F1D08
(15,29,8)
#0B1606
(11,22,6)
#070F04
(7,15,4)
#000000
(0,0,0)

Tints of #2F5518

#2F5518
(47,85,24)
#41642D
(65,100,45)
#537342
(83,115,66)
#658257
(101,130,87)
#77916C
(119,145,108)
#89A081
(137,160,129)
#9BAF96
(155,175,150)
#ADBEAB
(173,190,171)
#BFCDC0
(191,205,192)
#D1DCD5
(209,220,213)
#E3EBEA
(227,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F5518 color. Also use rgb(47,85,24) instead hex code.

Text Font Color

.myTextColor { color: #2F5518; }

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

This text font color is #2F5518.


Background Color

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

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

This div background color is #2F5518.


Border color

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

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

This div border color is #2F5518.


Opacity

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

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

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

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

This text has shadow with #2F5518 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5518 on black background.


Color preview on white background

This text has color #2F5518 on white background.



Black color preview on #2F5518 background

This text has black color on #2F5518 background.


White color preview on #2F5518 background

This text has white color on #2F5518 background.