COLOR #10252E

HEX: #10252E
RGB: (16,37,46)

Color info

#10252E contains red, green and blue colors in about the same proportion. Web safe color of #10252E is #003333 (or #033).

RGB color model

#10252E color RGB value is (16,37,46).

  • red value is 16;
  • green value is 37;
  • blue value is 46.
RGB:
(16,37,46)
(6%,15%,18%)

RGB channels and saturation

R 16 of 255 = 6%
G 37 of 255 = 15%
B 46 of 255 = 18%

16
37
46

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

Portions of RGB colors in percentages

R + G + B =
16 + 37 + 46 = 99 (100%)
R 16 of 99 ~ 16.16%
G 37 of 99 ~ 37.37%
B 46 of 99 ~ 46.46%

%16.16
%37.37
%46.46

CMYK color model

#10252E color CMYK value is (65,20,0,82).

  • cyan value is 65.22%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(65,20,0,82)
C65M20Y0K82 
(65%,20%,0%,82%)
(0.65/0.20/0.00/0.82)	

CMYK percentages

%65.22
%19.57
%0
%81.96

Codes

Color #10252E in popluar color models

10252E
RGB163746
HSL198°48.39%12.16%
HSB/HSV198°65.22%18.04%
CMYK65.22%19.57%0.00%
81.96%

Color #10252E in popluar number systems.

HEX10252E
Decimal163746
Binary10000100101101110
Octal204556

Shades and tints

Shades of #10252E

#10252E
(16,37,46)
#0F222A
(15,34,42)
#0E1F26
(14,31,38)
#0D1C22
(13,28,34)
#0C191E
(12,25,30)
#0B161A
(11,22,26)
#0A1316
(10,19,22)
#091012
(9,16,18)
#080D0E
(8,13,14)
#070A0A
(7,10,10)
#060706
(6,7,6)
#000000
(0,0,0)

Tints of #10252E

#10252E
(16,37,46)
#253841
(37,56,65)
#3A4B54
(58,75,84)
#4F5E67
(79,94,103)
#64717A
(100,113,122)
#79848D
(121,132,141)
#8E97A0
(142,151,160)
#A3AAB3
(163,170,179)
#B8BDC6
(184,189,198)
#CDD0D9
(205,208,217)
#E2E3EC
(226,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10252E color. Also use rgb(16,37,46) instead hex code.

Text Font Color

.myTextColor { color: #10252E; }

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

This text font color is #10252E.


Background Color

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

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

This div background color is #10252E.


Border color

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

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

This div border color is #10252E.


Opacity

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

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

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

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

This text has shadow with #10252E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #10252E on black background.


Color preview on white background

This text has color #10252E on white background.



Black color preview on #10252E background

This text has black color on #10252E background.


White color preview on #10252E background

This text has white color on #10252E background.