COLOR #250C1A

HEX: #250C1A
RGB: (37,12,26)

Color info

#250C1A contains red, green and blue colors in about the same proportion. Web safe color of #250C1A is #330000 (or #300).

RGB color model

#250C1A color RGB value is (37,12,26).

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

RGB channels and saturation

R 37 of 255 = 15%
G 12 of 255 = 5%
B 26 of 255 = 10%

37
12
26

R + G + B ~ 10%. #250C1A is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 12 + 26 = 75 (100%)
R 37 of 75 ~ 49.33%
G 12 of 75 ~ 16%
B 26 of 75 ~ 34.67%

%49.33
%16
%34.67

CMYK color model

#250C1A color CMYK value is (0,68,30,85).

  • cyan value is 0.00%
  • magenta value is 67.57%
  • yellow value is 29.73%
  • key color value is 85.49%
CMYK:
(0,68,30,85)
C0M68Y30K85 
(0%,68%,30%,85%)
(0.00/0.68/0.30/0.85)	

CMYK percentages

%0
%67.57
%29.73
%85.49

Codes

Color #250C1A in popluar color models

250C1A
RGB371226
HSL326°51.02%9.61%
HSB/HSV326°67.57%14.51%
CMYK0.00%67.57%29.73%
85.49%

Color #250C1A in popluar number systems.

HEX250C1A
Decimal371226
Binary100101110011010
Octal451432

Shades and tints

Shades of #250C1A

#250C1A
(37,12,26)
#220B18
(34,11,24)
#1F0A16
(31,10,22)
#1C0914
(28,9,20)
#190812
(25,8,18)
#160710
(22,7,16)
#13060E
(19,6,14)
#10050C
(16,5,12)
#0D040A
(13,4,10)
#0A0308
(10,3,8)
#070206
(7,2,6)
#000000
(0,0,0)

Tints of #250C1A

#250C1A
(37,12,26)
#38222E
(56,34,46)
#4B3842
(75,56,66)
#5E4E56
(94,78,86)
#71646A
(113,100,106)
#847A7E
(132,122,126)
#979092
(151,144,146)
#AAA6A6
(170,166,166)
#BDBCBA
(189,188,186)
#D0D2CE
(208,210,206)
#E3E8E2
(227,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250C1A color. Also use rgb(37,12,26) instead hex code.

Text Font Color

.myTextColor { color: #250C1A; }

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

This text font color is #250C1A.


Background Color

.myBgColor { background-color: #250C1A; }

<div style="background-color:#250C1A">Inner text</div>

This div background color is #250C1A.


Border color

.myBorderColor { border: 1px solid #250C1A; }

<div style="border:3px solid #250C1A">Div</div>

This div border color is #250C1A.


Opacity

.myOpacity80 { color: #250C1A; opacity: 0.8; }

<p style="color:#250C1A;opacity:0.8;">80%</p>

Text with #250C1A 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 #250C1A;}

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

This text has shadow with #250C1A color.

.textShadow {text-shadow: 3px 3px 1px #250C1A, 3px 3px 1px red;}

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

This text has shadow with #250C1A primary color and red secondary color.


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

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

This text has shadow with #250C1A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250C1A on black background.


Color preview on white background

This text has color #250C1A on white background.



Black color preview on #250C1A background

This text has black color on #250C1A background.


White color preview on #250C1A background

This text has white color on #250C1A background.