COLOR #0D757B

HEX: #0D757B RGB: (13,117,123)

Color info

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

RGB color model

#0D757B color RGB value is (13,117,123).

RGB: (13,117,123) (5%, 46%, 48%)

RGB channels and saturation

R 13 of 255 = 5%
G 117 of 255 = 46%
B 123 of 255 = 48%

13
117
123

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

Portions of RGB colors in percentages

R + G + B = 13 + 117 + 123 = 253 (100%)
R 13 of 253 ~ 5.14%
G 117 of 253 ~ 46.25%
B 123 of 253 ~ 48.62'%

%46.25
%48.62

CMYK color model

#0D757B color CMYK value is (89,5,0,52).

  • cyan value is 89.43%
  • magenta value is 4.88%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK: (89,5,0,52) C89M5Y0K52 (89%,5%,0%,52%) (0.89/0.05/0.00/0.52) 

CMYK percentages

%89.43
%4.88
%0
%51.76

Codes

Color #0D757B in popluar color models

0D 75 7B
RGB 13 117 123
HSL 183° 80.88% 26.67%
HSB/HSV 183° 89.43% 48.24%
CMYK 89.43% 4.88% 0.00%
51.76%

Color #0D757B in popluar number systems.

HEX 0D 75 7B
Decimal 13 117 123
Binary 1101 1110101 1111011
Octal 15 165 173

Shades and tints

Shades of #0D757B

#0D757B
(13,117,123)
#0C6B70
(12,107,112)
#0B6165
(11,97,101)
#0A575A
(10,87,90)
#094D4F
(9,77,79)
#084344
(8,67,68)
#073939
(7,57,57)
#062F2E
(6,47,46)
#052523
(5,37,35)
#041B18
(4,27,24)
#03110D
(3,17,13)
#000000
(0,0,0)

Tints of #0D757B

#0D757B
(13,117,123)
#238187
(35,129,135)
#398D93
(57,141,147)
#4F999F
(79,153,159)
#65A5AB
(101,165,171)
#7BB1B7
(123,177,183)
#91BDC3
(145,189,195)
#A7C9CF
(167,201,207)
#BDD5DB
(189,213,219)
#D3E1E7
(211,225,231)
#E9EDF3
(233,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D757B color. Also use rgb(13,117,123) instead hex code.

Text Font Color

.myTextColor { color: #0D757B; }

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

This text font color is #0D757B.

Background Color

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

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

This div background color is #0D757B.

Border color

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

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

This div border color is #0D757B.

Opacity

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

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

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

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

This text has shadow with #0D757B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D757B.

Preview

Color preview on black background

This text has color #0D757B on black background.


Color preview on white background

This text has color #0D757B on white background.


Black color preview on #0D757B background

This text has black color on #0D757B background.


White color preview on #0D757B background

This text has white color on #0D757B background.


Related colors

Complementary color

Complementary color for #hex is #F28A84.


I love getcolorcode.com

Triadic colors

1 #7B0D75 and #757B0D with #0D757B are triadic colors.

2 #7B750D and #750D7B with #0D757B are triadic colors.