COLOR #0B3311

HEX: #0B3311
RGB: (11,51,17)

Renk bilgisi

#0B3311 contains red, green and blue colors in about the same proportion. #0B3311 ‘ nin web güvenlik rengi #003300 (ya da #030) dir.

RGB renk modeli

#0B3311 color RGB value is (11,51,17).

  • kırmız ton 11;
  • yeşil ton 51;
  • mavi ton 17.
RGB:
(11,51,17)
(4%,20%,7%)

RGB bağlantıları ve doygunluk

R 11 of 255 = 4%
G 51 of 255 = 20%
B 17 of 255 = 7%

11
51
17

R + G + B ~ 10%. #0B3311 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
11 + 51 + 17 = 79 (100%)
R 11 of 79 ~ 13.92%
G 51 of 79 ~ 64.56%
B 17 of 79 ~ 21.52%

%13.92
%64.56
%21.52

CMYK RENK MODELİ

#0B3311 rengi CMYK tonu (78,0,67,80).

  • camgöbeği tonu 78.43%
  • eflatun tonu 0.00%
  • sarı tonu 66.67%
  • ana renk tonu 80.00%
CMYK:
(78,0,67,80)
C78M0Y67K80 
(78%,0%,67%,80%)
(0.78/0.00/0.67/0.80)	

CMYK yüzdeleri

%78.43
%0
%66.67
%80

Codes

Color #0B3311 in popluar color models

0B3311
RGB115117
HSL129°64.52%12.16%
HSB/HSV129°78.43%20.00%
CMYK78.43%0.00%66.67%
80.00%

Color #0B3311 in popluar number systems.

HEX0B3311
Decimal115117
Binary101111001110001
Octal136321

Shades and tints

Shades of #0B3311

#0B3311
(11,51,17)
#0A2F10
(10,47,16)
#092B0F
(9,43,15)
#08270E
(8,39,14)
#07230D
(7,35,13)
#061F0C
(6,31,12)
#051B0B
(5,27,11)
#04170A
(4,23,10)
#031309
(3,19,9)
#020F08
(2,15,8)
#010B07
(1,11,7)
#000000
(0,0,0)

Tints of #0B3311

#0B3311
(11,51,17)
#214526
(33,69,38)
#37573B
(55,87,59)
#4D6950
(77,105,80)
#637B65
(99,123,101)
#798D7A
(121,141,122)
#8F9F8F
(143,159,143)
#A5B1A4
(165,177,164)
#BBC3B9
(187,195,185)
#D1D5CE
(209,213,206)
#E7E7E3
(231,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B3311 color. Also use rgb(11,51,17) instead hex code.

Text Font Color

.myTextColor { color: #0B3311; }

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

This text font color is #0B3311.


Background Color

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

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

This div background color is #0B3311.


Border color

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

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

This div border color is #0B3311.


Opacity

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

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

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

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

This text has shadow with #0B3311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3311 on black background.


Color preview on white background

This text has color #0B3311 on white background.



Black color preview on #0B3311 background

This text has black color on #0B3311 background.


White color preview on #0B3311 background

This text has white color on #0B3311 background.