COLOR #250930

HEX: #250930
RGB: (37,9,48)

Color info

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

RGB color model

#250930 color RGB value is (37,9,48).

  • red value is 37;
  • green value is 9;
  • blue value is 48.
RGB:
(37,9,48)
(15%,4%,19%)

RGB channels and saturation

R 37 of 255 = 15%
G 9 of 255 = 4%
B 48 of 255 = 19%

37
9
48

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

Portions of RGB colors in percentages

R + G + B =
37 + 9 + 48 = 94 (100%)
R 37 of 94 ~ 39.36%
G 9 of 94 ~ 9.57%
B 48 of 94 ~ 51.06%

%39.36
%9.57
%51.06

CMYK color model

#250930 color CMYK value is (23,81,0,81).

  • cyan value is 22.92%
  • magenta value is 81.25%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(23,81,0,81)
C23M81Y0K81 
(23%,81%,0%,81%)
(0.23/0.81/0.00/0.81)	

CMYK percentages

%22.92
%81.25
%0
%81.18

Codes

Color #250930 in popluar color models

250930
RGB37948
HSL283°68.42%11.18%
HSB/HSV283°81.25%18.82%
CMYK22.92%81.25%0.00%
81.18%

Color #250930 in popluar number systems.

HEX250930
Decimal37948
Binary1001011001110000
Octal451160

Shades and tints

Shades of #250930

#250930
(37,9,48)
#22092C
(34,9,44)
#1F0928
(31,9,40)
#1C0924
(28,9,36)
#190920
(25,9,32)
#16091C
(22,9,28)
#130918
(19,9,24)
#100914
(16,9,20)
#0D0910
(13,9,16)
#0A090C
(10,9,12)
#070908
(7,9,8)
#000000
(0,0,0)

Tints of #250930

#250930
(37,9,48)
#381F42
(56,31,66)
#4B3554
(75,53,84)
#5E4B66
(94,75,102)
#716178
(113,97,120)
#84778A
(132,119,138)
#978D9C
(151,141,156)
#AAA3AE
(170,163,174)
#BDB9C0
(189,185,192)
#D0CFD2
(208,207,210)
#E3E5E4
(227,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250930 color. Also use rgb(37,9,48) instead hex code.

Text Font Color

.myTextColor { color: #250930; }

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

This text font color is #250930.


Background Color

.myBgColor { background-color: #250930; }

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

This div background color is #250930.


Border color

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

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

This div border color is #250930.


Opacity

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

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

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

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

This text has shadow with #250930 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250930 on black background.


Color preview on white background

This text has color #250930 on white background.



Black color preview on #250930 background

This text has black color on #250930 background.


White color preview on #250930 background

This text has white color on #250930 background.