COLOR #2F5919

HEX: #2F5919
RGB: (47,89,25)

Color info

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

RGB color model

#2F5919 color RGB value is (47,89,25).

  • red value is 47;
  • green value is 89;
  • blue value is 25.
RGB:
(47,89,25)
(18%,35%,10%)

RGB channels and saturation

R 47 of 255 = 18%
G 89 of 255 = 35%
B 25 of 255 = 10%

47
89
25

R + G + B ~ 21%. #2F5919 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 89 + 25 = 161 (100%)
R 47 of 161 ~ 29.19%
G 89 of 161 ~ 55.28%
B 25 of 161 ~ 15.53%

%29.19
%55.28
%15.53

CMYK color model

#2F5919 color CMYK value is (47,0,72,65).

  • cyan value is 47.19%
  • magenta value is 0.00%
  • yellow value is 71.91%
  • key color value is 65.10%
CMYK:
(47,0,72,65)
C47M0Y72K65 
(47%,0%,72%,65%)
(0.47/0.00/0.72/0.65)	

CMYK percentages

%47.19
%0
%71.91
%65.1

Codes

Color #2F5919 in popluar color models

2F5919
RGB478925
HSL99°56.14%22.35%
HSB/HSV99°71.91%34.90%
CMYK47.19%0.00%71.91%
65.10%

Color #2F5919 in popluar number systems.

HEX2F5919
Decimal478925
Binary101111101100111001
Octal5713131

Shades and tints

Shades of #2F5919

#2F5919
(47,89,25)
#2B5117
(43,81,23)
#274915
(39,73,21)
#234113
(35,65,19)
#1F3911
(31,57,17)
#1B310F
(27,49,15)
#17290D
(23,41,13)
#13210B
(19,33,11)
#0F1909
(15,25,9)
#0B1107
(11,17,7)
#070905
(7,9,5)
#000000
(0,0,0)

Tints of #2F5919

#2F5919
(47,89,25)
#41682D
(65,104,45)
#537741
(83,119,65)
#658655
(101,134,85)
#779569
(119,149,105)
#89A47D
(137,164,125)
#9BB391
(155,179,145)
#ADC2A5
(173,194,165)
#BFD1B9
(191,209,185)
#D1E0CD
(209,224,205)
#E3EFE1
(227,239,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F5919 color. Also use rgb(47,89,25) instead hex code.

Text Font Color

.myTextColor { color: #2F5919; }

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

This text font color is #2F5919.


Background Color

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

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

This div background color is #2F5919.


Border color

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

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

This div border color is #2F5919.


Opacity

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

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

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

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

This text has shadow with #2F5919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5919 on black background.


Color preview on white background

This text has color #2F5919 on white background.



Black color preview on #2F5919 background

This text has black color on #2F5919 background.


White color preview on #2F5919 background

This text has white color on #2F5919 background.