COLOR #007BA3

HEX: #007BA3
RGB: (0,123,163)

Color info

#007BA3 contains only green and blue colors. Web safe color of #007BA3 is #006699 (or #069).

RGB color model

#007BA3 color RGB value is (0,123,163).

  • red value is 0;
  • green value is 123;
  • blue value is 163.
RGB:
(0,123,163)
(0%,48%,64%)

RGB channels and saturation

R 0 of 255 = 0%
G 123 of 255 = 48%
B 163 of 255 = 64%

0
123
163

R + G + B ~ 37%. #007BA3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 123 + 163 = 286 (100%)
R 0 of 286 ~ 0%
G 123 of 286 ~ 43.01%
B 163 of 286 ~ 56.99%

%43.01
%56.99

CMYK color model

#007BA3 color CMYK value is (100,25,0,36).

  • cyan value is 100.00%
  • magenta value is 24.54%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(100,25,0,36)
C100M25Y0K36 
(100%,25%,0%,36%)
(1.00/0.25/0.00/0.36)	

CMYK percentages

%100
%24.54
%0
%36.08

Codes

Color #007BA3 in popluar color models

007BA3
RGB0123163
HSL195°100.00%31.96%
HSB/HSV195°100.00%63.92%
CMYK100.00%24.54%0.00%
36.08%

Color #007BA3 in popluar number systems.

HEX007BA3
Decimal0123163
Binary0111101110100011
Octal0173243

Shades and tints

Shades of #007BA3

#007BA3
(0,123,163)
#007095
(0,112,149)
#006587
(0,101,135)
#005A79
(0,90,121)
#004F6B
(0,79,107)
#00445D
(0,68,93)
#00394F
(0,57,79)
#002E41
(0,46,65)
#002333
(0,35,51)
#001825
(0,24,37)
#000D17
(0,13,23)
#000000
(0,0,0)

Tints of #007BA3

#007BA3
(0,123,163)
#1787AB
(23,135,171)
#2E93B3
(46,147,179)
#459FBB
(69,159,187)
#5CABC3
(92,171,195)
#73B7CB
(115,183,203)
#8AC3D3
(138,195,211)
#A1CFDB
(161,207,219)
#B8DBE3
(184,219,227)
#CFE7EB
(207,231,235)
#E6F3F3
(230,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #007BA3 color. Also use rgb(0,123,163) instead hex code.

Text Font Color

.myTextColor { color: #007BA3; }

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

This text font color is #007BA3.


Background Color

.myBgColor { background-color: #007BA3; }

<div style="background-color:#007BA3">Inner text</div>

This div background color is #007BA3.


Border color

.myBorderColor { border: 1px solid #007BA3; }

<div style="border:3px solid #007BA3">Div</div>

This div border color is #007BA3.


Opacity

.myOpacity80 { color: #007BA3; opacity: 0.8; }

<p style="color:#007BA3;opacity:0.8;">80%</p>

Text with #007BA3 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 #007BA3;}

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

This text has shadow with #007BA3 color.

.textShadow {text-shadow: 3px 3px 1px #007BA3, 3px 3px 1px red;}

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

This text has shadow with #007BA3 primary color and red secondary color.


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

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

This text has shadow with #007BA3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007BA3 on black background.


Color preview on white background

This text has color #007BA3 on white background.



Black color preview on #007BA3 background

This text has black color on #007BA3 background.


White color preview on #007BA3 background

This text has white color on #007BA3 background.