COLOR #25383E

HEX: #25383E
RGB: (37,56,62)

Color info

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

RGB color model

#25383E color RGB value is (37,56,62).

  • red value is 37;
  • green value is 56;
  • blue value is 62.
RGB:
(37,56,62)
(15%,22%,24%)

RGB channels and saturation

R 37 of 255 = 15%
G 56 of 255 = 22%
B 62 of 255 = 24%

37
56
62

R + G + B ~ 20%. #25383E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 56 + 62 = 155 (100%)
R 37 of 155 ~ 23.87%
G 56 of 155 ~ 36.13%
B 62 of 155 ~ 40%

%23.87
%36.13
%40

CMYK color model

#25383E color CMYK value is (40,10,0,76).

  • cyan value is 40.32%
  • magenta value is 9.68%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(40,10,0,76)
C40M10Y0K76 
(40%,10%,0%,76%)
(0.40/0.10/0.00/0.76)	

CMYK percentages

%40.32
%9.68
%0
%75.69

Codes

Color #25383E in popluar color models

25383E
RGB375662
HSL194°25.25%19.41%
HSB/HSV194°40.32%24.31%
CMYK40.32%9.68%0.00%
75.69%

Color #25383E in popluar number systems.

HEX25383E
Decimal375662
Binary100101111000111110
Octal457076

Shades and tints

Shades of #25383E

#25383E
(37,56,62)
#223339
(34,51,57)
#1F2E34
(31,46,52)
#1C292F
(28,41,47)
#19242A
(25,36,42)
#161F25
(22,31,37)
#131A20
(19,26,32)
#10151B
(16,21,27)
#0D1016
(13,16,22)
#0A0B11
(10,11,17)
#07060C
(7,6,12)
#000000
(0,0,0)

Tints of #25383E

#25383E
(37,56,62)
#384A4F
(56,74,79)
#4B5C60
(75,92,96)
#5E6E71
(94,110,113)
#718082
(113,128,130)
#849293
(132,146,147)
#97A4A4
(151,164,164)
#AAB6B5
(170,182,181)
#BDC8C6
(189,200,198)
#D0DAD7
(208,218,215)
#E3ECE8
(227,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25383E color. Also use rgb(37,56,62) instead hex code.

Text Font Color

.myTextColor { color: #25383E; }

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

This text font color is #25383E.


Background Color

.myBgColor { background-color: #25383E; }

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

This div background color is #25383E.


Border color

.myBorderColor { border: 1px solid #25383E; }

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

This div border color is #25383E.


Opacity

.myOpacity80 { color: #25383E; opacity: 0.8; }

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

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

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

This text has shadow with #25383E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25383E on black background.


Color preview on white background

This text has color #25383E on white background.



Black color preview on #25383E background

This text has black color on #25383E background.


White color preview on #25383E background

This text has white color on #25383E background.