COLOR #25403F

HEX: #25403F
RGB: (37,64,63)

Color info

#25403F contains red, green and blue colors in about the same proportion. Web safe color of #25403F is #333333 (or #333).

RGB color model

#25403F color RGB value is (37,64,63).

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

RGB channels and saturation

R 37 of 255 = 15%
G 64 of 255 = 25%
B 63 of 255 = 25%

37
64
63

R + G + B ~ 22%. #25403F is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 64 + 63 = 164 (100%)
R 37 of 164 ~ 22.56%
G 64 of 164 ~ 39.02%
B 63 of 164 ~ 38.41%

%22.56
%39.02
%38.41

CMYK color model

#25403F color CMYK value is (42,0,2,75).

  • cyan value is 42.19%
  • magenta value is 0.00%
  • yellow value is 1.56%
  • key color value is 74.90%
CMYK:
(42,0,2,75)
C42M0Y2K75 
(42%,0%,2%,75%)
(0.42/0.00/0.02/0.75)	

CMYK percentages

%42.19
%0
%1.56
%74.9

Codes

Color #25403F in popluar color models

25403F
RGB376463
HSL178°26.73%19.80%
HSB/HSV178°42.19%25.10%
CMYK42.19%0.00%1.56%
74.90%

Color #25403F in popluar number systems.

HEX25403F
Decimal376463
Binary1001011000000111111
Octal4510077

Shades and tints

Shades of #25403F

#25403F
(37,64,63)
#223B3A
(34,59,58)
#1F3635
(31,54,53)
#1C3130
(28,49,48)
#192C2B
(25,44,43)
#162726
(22,39,38)
#132221
(19,34,33)
#101D1C
(16,29,28)
#0D1817
(13,24,23)
#0A1312
(10,19,18)
#070E0D
(7,14,13)
#000000
(0,0,0)

Tints of #25403F

#25403F
(37,64,63)
#385150
(56,81,80)
#4B6261
(75,98,97)
#5E7372
(94,115,114)
#718483
(113,132,131)
#849594
(132,149,148)
#97A6A5
(151,166,165)
#AAB7B6
(170,183,182)
#BDC8C7
(189,200,199)
#D0D9D8
(208,217,216)
#E3EAE9
(227,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25403F; }

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

This text font color is #25403F.


Background Color

.myBgColor { background-color: #25403F; }

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

This div background color is #25403F.


Border color

.myBorderColor { border: 1px solid #25403F; }

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

This div border color is #25403F.


Opacity

.myOpacity80 { color: #25403F; opacity: 0.8; }

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

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

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

This text has shadow with #25403F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25403F on black background.


Color preview on white background

This text has color #25403F on white background.



Black color preview on #25403F background

This text has black color on #25403F background.


White color preview on #25403F background

This text has white color on #25403F background.