COLOR #0B0725

HEX: #0B0725 RGB: (11,7,37)

Color info

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

RGB color model

#0B0725 color RGB value is (11,7,37).

RGB: (11,7,37) (4%, 3%, 15%)

RGB channels and saturation

R 11 of 255 = 4%
G 7 of 255 = 3%
B 37 of 255 = 15%

11
7
37

R + G + B ~ 7%. #0B0725 is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 7 + 37 = 55 (100%)
R 11 of 55 ~ 20%
G 7 of 55 ~ 12.73%
B 37 of 55 ~ 67.27'%

%20
%12.73
%67.27

CMYK color model

#0B0725 color CMYK value is (70,81,0,85).

  • cyan value is 70.27%
  • magenta value is 81.08%
  • yellow value is 0.00%
  • key color value is 85.49%

CMYK: (70,81,0,85)
C70M81Y0K85 (70%, 81%, 0%, 85%)
(0.70 / 0.81 / 0.00 / 0.85)

CMYK percentages

%70.27
%81.08
%0
%85.49

Codes

Color #0B0725 in popluar color models

0B 07 25
RGB 11 7 37
HSL 248° 68.18% 8.63%
HSB/HSV 248° 81.08% 14.51%
CMYK 70.27% 81.08% 0.00%
85.49%

Color #0B0725 in popluar number systems.

HEX 0B 07 25
Decimal 11 7 37
Binary 1011 111 100101
Octal 13 7 45

Shades and tints

Shades of #0B0725

#0B0725
(11,7,37)
#0A0722
(10,7,34)
#09071F
(9,7,31)
#08071C
(8,7,28)
#070719
(7,7,25)
#060716
(6,7,22)
#050713
(5,7,19)
#040710
(4,7,16)
#03070D
(3,7,13)
#02070A
(2,7,10)
#010707
(1,7,7)
#000000
(0,0,0)

Tints of #0B0725

#0B0725
(11,7,37)
#211D38
(33,29,56)
#37334B
(55,51,75)
#4D495E
(77,73,94)
#635F71
(99,95,113)
#797584
(121,117,132)
#8F8B97
(143,139,151)
#A5A1AA
(165,161,170)
#BBB7BD
(187,183,189)
#D1CDD0
(209,205,208)
#E7E3E3
(231,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B0725 color. Also use rgb(11,7,37) instead hex code.

Text Font Color

.myTextColor { color: #0B0725; }

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

This text font color is #0B0725.

Background Color

.myBgColor { background-color: #0B0725; }

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

This div background color is #0B0725.

Border color

.myBorderColor { border: 1px solid #0B0725; }

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

This div border color is #0B0725.

Opacity

.myOpacity80 { color: #0B0725; opacity: 0.8; }

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

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

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

This text has shadow with #0B0725 color.


.textShadow {text-shadow: 3px 3px 1px #0B0725', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0B0725; -webkit-box-shadow: 1px 1px 3px 2px #0B0725; box-shadow:1px 1px 3px 2px #0B0725;">
Div content here
</div>

This div box has shadow with color #0B0725.

Preview

Color preview on black background

This text has color #0B0725 on black background.


Color preview on white background

This text has color #0B0725 on white background.


Black color preview on #0B0725 background

This text has black color on #0B0725 background.


White color preview on #0B0725 background

This text has white color on #0B0725 background.


Related colors

Complementary color

Complementary color for #hex is #F4F8DA.


I love getcolorcode.com

Triadic colors

1 #250B07 and #07250B with #0B0725 are triadic colors.

2 #25070B and #070B25 with #0B0725 are triadic colors.