COLOR #254D07

HEX: #254D07
RGB: (37,77,7)

Color info

#254D07 contains mainly red and green colors. Web safe color of #254D07 is #333300 (or #330).

RGB color model

#254D07 color RGB value is (37,77,7).

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

RGB channels and saturation

R 37 of 255 = 15%
G 77 of 255 = 30%
B 7 of 255 = 3%

37
77
7

R + G + B ~ 16%. #254D07 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 77 + 7 = 121 (100%)
R 37 of 121 ~ 30.58%
G 77 of 121 ~ 63.64%
B 7 of 121 ~ 5.79%

%30.58
%63.64

CMYK color model

#254D07 color CMYK value is (52,0,91,70).

  • cyan value is 51.95%
  • magenta value is 0.00%
  • yellow value is 90.91%
  • key color value is 69.80%
CMYK:
(52,0,91,70)
C52M0Y91K70 
(52%,0%,91%,70%)
(0.52/0.00/0.91/0.70)	

CMYK percentages

%51.95
%0
%90.91
%69.8

Codes

Color #254D07 in popluar color models

254D07
RGB37777
HSL94°83.33%16.47%
HSB/HSV94°90.91%30.20%
CMYK51.95%0.00%90.91%
69.80%

Color #254D07 in popluar number systems.

HEX254D07
Decimal37777
Binary1001011001101111
Octal451157

Shades and tints

Shades of #254D07

#254D07
(37,77,7)
#224607
(34,70,7)
#1F3F07
(31,63,7)
#1C3807
(28,56,7)
#193107
(25,49,7)
#162A07
(22,42,7)
#132307
(19,35,7)
#101C07
(16,28,7)
#0D1507
(13,21,7)
#0A0E07
(10,14,7)
#070707
(7,7,7)
#000000
(0,0,0)

Tints of #254D07

#254D07
(37,77,7)
#385D1D
(56,93,29)
#4B6D33
(75,109,51)
#5E7D49
(94,125,73)
#718D5F
(113,141,95)
#849D75
(132,157,117)
#97AD8B
(151,173,139)
#AABDA1
(170,189,161)
#BDCDB7
(189,205,183)
#D0DDCD
(208,221,205)
#E3EDE3
(227,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254D07 color. Also use rgb(37,77,7) instead hex code.

Text Font Color

.myTextColor { color: #254D07; }

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

This text font color is #254D07.


Background Color

.myBgColor { background-color: #254D07; }

<div style="background-color:#254D07">Inner text</div>

This div background color is #254D07.


Border color

.myBorderColor { border: 1px solid #254D07; }

<div style="border:3px solid #254D07">Div</div>

This div border color is #254D07.


Opacity

.myOpacity80 { color: #254D07; opacity: 0.8; }

<p style="color:#254D07;opacity:0.8;">80%</p>

Text with #254D07 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 #254D07;}

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

This text has shadow with #254D07 color.

.textShadow {text-shadow: 3px 3px 1px #254D07, 3px 3px 1px red;}

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

This text has shadow with #254D07 primary color and red secondary color.


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

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

This text has shadow with #254D07 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254D07 on black background.


Color preview on white background

This text has color #254D07 on white background.



Black color preview on #254D07 background

This text has black color on #254D07 background.


White color preview on #254D07 background

This text has white color on #254D07 background.