COLOR #0B4758

HEX: #0B4758
RGB: (11,71,88)

Color info

#0B4758 contains mainly green and blue colors. Web safe color of #0B4758 is #003366 (or #036).

RGB color model

#0B4758 color RGB value is (11,71,88).

  • red value is 11;
  • green value is 71;
  • blue value is 88.
RGB:
(11,71,88)
(4%,28%,35%)

RGB channels and saturation

R 11 of 255 = 4%
G 71 of 255 = 28%
B 88 of 255 = 35%

11
71
88

R + G + B ~ 22%. #0B4758 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 71 + 88 = 170 (100%)
R 11 of 170 ~ 6.47%
G 71 of 170 ~ 41.76%
B 88 of 170 ~ 51.76%

%41.76
%51.76

CMYK color model

#0B4758 color CMYK value is (88,19,0,65).

  • cyan value is 87.50%
  • magenta value is 19.32%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(88,19,0,65)
C88M19Y0K65 
(88%,19%,0%,65%)
(0.88/0.19/0.00/0.65)	

CMYK percentages

%87.5
%19.32
%0
%65.49

Codes

Color #0B4758 in popluar color models

0B4758
RGB117188
HSL193°77.78%19.41%
HSB/HSV193°87.50%34.51%
CMYK87.50%19.32%0.00%
65.49%

Color #0B4758 in popluar number systems.

HEX0B4758
Decimal117188
Binary101110001111011000
Octal13107130

Shades and tints

Shades of #0B4758

#0B4758
(11,71,88)
#0A4150
(10,65,80)
#093B48
(9,59,72)
#083540
(8,53,64)
#072F38
(7,47,56)
#062930
(6,41,48)
#052328
(5,35,40)
#041D20
(4,29,32)
#031718
(3,23,24)
#021110
(2,17,16)
#010B08
(1,11,8)
#000000
(0,0,0)

Tints of #0B4758

#0B4758
(11,71,88)
#215767
(33,87,103)
#376776
(55,103,118)
#4D7785
(77,119,133)
#638794
(99,135,148)
#7997A3
(121,151,163)
#8FA7B2
(143,167,178)
#A5B7C1
(165,183,193)
#BBC7D0
(187,199,208)
#D1D7DF
(209,215,223)
#E7E7EE
(231,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B4758 color. Also use rgb(11,71,88) instead hex code.

Text Font Color

.myTextColor { color: #0B4758; }

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

This text font color is #0B4758.


Background Color

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

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

This div background color is #0B4758.


Border color

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

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

This div border color is #0B4758.


Opacity

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

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

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

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

This text has shadow with #0B4758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B4758 on black background.


Color preview on white background

This text has color #0B4758 on white background.



Black color preview on #0B4758 background

This text has black color on #0B4758 background.


White color preview on #0B4758 background

This text has white color on #0B4758 background.