COLOR #0B2501

HEX: #0B2501 RGB: (11,37,1)

Color info

#0B2501 contains red, green and blue colors in about the same proportion. Web safe color of #0B2501 is #003300 (or #030).

RGB color model

#0B2501 color RGB value is (11,37,1).

RGB: (11,37,1) (4%, 15%, 0%)

RGB channels and saturation

R 11 of 255 = 4%
G 37 of 255 = 15%
B 1 of 255 = 0%

11
37
1

R + G + B ~ 6%. #0B2501 is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 37 + 1 = 49 (100%)
R 11 of 49 ~ 22.45%
G 37 of 49 ~ 75.51%
B 1 of 49 ~ 2.04'%

%22.45
%75.51

CMYK color model

#0B2501 color CMYK value is (70,0,97,85).

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

CMYK: (70,0,97,85)
C70M0Y97K85 (70%, 0%, 97%, 85%)
(0.70 / 0.00 / 0.97 / 0.85)

CMYK percentages

%70.27
%0
%97.3
%85.49

Codes

Color #0B2501 in popluar color models

0B 25 01
RGB 11 37 1
HSL 103° 94.74% 7.45%
HSB/HSV 103° 97.30% 14.51%
CMYK 70.27% 0.00% 97.30%
85.49%

Color #0B2501 in popluar number systems.

HEX 0B 25 01
Decimal 11 37 1
Binary 1011 100101 1
Octal 13 45 1

Shades and tints

Shades of #0B2501

#0B2501
(11,37,1)
#0A2201
(10,34,1)
#091F01
(9,31,1)
#081C01
(8,28,1)
#071901
(7,25,1)
#061601
(6,22,1)
#051301
(5,19,1)
#041001
(4,16,1)
#030D01
(3,13,1)
#020A01
(2,10,1)
#010701
(1,7,1)
#000000
(0,0,0)

Tints of #0B2501

#0B2501
(11,37,1)
#213818
(33,56,24)
#374B2F
(55,75,47)
#4D5E46
(77,94,70)
#63715D
(99,113,93)
#798474
(121,132,116)
#8F978B
(143,151,139)
#A5AAA2
(165,170,162)
#BBBDB9
(187,189,185)
#D1D0D0
(209,208,208)
#E7E3E7
(231,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B2501; }

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

This text font color is #0B2501.

Background Color

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

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

This div background color is #0B2501.

Border color

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

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

This div border color is #0B2501.

Opacity

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

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

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

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

This text has shadow with #0B2501 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B2501.

Preview

Color preview on black background

This text has color #0B2501 on black background.


Color preview on white background

This text has color #0B2501 on white background.


Black color preview on #0B2501 background

This text has black color on #0B2501 background.


White color preview on #0B2501 background

This text has white color on #0B2501 background.


Related colors

Complementary color

Complementary color for #hex is #F4DAFE.


I love getcolorcode.com

Triadic colors

1 #010B25 and #25010B with #0B2501 are triadic colors.

2 #01250B and #250B01 with #0B2501 are triadic colors.