COLOR #0B794C

HEX: #0B794C
RGB: (11,121,76)

Color info

#0B794C contains mainly green and blue colors. Web safe color of #0B794C is #006633 (or #063).

RGB color model

#0B794C color RGB value is (11,121,76).

  • red value is 11;
  • green value is 121;
  • blue value is 76.
RGB:
(11,121,76)
(4%,47%,30%)

RGB channels and saturation

R 11 of 255 = 4%
G 121 of 255 = 47%
B 76 of 255 = 30%

11
121
76

R + G + B ~ 27%. #0B794C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 121 + 76 = 208 (100%)
R 11 of 208 ~ 5.29%
G 121 of 208 ~ 58.17%
B 76 of 208 ~ 36.54%

%58.17
%36.54

CMYK color model

#0B794C color CMYK value is (91,0,37,53).

  • cyan value is 90.91%
  • magenta value is 0.00%
  • yellow value is 37.19%
  • key color value is 52.55%
CMYK:
(91,0,37,53)
C91M0Y37K53 
(91%,0%,37%,53%)
(0.91/0.00/0.37/0.53)	

CMYK percentages

%90.91
%0
%37.19
%52.55

Codes

Color #0B794C in popluar color models

0B794C
RGB1112176
HSL155°83.33%25.88%
HSB/HSV155°90.91%47.45%
CMYK90.91%0.00%37.19%
52.55%

Color #0B794C in popluar number systems.

HEX0B794C
Decimal1112176
Binary101111110011001100
Octal13171114

Shades and tints

Shades of #0B794C

#0B794C
(11,121,76)
#0A6E46
(10,110,70)
#096340
(9,99,64)
#08583A
(8,88,58)
#074D34
(7,77,52)
#06422E
(6,66,46)
#053728
(5,55,40)
#042C22
(4,44,34)
#03211C
(3,33,28)
#021616
(2,22,22)
#010B10
(1,11,16)
#000000
(0,0,0)

Tints of #0B794C

#0B794C
(11,121,76)
#21855C
(33,133,92)
#37916C
(55,145,108)
#4D9D7C
(77,157,124)
#63A98C
(99,169,140)
#79B59C
(121,181,156)
#8FC1AC
(143,193,172)
#A5CDBC
(165,205,188)
#BBD9CC
(187,217,204)
#D1E5DC
(209,229,220)
#E7F1EC
(231,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B794C color. Also use rgb(11,121,76) instead hex code.

Text Font Color

.myTextColor { color: #0B794C; }

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

This text font color is #0B794C.


Background Color

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

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

This div background color is #0B794C.


Border color

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

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

This div border color is #0B794C.


Opacity

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

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

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

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

This text has shadow with #0B794C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B794C on black background.


Color preview on white background

This text has color #0B794C on white background.



Black color preview on #0B794C background

This text has black color on #0B794C background.


White color preview on #0B794C background

This text has white color on #0B794C background.