COLOR #250836

HEX: #250836
RGB: (37,8,54)

Color info

#250836 contains red, green and blue colors in about the same proportion. Web safe color of #250836 is #330033 (or #303).

RGB color model

#250836 color RGB value is (37,8,54).

  • red value is 37;
  • green value is 8;
  • blue value is 54.
RGB:
(37,8,54)
(15%,3%,21%)

RGB channels and saturation

R 37 of 255 = 15%
G 8 of 255 = 3%
B 54 of 255 = 21%

37
8
54

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

Portions of RGB colors in percentages

R + G + B =
37 + 8 + 54 = 99 (100%)
R 37 of 99 ~ 37.37%
G 8 of 99 ~ 8.08%
B 54 of 99 ~ 54.55%

%37.37
%54.55

CMYK color model

#250836 color CMYK value is (31,85,0,79).

  • cyan value is 31.48%
  • magenta value is 85.19%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(31,85,0,79)
C31M85Y0K79 
(31%,85%,0%,79%)
(0.31/0.85/0.00/0.79)	

CMYK percentages

%31.48
%85.19
%0
%78.82

Codes

Color #250836 in popluar color models

250836
RGB37854
HSL278°74.19%12.16%
HSB/HSV278°85.19%21.18%
CMYK31.48%85.19%0.00%
78.82%

Color #250836 in popluar number systems.

HEX250836
Decimal37854
Binary1001011000110110
Octal451066

Shades and tints

Shades of #250836

#250836
(37,8,54)
#220832
(34,8,50)
#1F082E
(31,8,46)
#1C082A
(28,8,42)
#190826
(25,8,38)
#160822
(22,8,34)
#13081E
(19,8,30)
#10081A
(16,8,26)
#0D0816
(13,8,22)
#0A0812
(10,8,18)
#07080E
(7,8,14)
#000000
(0,0,0)

Tints of #250836

#250836
(37,8,54)
#381E48
(56,30,72)
#4B345A
(75,52,90)
#5E4A6C
(94,74,108)
#71607E
(113,96,126)
#847690
(132,118,144)
#978CA2
(151,140,162)
#AAA2B4
(170,162,180)
#BDB8C6
(189,184,198)
#D0CED8
(208,206,216)
#E3E4EA
(227,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250836 color. Also use rgb(37,8,54) instead hex code.

Text Font Color

.myTextColor { color: #250836; }

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

This text font color is #250836.


Background Color

.myBgColor { background-color: #250836; }

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

This div background color is #250836.


Border color

.myBorderColor { border: 1px solid #250836; }

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

This div border color is #250836.


Opacity

.myOpacity80 { color: #250836; opacity: 0.8; }

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

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

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

This text has shadow with #250836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250836 on black background.


Color preview on white background

This text has color #250836 on white background.



Black color preview on #250836 background

This text has black color on #250836 background.


White color preview on #250836 background

This text has white color on #250836 background.