COLOR #07687C

HEX: #07687C
RGB: (7,104,124)

Color info

#07687C contains mainly green and blue colors. Web safe color of #07687C is #006666 (or #066).

RGB color model

#07687C color RGB value is (7,104,124).

  • red value is 7;
  • green value is 104;
  • blue value is 124.
RGB:
(7,104,124)
(3%,41%,49%)

RGB channels and saturation

R 7 of 255 = 3%
G 104 of 255 = 41%
B 124 of 255 = 49%

7
104
124

R + G + B ~ 31%. #07687C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 104 + 124 = 235 (100%)
R 7 of 235 ~ 2.98%
G 104 of 235 ~ 44.26%
B 124 of 235 ~ 52.77%

%44.26
%52.77

CMYK color model

#07687C color CMYK value is (94,16,0,51).

  • cyan value is 94.35%
  • magenta value is 16.13%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(94,16,0,51)
C94M16Y0K51 
(94%,16%,0%,51%)
(0.94/0.16/0.00/0.51)	

CMYK percentages

%94.35
%16.13
%0
%51.37

Codes

Color #07687C in popluar color models

07687C
RGB7104124
HSL190°89.31%25.69%
HSB/HSV190°94.35%48.63%
CMYK94.35%16.13%0.00%
51.37%

Color #07687C in popluar number systems.

HEX07687C
Decimal7104124
Binary11111010001111100
Octal7150174

Shades and tints

Shades of #07687C

#07687C
(7,104,124)
#075F71
(7,95,113)
#075666
(7,86,102)
#074D5B
(7,77,91)
#074450
(7,68,80)
#073B45
(7,59,69)
#07323A
(7,50,58)
#07292F
(7,41,47)
#072024
(7,32,36)
#071719
(7,23,25)
#070E0E
(7,14,14)
#000000
(0,0,0)

Tints of #07687C

#07687C
(7,104,124)
#1D7587
(29,117,135)
#338292
(51,130,146)
#498F9D
(73,143,157)
#5F9CA8
(95,156,168)
#75A9B3
(117,169,179)
#8BB6BE
(139,182,190)
#A1C3C9
(161,195,201)
#B7D0D4
(183,208,212)
#CDDDDF
(205,221,223)
#E3EAEA
(227,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07687C color. Also use rgb(7,104,124) instead hex code.

Text Font Color

.myTextColor { color: #07687C; }

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

This text font color is #07687C.


Background Color

.myBgColor { background-color: #07687C; }

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

This div background color is #07687C.


Border color

.myBorderColor { border: 1px solid #07687C; }

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

This div border color is #07687C.


Opacity

.myOpacity80 { color: #07687C; opacity: 0.8; }

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

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

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

This text has shadow with #07687C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07687C on black background.


Color preview on white background

This text has color #07687C on white background.



Black color preview on #07687C background

This text has black color on #07687C background.


White color preview on #07687C background

This text has white color on #07687C background.