COLOR #0B0425

HEX: #0B0425
RGB: (11,4,37)

Color info

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

RGB color model

#0B0425 color RGB value is (11,4,37).

  • red value is 11;
  • green value is 4;
  • blue value is 37.
RGB:
(11,4,37)
(4%,2%,15%)

RGB channels and saturation

R 11 of 255 = 4%
G 4 of 255 = 2%
B 37 of 255 = 15%

11
4
37

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

Portions of RGB colors in percentages

R + G + B =
11 + 4 + 37 = 52 (100%)
R 11 of 52 ~ 21.15%
G 4 of 52 ~ 7.69%
B 37 of 52 ~ 71.15%

%21.15
%71.15

CMYK color model

#0B0425 color CMYK value is (70,89,0,85).

  • cyan value is 70.27%
  • magenta value is 89.19%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(70,89,0,85)
C70M89Y0K85 
(70%,89%,0%,85%)
(0.70/0.89/0.00/0.85)	

CMYK percentages

%70.27
%89.19
%0
%85.49

Codes

Color #0B0425 in popluar color models

0B0425
RGB11437
HSL253°80.49%8.04%
HSB/HSV253°89.19%14.51%
CMYK70.27%89.19%0.00%
85.49%

Color #0B0425 in popluar number systems.

HEX0B0425
Decimal11437
Binary1011100100101
Octal13445

Shades and tints

Shades of #0B0425

#0B0425
(11,4,37)
#0A0422
(10,4,34)
#09041F
(9,4,31)
#08041C
(8,4,28)
#070419
(7,4,25)
#060416
(6,4,22)
#050413
(5,4,19)
#040410
(4,4,16)
#03040D
(3,4,13)
#02040A
(2,4,10)
#010407
(1,4,7)
#000000
(0,0,0)

Tints of #0B0425

#0B0425
(11,4,37)
#211A38
(33,26,56)
#37304B
(55,48,75)
#4D465E
(77,70,94)
#635C71
(99,92,113)
#797284
(121,114,132)
#8F8897
(143,136,151)
#A59EAA
(165,158,170)
#BBB4BD
(187,180,189)
#D1CAD0
(209,202,208)
#E7E0E3
(231,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0425; }

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

This text font color is #0B0425.


Background Color

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

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

This div background color is #0B0425.


Border color

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

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

This div border color is #0B0425.


Opacity

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

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

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

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

This text has shadow with #0B0425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B0425 on black background.


Color preview on white background

This text has color #0B0425 on white background.



Black color preview on #0B0425 background

This text has black color on #0B0425 background.


White color preview on #0B0425 background

This text has white color on #0B0425 background.