COLOR #254001

HEX: #254001
RGB: (37,64,1)

Color info

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

RGB color model

#254001 color RGB value is (37,64,1).

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

RGB channels and saturation

R 37 of 255 = 15%
G 64 of 255 = 25%
B 1 of 255 = 0%

37
64
1

R + G + B ~ 13%. #254001 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 64 + 1 = 102 (100%)
R 37 of 102 ~ 36.27%
G 64 of 102 ~ 62.75%
B 1 of 102 ~ 0.98%

%36.27
%62.75

CMYK color model

#254001 color CMYK value is (42,0,98,75).

  • cyan value is 42.19%
  • magenta value is 0.00%
  • yellow value is 98.44%
  • key color value is 74.90%
CMYK:
(42,0,98,75)
C42M0Y98K75 
(42%,0%,98%,75%)
(0.42/0.00/0.98/0.75)	

CMYK percentages

%42.19
%0
%98.44
%74.9

Codes

Color #254001 in popluar color models

254001
RGB37641
HSL86°96.92%12.75%
HSB/HSV86°98.44%25.10%
CMYK42.19%0.00%98.44%
74.90%

Color #254001 in popluar number systems.

HEX254001
Decimal37641
Binary10010110000001
Octal451001

Shades and tints

Shades of #254001

#254001
(37,64,1)
#223B01
(34,59,1)
#1F3601
(31,54,1)
#1C3101
(28,49,1)
#192C01
(25,44,1)
#162701
(22,39,1)
#132201
(19,34,1)
#101D01
(16,29,1)
#0D1801
(13,24,1)
#0A1301
(10,19,1)
#070E01
(7,14,1)
#000000
(0,0,0)

Tints of #254001

#254001
(37,64,1)
#385118
(56,81,24)
#4B622F
(75,98,47)
#5E7346
(94,115,70)
#71845D
(113,132,93)
#849574
(132,149,116)
#97A68B
(151,166,139)
#AAB7A2
(170,183,162)
#BDC8B9
(189,200,185)
#D0D9D0
(208,217,208)
#E3EAE7
(227,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #254001; }

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

This text font color is #254001.


Background Color

.myBgColor { background-color: #254001; }

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

This div background color is #254001.


Border color

.myBorderColor { border: 1px solid #254001; }

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

This div border color is #254001.


Opacity

.myOpacity80 { color: #254001; opacity: 0.8; }

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

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

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

This text has shadow with #254001 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254001 on black background.


Color preview on white background

This text has color #254001 on white background.



Black color preview on #254001 background

This text has black color on #254001 background.


White color preview on #254001 background

This text has white color on #254001 background.