COLOR #0D767A

HEX: #0D767A
RGB: (13,118,122)

Color info

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

RGB color model

#0D767A color RGB value is (13,118,122).

  • red value is 13;
  • green value is 118;
  • blue value is 122.
RGB:
(13,118,122)
(5%,46%,48%)

RGB channels and saturation

R 13 of 255 = 5%
G 118 of 255 = 46%
B 122 of 255 = 48%

13
118
122

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

Portions of RGB colors in percentages

R + G + B =
13 + 118 + 122 = 253 (100%)
R 13 of 253 ~ 5.14%
G 118 of 253 ~ 46.64%
B 122 of 253 ~ 48.22%

%46.64
%48.22

CMYK color model

#0D767A color CMYK value is (89,3,0,52).

  • cyan value is 89.34%
  • magenta value is 3.28%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(89,3,0,52)
C89M3Y0K52 
(89%,3%,0%,52%)
(0.89/0.03/0.00/0.52)	

CMYK percentages

%89.34
%3.28
%0
%52.16

Codes

Color #0D767A in popluar color models

0D767A
RGB13118122
HSL182°80.74%26.47%
HSB/HSV182°89.34%47.84%
CMYK89.34%3.28%0.00%
52.16%

Color #0D767A in popluar number systems.

HEX0D767A
Decimal13118122
Binary110111101101111010
Octal15166172

Shades and tints

Shades of #0D767A

#0D767A
(13,118,122)
#0C6C6F
(12,108,111)
#0B6264
(11,98,100)
#0A5859
(10,88,89)
#094E4E
(9,78,78)
#084443
(8,68,67)
#073A38
(7,58,56)
#06302D
(6,48,45)
#052622
(5,38,34)
#041C17
(4,28,23)
#03120C
(3,18,12)
#000000
(0,0,0)

Tints of #0D767A

#0D767A
(13,118,122)
#238286
(35,130,134)
#398E92
(57,142,146)
#4F9A9E
(79,154,158)
#65A6AA
(101,166,170)
#7BB2B6
(123,178,182)
#91BEC2
(145,190,194)
#A7CACE
(167,202,206)
#BDD6DA
(189,214,218)
#D3E2E6
(211,226,230)
#E9EEF2
(233,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D767A color. Also use rgb(13,118,122) instead hex code.

Text Font Color

.myTextColor { color: #0D767A; }

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

This text font color is #0D767A.


Background Color

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

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

This div background color is #0D767A.


Border color

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

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

This div border color is #0D767A.


Opacity

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

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

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

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

This text has shadow with #0D767A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D767A on black background.


Color preview on white background

This text has color #0D767A on white background.



Black color preview on #0D767A background

This text has black color on #0D767A background.


White color preview on #0D767A background

This text has white color on #0D767A background.