COLOR #250829

HEX: #250829
RGB: (37,8,41)

Color info

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

RGB color model

#250829 color RGB value is (37,8,41).

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

RGB channels and saturation

R 37 of 255 = 15%
G 8 of 255 = 3%
B 41 of 255 = 16%

37
8
41

R + G + B ~ 11%. #250829 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 8 + 41 = 86 (100%)
R 37 of 86 ~ 43.02%
G 8 of 86 ~ 9.3%
B 41 of 86 ~ 47.67%

%43.02
%47.67

CMYK color model

#250829 color CMYK value is (10,80,0,84).

  • cyan value is 9.76%
  • magenta value is 80.49%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(10,80,0,84)
C10M80Y0K84 
(10%,80%,0%,84%)
(0.10/0.80/0.00/0.84)	

CMYK percentages

%9.76
%80.49
%0
%83.92

Codes

Color #250829 in popluar color models

250829
RGB37841
HSL293°67.35%9.61%
HSB/HSV293°80.49%16.08%
CMYK9.76%80.49%0.00%
83.92%

Color #250829 in popluar number systems.

HEX250829
Decimal37841
Binary1001011000101001
Octal451051

Shades and tints

Shades of #250829

#250829
(37,8,41)
#220826
(34,8,38)
#1F0823
(31,8,35)
#1C0820
(28,8,32)
#19081D
(25,8,29)
#16081A
(22,8,26)
#130817
(19,8,23)
#100814
(16,8,20)
#0D0811
(13,8,17)
#0A080E
(10,8,14)
#07080B
(7,8,11)
#000000
(0,0,0)

Tints of #250829

#250829
(37,8,41)
#381E3C
(56,30,60)
#4B344F
(75,52,79)
#5E4A62
(94,74,98)
#716075
(113,96,117)
#847688
(132,118,136)
#978C9B
(151,140,155)
#AAA2AE
(170,162,174)
#BDB8C1
(189,184,193)
#D0CED4
(208,206,212)
#E3E4E7
(227,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250829; }

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

This text font color is #250829.


Background Color

.myBgColor { background-color: #250829; }

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

This div background color is #250829.


Border color

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

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

This div border color is #250829.


Opacity

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

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

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

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

This text has shadow with #250829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250829 on black background.


Color preview on white background

This text has color #250829 on white background.



Black color preview on #250829 background

This text has black color on #250829 background.


White color preview on #250829 background

This text has white color on #250829 background.