COLOR #0B7A29

HEX: #0B7A29
RGB: (11,122,41)

Color info

#0B7A29 contains mainly green color. Web safe color of #0B7A29 is #006633 (or #063).

RGB color model

#0B7A29 color RGB value is (11,122,41).

  • red value is 11;
  • green value is 122;
  • blue value is 41.
RGB:
(11,122,41)
(4%,48%,16%)

RGB channels and saturation

R 11 of 255 = 4%
G 122 of 255 = 48%
B 41 of 255 = 16%

11
122
41

R + G + B ~ 23%. #0B7A29 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 122 + 41 = 174 (100%)
R 11 of 174 ~ 6.32%
G 122 of 174 ~ 70.11%
B 41 of 174 ~ 23.56%

%70.11
%23.56

CMYK color model

#0B7A29 color CMYK value is (91,0,66,52).

  • cyan value is 90.98%
  • magenta value is 0.00%
  • yellow value is 66.39%
  • key color value is 52.16%
CMYK:
(91,0,66,52)
C91M0Y66K52 
(91%,0%,66%,52%)
(0.91/0.00/0.66/0.52)	

CMYK percentages

%90.98
%0
%66.39
%52.16

Codes

Color #0B7A29 in popluar color models

0B7A29
RGB1112241
HSL136°83.46%26.08%
HSB/HSV136°90.98%47.84%
CMYK90.98%0.00%66.39%
52.16%

Color #0B7A29 in popluar number systems.

HEX0B7A29
Decimal1112241
Binary10111111010101001
Octal1317251

Shades and tints

Shades of #0B7A29

#0B7A29
(11,122,41)
#0A6F26
(10,111,38)
#096423
(9,100,35)
#085920
(8,89,32)
#074E1D
(7,78,29)
#06431A
(6,67,26)
#053817
(5,56,23)
#042D14
(4,45,20)
#032211
(3,34,17)
#02170E
(2,23,14)
#010C0B
(1,12,11)
#000000
(0,0,0)

Tints of #0B7A29

#0B7A29
(11,122,41)
#21863C
(33,134,60)
#37924F
(55,146,79)
#4D9E62
(77,158,98)
#63AA75
(99,170,117)
#79B688
(121,182,136)
#8FC29B
(143,194,155)
#A5CEAE
(165,206,174)
#BBDAC1
(187,218,193)
#D1E6D4
(209,230,212)
#E7F2E7
(231,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B7A29 color. Also use rgb(11,122,41) instead hex code.

Text Font Color

.myTextColor { color: #0B7A29; }

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

This text font color is #0B7A29.


Background Color

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

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

This div background color is #0B7A29.


Border color

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

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

This div border color is #0B7A29.


Opacity

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

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

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

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

This text has shadow with #0B7A29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B7A29 on black background.


Color preview on white background

This text has color #0B7A29 on white background.



Black color preview on #0B7A29 background

This text has black color on #0B7A29 background.


White color preview on #0B7A29 background

This text has white color on #0B7A29 background.