COLOR #250F1A

HEX: #250F1A
RGB: (37,15,26)

Color info

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

RGB color model

#250F1A color RGB value is (37,15,26).

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

RGB channels and saturation

R 37 of 255 = 15%
G 15 of 255 = 6%
B 26 of 255 = 10%

37
15
26

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

Portions of RGB colors in percentages

R + G + B =
37 + 15 + 26 = 78 (100%)
R 37 of 78 ~ 47.44%
G 15 of 78 ~ 19.23%
B 26 of 78 ~ 33.33%

%47.44
%19.23
%33.33

CMYK color model

#250F1A color CMYK value is (0,59,30,85).

  • cyan value is 0.00%
  • magenta value is 59.46%
  • yellow value is 29.73%
  • key color value is 85.49%
CMYK:
(0,59,30,85)
C0M59Y30K85 
(0%,59%,30%,85%)
(0.00/0.59/0.30/0.85)	

CMYK percentages

%0
%59.46
%29.73
%85.49

Codes

Color #250F1A in popluar color models

250F1A
RGB371526
HSL330°42.31%10.20%
HSB/HSV330°59.46%14.51%
CMYK0.00%59.46%29.73%
85.49%

Color #250F1A in popluar number systems.

HEX250F1A
Decimal371526
Binary100101111111010
Octal451732

Shades and tints

Shades of #250F1A

#250F1A
(37,15,26)
#220E18
(34,14,24)
#1F0D16
(31,13,22)
#1C0C14
(28,12,20)
#190B12
(25,11,18)
#160A10
(22,10,16)
#13090E
(19,9,14)
#10080C
(16,8,12)
#0D070A
(13,7,10)
#0A0608
(10,6,8)
#070506
(7,5,6)
#000000
(0,0,0)

Tints of #250F1A

#250F1A
(37,15,26)
#38242E
(56,36,46)
#4B3942
(75,57,66)
#5E4E56
(94,78,86)
#71636A
(113,99,106)
#84787E
(132,120,126)
#978D92
(151,141,146)
#AAA2A6
(170,162,166)
#BDB7BA
(189,183,186)
#D0CCCE
(208,204,206)
#E3E1E2
(227,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250F1A; }

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

This text font color is #250F1A.


Background Color

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

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

This div background color is #250F1A.


Border color

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

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

This div border color is #250F1A.


Opacity

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

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

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

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

This text has shadow with #250F1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250F1A on black background.


Color preview on white background

This text has color #250F1A on white background.



Black color preview on #250F1A background

This text has black color on #250F1A background.


White color preview on #250F1A background

This text has white color on #250F1A background.