COLOR #10250C

HEX: #10250C
RGB: (16,37,12)

Color info

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

RGB color model

#10250C color RGB value is (16,37,12).

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

RGB channels and saturation

R 16 of 255 = 6%
G 37 of 255 = 15%
B 12 of 255 = 5%

16
37
12

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

Portions of RGB colors in percentages

R + G + B =
16 + 37 + 12 = 65 (100%)
R 16 of 65 ~ 24.62%
G 37 of 65 ~ 56.92%
B 12 of 65 ~ 18.46%

%24.62
%56.92
%18.46

CMYK color model

#10250C color CMYK value is (57,0,68,85).

  • cyan value is 56.76%
  • magenta value is 0.00%
  • yellow value is 67.57%
  • key color value is 85.49%
CMYK:
(57,0,68,85)
C57M0Y68K85 
(57%,0%,68%,85%)
(0.57/0.00/0.68/0.85)	

CMYK percentages

%56.76
%0
%67.57
%85.49

Codes

Color #10250C in popluar color models

10250C
RGB163712
HSL110°51.02%9.61%
HSB/HSV110°67.57%14.51%
CMYK56.76%0.00%67.57%
85.49%

Color #10250C in popluar number systems.

HEX10250C
Decimal163712
Binary100001001011100
Octal204514

Shades and tints

Shades of #10250C

#10250C
(16,37,12)
#0F220B
(15,34,11)
#0E1F0A
(14,31,10)
#0D1C09
(13,28,9)
#0C1908
(12,25,8)
#0B1607
(11,22,7)
#0A1306
(10,19,6)
#091005
(9,16,5)
#080D04
(8,13,4)
#070A03
(7,10,3)
#060702
(6,7,2)
#000000
(0,0,0)

Tints of #10250C

#10250C
(16,37,12)
#253822
(37,56,34)
#3A4B38
(58,75,56)
#4F5E4E
(79,94,78)
#647164
(100,113,100)
#79847A
(121,132,122)
#8E9790
(142,151,144)
#A3AAA6
(163,170,166)
#B8BDBC
(184,189,188)
#CDD0D2
(205,208,210)
#E2E3E8
(226,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #10250C; }

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

This text font color is #10250C.


Background Color

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

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

This div background color is #10250C.


Border color

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

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

This div border color is #10250C.


Opacity

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

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

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

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

This text has shadow with #10250C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #10250C on black background.


Color preview on white background

This text has color #10250C on white background.



Black color preview on #10250C background

This text has black color on #10250C background.


White color preview on #10250C background

This text has white color on #10250C background.