COLOR #110825

HEX: #110825
RGB: (17,8,37)

Color info

#110825 contains red, green and blue colors in about the same proportion. Web safe color of #110825 is #000033 (or #003).

RGB color model

#110825 color RGB value is (17,8,37).

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

RGB channels and saturation

R 17 of 255 = 7%
G 8 of 255 = 3%
B 37 of 255 = 15%

17
8
37

R + G + B ~ 8%. #110825 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 8 + 37 = 62 (100%)
R 17 of 62 ~ 27.42%
G 8 of 62 ~ 12.9%
B 37 of 62 ~ 59.68%

%27.42
%12.9
%59.68

CMYK color model

#110825 color CMYK value is (54,78,0,85).

  • cyan value is 54.05%
  • magenta value is 78.38%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(54,78,0,85)
C54M78Y0K85 
(54%,78%,0%,85%)
(0.54/0.78/0.00/0.85)	

CMYK percentages

%54.05
%78.38
%0
%85.49

Codes

Color #110825 in popluar color models

110825
RGB17837
HSL259°64.44%8.82%
HSB/HSV259°78.38%14.51%
CMYK54.05%78.38%0.00%
85.49%

Color #110825 in popluar number systems.

HEX110825
Decimal17837
Binary100011000100101
Octal211045

Shades and tints

Shades of #110825

#110825
(17,8,37)
#100822
(16,8,34)
#0F081F
(15,8,31)
#0E081C
(14,8,28)
#0D0819
(13,8,25)
#0C0816
(12,8,22)
#0B0813
(11,8,19)
#0A0810
(10,8,16)
#09080D
(9,8,13)
#08080A
(8,8,10)
#070807
(7,8,7)
#000000
(0,0,0)

Tints of #110825

#110825
(17,8,37)
#261E38
(38,30,56)
#3B344B
(59,52,75)
#504A5E
(80,74,94)
#656071
(101,96,113)
#7A7684
(122,118,132)
#8F8C97
(143,140,151)
#A4A2AA
(164,162,170)
#B9B8BD
(185,184,189)
#CECED0
(206,206,208)
#E3E4E3
(227,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110825; }

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

This text font color is #110825.


Background Color

.myBgColor { background-color: #110825; }

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

This div background color is #110825.


Border color

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

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

This div border color is #110825.


Opacity

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

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

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

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

This text has shadow with #110825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110825 on black background.


Color preview on white background

This text has color #110825 on white background.



Black color preview on #110825 background

This text has black color on #110825 background.


White color preview on #110825 background

This text has white color on #110825 background.