COLOR #255F07

HEX: #255F07
RGB: (37,95,7)

Color info

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

RGB color model

#255F07 color RGB value is (37,95,7).

  • red value is 37;
  • green value is 95;
  • blue value is 7.
RGB:
(37,95,7)
(15%,37%,3%)

RGB channels and saturation

R 37 of 255 = 15%
G 95 of 255 = 37%
B 7 of 255 = 3%

37
95
7

R + G + B ~ 18%. #255F07 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 95 + 7 = 139 (100%)
R 37 of 139 ~ 26.62%
G 95 of 139 ~ 68.35%
B 7 of 139 ~ 5.04%

%26.62
%68.35

CMYK color model

#255F07 color CMYK value is (61,0,93,63).

  • cyan value is 61.05%
  • magenta value is 0.00%
  • yellow value is 92.63%
  • key color value is 62.75%
CMYK:
(61,0,93,63)
C61M0Y93K63 
(61%,0%,93%,63%)
(0.61/0.00/0.93/0.63)	

CMYK percentages

%61.05
%0
%92.63
%62.75

Codes

Color #255F07 in popluar color models

255F07
RGB37957
HSL100°86.27%20.00%
HSB/HSV100°92.63%37.25%
CMYK61.05%0.00%92.63%
62.75%

Color #255F07 in popluar number systems.

HEX255F07
Decimal37957
Binary1001011011111111
Octal451377

Shades and tints

Shades of #255F07

#255F07
(37,95,7)
#225707
(34,87,7)
#1F4F07
(31,79,7)
#1C4707
(28,71,7)
#193F07
(25,63,7)
#163707
(22,55,7)
#132F07
(19,47,7)
#102707
(16,39,7)
#0D1F07
(13,31,7)
#0A1707
(10,23,7)
#070F07
(7,15,7)
#000000
(0,0,0)

Tints of #255F07

#255F07
(37,95,7)
#386D1D
(56,109,29)
#4B7B33
(75,123,51)
#5E8949
(94,137,73)
#71975F
(113,151,95)
#84A575
(132,165,117)
#97B38B
(151,179,139)
#AAC1A1
(170,193,161)
#BDCFB7
(189,207,183)
#D0DDCD
(208,221,205)
#E3EBE3
(227,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #255F07 color. Also use rgb(37,95,7) instead hex code.

Text Font Color

.myTextColor { color: #255F07; }

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

This text font color is #255F07.


Background Color

.myBgColor { background-color: #255F07; }

<div style="background-color:#255F07">Inner text</div>

This div background color is #255F07.


Border color

.myBorderColor { border: 1px solid #255F07; }

<div style="border:3px solid #255F07">Div</div>

This div border color is #255F07.


Opacity

.myOpacity80 { color: #255F07; opacity: 0.8; }

<p style="color:#255F07;opacity:0.8;">80%</p>

Text with #255F07 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 #255F07;}

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

This text has shadow with #255F07 color.

.textShadow {text-shadow: 3px 3px 1px #255F07, 3px 3px 1px red;}

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

This text has shadow with #255F07 primary color and red secondary color.


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

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

This text has shadow with #255F07 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255F07 on black background.


Color preview on white background

This text has color #255F07 on white background.



Black color preview on #255F07 background

This text has black color on #255F07 background.


White color preview on #255F07 background

This text has white color on #255F07 background.