COLOR #104F6A

HEX: #104F6A RGB: (16,79,106)

Color info

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

RGB color model

#104F6A color RGB value is (16,79,106).

RGB: (16,79,106) (6%, 31%, 42%)

RGB channels and saturation

R 16 of 255 = 6%
G 79 of 255 = 31%
B 106 of 255 = 42%

16
79
106

R + G + B ~ 26%. #104F6A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 79 + 106 = 201 (100%)
R 16 of 201 ~ 7.96%
G 79 of 201 ~ 39.3%
B 106 of 201 ~ 52.74'%

%39.3
%52.74

CMYK color model

#104F6A color CMYK value is (85,25,0,58).

  • cyan value is 84.91%
  • magenta value is 25.47%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK: (85,25,0,58) C85M25Y0K58 (85%,25%,0%,58%) (0.85/0.25/0.00/0.58) 

CMYK percentages

%84.91
%25.47
%0
%58.43

Codes

Color #104F6A in popluar color models

10 4F 6A
RGB 16 79 106
HSL 198° 73.77% 23.92%
HSB/HSV 198° 84.91% 41.57%
CMYK 84.91% 25.47% 0.00%
58.43%

Color #104F6A in popluar number systems.

HEX 10 4F 6A
Decimal 16 79 106
Binary 10000 1001111 1101010
Octal 20 117 152

Shades and tints

Shades of #104F6A

#104F6A
(16,79,106)
#0F4861
(15,72,97)
#0E4158
(14,65,88)
#0D3A4F
(13,58,79)
#0C3346
(12,51,70)
#0B2C3D
(11,44,61)
#0A2534
(10,37,52)
#091E2B
(9,30,43)
#081722
(8,23,34)
#071019
(7,16,25)
#060910
(6,9,16)
#000000
(0,0,0)

Tints of #104F6A

#104F6A
(16,79,106)
#255F77
(37,95,119)
#3A6F84
(58,111,132)
#4F7F91
(79,127,145)
#648F9E
(100,143,158)
#799FAB
(121,159,171)
#8EAFB8
(142,175,184)
#A3BFC5
(163,191,197)
#B8CFD2
(184,207,210)
#CDDFDF
(205,223,223)
#E2EFEC
(226,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #104F6A color. Also use rgb(16,79,106) instead hex code.

Text Font Color

.myTextColor { color: #104F6A; }

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

This text font color is #104F6A.

Background Color

.myBgColor { background-color: #104F6A; }

<div style="background-color:#104F6A">Inner text</div>

This div background color is #104F6A.

Border color

.myBorderColor { border: 1px solid #104F6A; }

<div style="border:3px solid #104F6A">Div</div>

This div border color is #104F6A.

Opacity

.myOpacity80 { color: #104F6A; opacity: 0.8; }

<p style="color:#104F6A;opacity:0.8;">80%</p>

Text with #104F6A 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 #104F6A;}

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

This text has shadow with #104F6A color.


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

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

This text has shadow with #104F6A primary color and red secondary color.


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

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

This text has shadow with #104F6A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #104F6A.

Preview

Color preview on black background

This text has color #104F6A on black background.


Color preview on white background

This text has color #104F6A on white background.


Black color preview on #104F6A background

This text has black color on #104F6A background.


White color preview on #104F6A background

This text has white color on #104F6A background.


Related colors

Complementary color

Complementary color for #hex is #EFB095.


I love getcolorcode.com

Triadic colors

1 #6A104F and #4F6A10 with #104F6A are triadic colors.

2 #6A4F10 and #4F106A with #104F6A are triadic colors.