COLOR #0B4A25

HEX: #0B4A25
RGB: (11,74,37)

Color info

#0B4A25 contains mainly green and blue colors. Web safe color of #0B4A25 is #003333 (or #033).

RGB color model

#0B4A25 color RGB value is (11,74,37).

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

RGB channels and saturation

R 11 of 255 = 4%
G 74 of 255 = 29%
B 37 of 255 = 15%

11
74
37

R + G + B ~ 16%. #0B4A25 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 74 + 37 = 122 (100%)
R 11 of 122 ~ 9.02%
G 74 of 122 ~ 60.66%
B 37 of 122 ~ 30.33%

%60.66
%30.33

CMYK color model

#0B4A25 color CMYK value is (85,0,50,71).

  • cyan value is 85.14%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 70.98%
CMYK:
(85,0,50,71)
C85M0Y50K71 
(85%,0%,50%,71%)
(0.85/0.00/0.50/0.71)	

CMYK percentages

%85.14
%0
%50
%70.98

Codes

Color #0B4A25 in popluar color models

0B4A25
RGB117437
HSL145°74.12%16.67%
HSB/HSV145°85.14%29.02%
CMYK85.14%0.00%50.00%
70.98%

Color #0B4A25 in popluar number systems.

HEX0B4A25
Decimal117437
Binary10111001010100101
Octal1311245

Shades and tints

Shades of #0B4A25

#0B4A25
(11,74,37)
#0A4422
(10,68,34)
#093E1F
(9,62,31)
#08381C
(8,56,28)
#073219
(7,50,25)
#062C16
(6,44,22)
#052613
(5,38,19)
#042010
(4,32,16)
#031A0D
(3,26,13)
#02140A
(2,20,10)
#010E07
(1,14,7)
#000000
(0,0,0)

Tints of #0B4A25

#0B4A25
(11,74,37)
#215A38
(33,90,56)
#376A4B
(55,106,75)
#4D7A5E
(77,122,94)
#638A71
(99,138,113)
#799A84
(121,154,132)
#8FAA97
(143,170,151)
#A5BAAA
(165,186,170)
#BBCABD
(187,202,189)
#D1DAD0
(209,218,208)
#E7EAE3
(231,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B4A25; }

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

This text font color is #0B4A25.


Background Color

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

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

This div background color is #0B4A25.


Border color

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

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

This div border color is #0B4A25.


Opacity

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

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

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

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

This text has shadow with #0B4A25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B4A25 on black background.


Color preview on white background

This text has color #0B4A25 on white background.



Black color preview on #0B4A25 background

This text has black color on #0B4A25 background.


White color preview on #0B4A25 background

This text has white color on #0B4A25 background.