COLOR #2F5D07

HEX: #2F5D07
RGB: (47,93,7)

Color info

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

RGB color model

#2F5D07 color RGB value is (47,93,7).

  • red value is 47;
  • green value is 93;
  • blue value is 7.
RGB:
(47,93,7)
(18%,36%,3%)

RGB channels and saturation

R 47 of 255 = 18%
G 93 of 255 = 36%
B 7 of 255 = 3%

47
93
7

R + G + B ~ 19%. #2F5D07 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 93 + 7 = 147 (100%)
R 47 of 147 ~ 31.97%
G 93 of 147 ~ 63.27%
B 7 of 147 ~ 4.76%

%31.97
%63.27

CMYK color model

#2F5D07 color CMYK value is (49,0,92,64).

  • cyan value is 49.46%
  • magenta value is 0.00%
  • yellow value is 92.47%
  • key color value is 63.53%
CMYK:
(49,0,92,64)
C49M0Y92K64 
(49%,0%,92%,64%)
(0.49/0.00/0.92/0.64)	

CMYK percentages

%49.46
%0
%92.47
%63.53

Codes

Color #2F5D07 in popluar color models

2F5D07
RGB47937
HSL92°86.00%19.61%
HSB/HSV92°92.47%36.47%
CMYK49.46%0.00%92.47%
63.53%

Color #2F5D07 in popluar number systems.

HEX2F5D07
Decimal47937
Binary1011111011101111
Octal571357

Shades and tints

Shades of #2F5D07

#2F5D07
(47,93,7)
#2B5507
(43,85,7)
#274D07
(39,77,7)
#234507
(35,69,7)
#1F3D07
(31,61,7)
#1B3507
(27,53,7)
#172D07
(23,45,7)
#132507
(19,37,7)
#0F1D07
(15,29,7)
#0B1507
(11,21,7)
#070D07
(7,13,7)
#000000
(0,0,0)

Tints of #2F5D07

#2F5D07
(47,93,7)
#416B1D
(65,107,29)
#537933
(83,121,51)
#658749
(101,135,73)
#77955F
(119,149,95)
#89A375
(137,163,117)
#9BB18B
(155,177,139)
#ADBFA1
(173,191,161)
#BFCDB7
(191,205,183)
#D1DBCD
(209,219,205)
#E3E9E3
(227,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F5D07 color. Also use rgb(47,93,7) instead hex code.

Text Font Color

.myTextColor { color: #2F5D07; }

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

This text font color is #2F5D07.


Background Color

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

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

This div background color is #2F5D07.


Border color

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

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

This div border color is #2F5D07.


Opacity

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

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

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

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

This text has shadow with #2F5D07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5D07 on black background.


Color preview on white background

This text has color #2F5D07 on white background.



Black color preview on #2F5D07 background

This text has black color on #2F5D07 background.


White color preview on #2F5D07 background

This text has white color on #2F5D07 background.