COLOR #10250B

HEX: #10250B
RGB: (16,37,11)

Color info

#10250B contains red, green and blue colors in about the same proportion. Web safe color of #10250B is #003300 (or #030).

RGB color model

#10250B color RGB value is (16,37,11).

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

RGB channels and saturation

R 16 of 255 = 6%
G 37 of 255 = 15%
B 11 of 255 = 4%

16
37
11

R + G + B ~ 8%. #10250B is dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 37 + 11 = 64 (100%)
R 16 of 64 ~ 25%
G 37 of 64 ~ 57.81%
B 11 of 64 ~ 17.19%

%25
%57.81
%17.19

CMYK color model

#10250B color CMYK value is (57,0,70,85).

  • cyan value is 56.76%
  • magenta value is 0.00%
  • yellow value is 70.27%
  • key color value is 85.49%
CMYK:
(57,0,70,85)
C57M0Y70K85 
(57%,0%,70%,85%)
(0.57/0.00/0.70/0.85)	

CMYK percentages

%56.76
%0
%70.27
%85.49

Codes

Color #10250B in popluar color models

10250B
RGB163711
HSL108°54.17%9.41%
HSB/HSV108°70.27%14.51%
CMYK56.76%0.00%70.27%
85.49%

Color #10250B in popluar number systems.

HEX10250B
Decimal163711
Binary100001001011011
Octal204513

Shades and tints

Shades of #10250B

#10250B
(16,37,11)
#0F220A
(15,34,10)
#0E1F09
(14,31,9)
#0D1C08
(13,28,8)
#0C1907
(12,25,7)
#0B1606
(11,22,6)
#0A1305
(10,19,5)
#091004
(9,16,4)
#080D03
(8,13,3)
#070A02
(7,10,2)
#060701
(6,7,1)
#000000
(0,0,0)

Tints of #10250B

#10250B
(16,37,11)
#253821
(37,56,33)
#3A4B37
(58,75,55)
#4F5E4D
(79,94,77)
#647163
(100,113,99)
#798479
(121,132,121)
#8E978F
(142,151,143)
#A3AAA5
(163,170,165)
#B8BDBB
(184,189,187)
#CDD0D1
(205,208,209)
#E2E3E7
(226,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10250B color. Also use rgb(16,37,11) instead hex code.

Text Font Color

.myTextColor { color: #10250B; }

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

This text font color is #10250B.


Background Color

.myBgColor { background-color: #10250B; }

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

This div background color is #10250B.


Border color

.myBorderColor { border: 1px solid #10250B; }

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

This div border color is #10250B.


Opacity

.myOpacity80 { color: #10250B; opacity: 0.8; }

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

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

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

This text has shadow with #10250B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #10250B on black background.


Color preview on white background

This text has color #10250B on white background.



Black color preview on #10250B background

This text has black color on #10250B background.


White color preview on #10250B background

This text has white color on #10250B background.