COLOR #06737B

HEX: #06737B
RGB: (6,115,123)

Color info

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

RGB color model

#06737B color RGB value is (6,115,123).

  • red value is 6;
  • green value is 115;
  • blue value is 123.
RGB:
(6,115,123)
(2%,45%,48%)

RGB channels and saturation

R 6 of 255 = 2%
G 115 of 255 = 45%
B 123 of 255 = 48%

6
115
123

R + G + B ~ 32%. #06737B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 115 + 123 = 244 (100%)
R 6 of 244 ~ 2.46%
G 115 of 244 ~ 47.13%
B 123 of 244 ~ 50.41%

%47.13
%50.41

CMYK color model

#06737B color CMYK value is (95,7,0,52).

  • cyan value is 95.12%
  • magenta value is 6.50%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(95,7,0,52)
C95M7Y0K52 
(95%,7%,0%,52%)
(0.95/0.07/0.00/0.52)	

CMYK percentages

%95.12
%6.5
%0
%51.76

Codes

Color #06737B in popluar color models

06737B
RGB6115123
HSL184°90.70%25.29%
HSB/HSV184°95.12%48.24%
CMYK95.12%6.50%0.00%
51.76%

Color #06737B in popluar number systems.

HEX06737B
Decimal6115123
Binary11011100111111011
Octal6163173

Shades and tints

Shades of #06737B

#06737B
(6,115,123)
#066970
(6,105,112)
#065F65
(6,95,101)
#06555A
(6,85,90)
#064B4F
(6,75,79)
#064144
(6,65,68)
#063739
(6,55,57)
#062D2E
(6,45,46)
#062323
(6,35,35)
#061918
(6,25,24)
#060F0D
(6,15,13)
#000000
(0,0,0)

Tints of #06737B

#06737B
(6,115,123)
#1C7F87
(28,127,135)
#328B93
(50,139,147)
#48979F
(72,151,159)
#5EA3AB
(94,163,171)
#74AFB7
(116,175,183)
#8ABBC3
(138,187,195)
#A0C7CF
(160,199,207)
#B6D3DB
(182,211,219)
#CCDFE7
(204,223,231)
#E2EBF3
(226,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06737B color. Also use rgb(6,115,123) instead hex code.

Text Font Color

.myTextColor { color: #06737B; }

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

This text font color is #06737B.


Background Color

.myBgColor { background-color: #06737B; }

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

This div background color is #06737B.


Border color

.myBorderColor { border: 1px solid #06737B; }

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

This div border color is #06737B.


Opacity

.myOpacity80 { color: #06737B; opacity: 0.8; }

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

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

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

This text has shadow with #06737B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06737B on black background.


Color preview on white background

This text has color #06737B on white background.



Black color preview on #06737B background

This text has black color on #06737B background.


White color preview on #06737B background

This text has white color on #06737B background.