COLOR #01746C

HEX: #01746C RGB: (1,116,108)

Color info

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

RGB color model

#01746C color RGB value is (1,116,108).

RGB: (1,116,108) (0%, 45%, 42%)

RGB channels and saturation

R 1 of 255 = 0%
G 116 of 255 = 45%
B 108 of 255 = 42%

1
116
108

R + G + B ~ 29%. #01746C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 116 + 108 = 225 (100%)
R 1 of 225 ~ 0.44%
G 116 of 225 ~ 51.56%
B 108 of 225 ~ 48'%

%51.56
%48

CMYK color model

#01746C color CMYK value is (99,0,7,55).

  • cyan value is 99.14%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 54.51%

CMYK: (99,0,7,55)
C99M0Y7K55 (99%, 0%, 7%, 55%)
(0.99 / 0.00 / 0.07 / 0.55)

CMYK percentages

%99.14
%0
%6.9
%54.51

Codes

Color #01746C in popluar color models

01 74 6C
RGB 1 116 108
HSL 176° 98.29% 22.94%
HSB/HSV 176° 99.14% 45.49%
CMYK 99.14% 0.00% 6.90%
54.51%

Color #01746C in popluar number systems.

HEX 01 74 6C
Decimal 1 116 108
Binary 1 1110100 1101100
Octal 1 164 154

Shades and tints

Shades of #01746C

#01746C
(1,116,108)
#016A63
(1,106,99)
#01605A
(1,96,90)
#015651
(1,86,81)
#014C48
(1,76,72)
#01423F
(1,66,63)
#013836
(1,56,54)
#012E2D
(1,46,45)
#012424
(1,36,36)
#011A1B
(1,26,27)
#011012
(1,16,18)
#000000
(0,0,0)

Tints of #01746C

#01746C
(1,116,108)
#188079
(24,128,121)
#2F8C86
(47,140,134)
#469893
(70,152,147)
#5DA4A0
(93,164,160)
#74B0AD
(116,176,173)
#8BBCBA
(139,188,186)
#A2C8C7
(162,200,199)
#B9D4D4
(185,212,212)
#D0E0E1
(208,224,225)
#E7ECEE
(231,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01746C color. Also use rgb(1,116,108) instead hex code.

Text Font Color

.myTextColor { color: #01746C; }

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

This text font color is #01746C.

Background Color

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

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

This div background color is #01746C.

Border color

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

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

This div border color is #01746C.

Opacity

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

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

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

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

This text has shadow with #01746C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01746C.

Preview

Color preview on black background

This text has color #01746C on black background.


Color preview on white background

This text has color #01746C on white background.


Black color preview on #01746C background

This text has black color on #01746C background.


White color preview on #01746C background

This text has white color on #01746C background.


Related colors

Complementary color

Complementary color for #hex is #FE8B93.


I love getcolorcode.com

Triadic colors

1 #6C0174 and #746C01 with #01746C are triadic colors.

2 #6C7401 and #74016C with #01746C are triadic colors.