COLOR #254A01

HEX: #254A01
RGB: (37,74,1)

Color info

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

RGB color model

#254A01 color RGB value is (37,74,1).

  • red value is 37;
  • green value is 74;
  • blue value is 1.
RGB:
(37,74,1)
(15%,29%,0%)

RGB channels and saturation

R 37 of 255 = 15%
G 74 of 255 = 29%
B 1 of 255 = 0%

37
74
1

R + G + B ~ 15%. #254A01 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 74 + 1 = 112 (100%)
R 37 of 112 ~ 33.04%
G 74 of 112 ~ 66.07%
B 1 of 112 ~ 0.89%

%33.04
%66.07

CMYK color model

#254A01 color CMYK value is (50,0,99,71).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 98.65%
  • key color value is 70.98%
CMYK:
(50,0,99,71)
C50M0Y99K71 
(50%,0%,99%,71%)
(0.50/0.00/0.99/0.71)	

CMYK percentages

%50
%0
%98.65
%70.98

Codes

Color #254A01 in popluar color models

254A01
RGB37741
HSL90°97.33%14.71%
HSB/HSV90°98.65%29.02%
CMYK50.00%0.00%98.65%
70.98%

Color #254A01 in popluar number systems.

HEX254A01
Decimal37741
Binary10010110010101
Octal451121

Shades and tints

Shades of #254A01

#254A01
(37,74,1)
#224401
(34,68,1)
#1F3E01
(31,62,1)
#1C3801
(28,56,1)
#193201
(25,50,1)
#162C01
(22,44,1)
#132601
(19,38,1)
#102001
(16,32,1)
#0D1A01
(13,26,1)
#0A1401
(10,20,1)
#070E01
(7,14,1)
#000000
(0,0,0)

Tints of #254A01

#254A01
(37,74,1)
#385A18
(56,90,24)
#4B6A2F
(75,106,47)
#5E7A46
(94,122,70)
#718A5D
(113,138,93)
#849A74
(132,154,116)
#97AA8B
(151,170,139)
#AABAA2
(170,186,162)
#BDCAB9
(189,202,185)
#D0DAD0
(208,218,208)
#E3EAE7
(227,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254A01 color. Also use rgb(37,74,1) instead hex code.

Text Font Color

.myTextColor { color: #254A01; }

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

This text font color is #254A01.


Background Color

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

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

This div background color is #254A01.


Border color

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

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

This div border color is #254A01.


Opacity

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

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

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

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

This text has shadow with #254A01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254A01 on black background.


Color preview on white background

This text has color #254A01 on white background.



Black color preview on #254A01 background

This text has black color on #254A01 background.


White color preview on #254A01 background

This text has white color on #254A01 background.