COLOR #1F253E

HEX: #1F253E RGB: (31,37,62)

Color info

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

RGB color model

#1F253E color RGB value is (31,37,62).

RGB: (31,37,62) (12%, 15%, 24%)

RGB channels and saturation

R 31 of 255 = 12%
G 37 of 255 = 15%
B 62 of 255 = 24%

31
37
62

R + G + B ~ 17%. #1F253E is dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 37 + 62 = 130 (100%)
R 31 of 130 ~ 23.85%
G 37 of 130 ~ 28.46%
B 62 of 130 ~ 47.69'%

%23.85
%28.46
%47.69

CMYK color model

#1F253E color CMYK value is (50,40,0,76).

  • cyan value is 50.00%
  • magenta value is 40.32%
  • yellow value is 0.00%
  • key color value is 75.69%

CMYK: (50,40,0,76)
C50M40Y0K76 (50%, 40%, 0%, 76%)
(0.50 / 0.40 / 0.00 / 0.76)

CMYK percentages

%50
%40.32
%0
%75.69

Codes

Color #1F253E in popluar color models

1F 25 3E
RGB 31 37 62
HSL 228° 33.33% 18.24%
HSB/HSV 228° 50.00% 24.31%
CMYK 50.00% 40.32% 0.00%
75.69%

Color #1F253E in popluar number systems.

HEX 1F 25 3E
Decimal 31 37 62
Binary 11111 100101 111110
Octal 37 45 76

Shades and tints

Shades of #1F253E

#1F253E
(31,37,62)
#1D2239
(29,34,57)
#1B1F34
(27,31,52)
#191C2F
(25,28,47)
#17192A
(23,25,42)
#151625
(21,22,37)
#131320
(19,19,32)
#11101B
(17,16,27)
#0F0D16
(15,13,22)
#0D0A11
(13,10,17)
#0B070C
(11,7,12)
#000000
(0,0,0)

Tints of #1F253E

#1F253E
(31,37,62)
#33384F
(51,56,79)
#474B60
(71,75,96)
#5B5E71
(91,94,113)
#6F7182
(111,113,130)
#838493
(131,132,147)
#9797A4
(151,151,164)
#ABAAB5
(171,170,181)
#BFBDC6
(191,189,198)
#D3D0D7
(211,208,215)
#E7E3E8
(231,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F253E; }

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

This text font color is #1F253E.

Background Color

.myBgColor { background-color: #1F253E; }

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

This div background color is #1F253E.

Border color

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

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

This div border color is #1F253E.

Opacity

.myOpacity80 { color: #1F253E; opacity: 0.8; }

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

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

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

This text has shadow with #1F253E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F253E.

Preview

Color preview on black background

This text has color #1F253E on black background.


Color preview on white background

This text has color #1F253E on white background.


Black color preview on #1F253E background

This text has black color on #1F253E background.


White color preview on #1F253E background

This text has white color on #1F253E background.


Related colors

Complementary color

Complementary color for #hex is #E0DAC1.


I love getcolorcode.com

Triadic colors

1 #3E1F25 and #253E1F with #1F253E are triadic colors.

2 #3E251F and #251F3E with #1F253E are triadic colors.