COLOR #007983

HEX: #007983
RGB: (0,121,131)

Color info

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

RGB color model

#007983 color RGB value is (0,121,131).

  • red value is 0;
  • green value is 121;
  • blue value is 131.
RGB:
(0,121,131)
(0%,47%,51%)

RGB channels and saturation

R 0 of 255 = 0%
G 121 of 255 = 47%
B 131 of 255 = 51%

0
121
131

R + G + B ~ 33%. #007983 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 121 + 131 = 252 (100%)
R 0 of 252 ~ 0%
G 121 of 252 ~ 48.02%
B 131 of 252 ~ 51.98%

%48.02
%51.98

CMYK color model

#007983 color CMYK value is (100,8,0,49).

  • cyan value is 100.00%
  • magenta value is 7.63%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(100,8,0,49)
C100M8Y0K49 
(100%,8%,0%,49%)
(1.00/0.08/0.00/0.49)	

CMYK percentages

%100
%7.63
%0
%48.63

Codes

Color #007983 in popluar color models

007983
RGB0121131
HSL185°100.00%25.69%
HSB/HSV185°100.00%51.37%
CMYK100.00%7.63%0.00%
48.63%

Color #007983 in popluar number systems.

HEX007983
Decimal0121131
Binary0111100110000011
Octal0171203

Shades and tints

Shades of #007983

#007983
(0,121,131)
#006E78
(0,110,120)
#00636D
(0,99,109)
#005862
(0,88,98)
#004D57
(0,77,87)
#00424C
(0,66,76)
#003741
(0,55,65)
#002C36
(0,44,54)
#00212B
(0,33,43)
#001620
(0,22,32)
#000B15
(0,11,21)
#000000
(0,0,0)

Tints of #007983

#007983
(0,121,131)
#17858E
(23,133,142)
#2E9199
(46,145,153)
#459DA4
(69,157,164)
#5CA9AF
(92,169,175)
#73B5BA
(115,181,186)
#8AC1C5
(138,193,197)
#A1CDD0
(161,205,208)
#B8D9DB
(184,217,219)
#CFE5E6
(207,229,230)
#E6F1F1
(230,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #007983; }

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

This text font color is #007983.


Background Color

.myBgColor { background-color: #007983; }

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

This div background color is #007983.


Border color

.myBorderColor { border: 1px solid #007983; }

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

This div border color is #007983.


Opacity

.myOpacity80 { color: #007983; opacity: 0.8; }

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

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

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

This text has shadow with #007983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007983 on black background.


Color preview on white background

This text has color #007983 on white background.



Black color preview on #007983 background

This text has black color on #007983 background.


White color preview on #007983 background

This text has white color on #007983 background.