COLOR #104B61

HEX: #104B61 RGB: (16,75,97)

Color info

#104B61 contains mainly green and blue colors. Web safe color of #104B61 is #003366 (or #036).

RGB color model

#104B61 color RGB value is (16,75,97).

RGB: (16,75,97) (6%, 29%, 38%)

RGB channels and saturation

R 16 of 255 = 6%
G 75 of 255 = 29%
B 97 of 255 = 38%

16
75
97

R + G + B ~ 24%. #104B61 is dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 75 + 97 = 188 (100%)
R 16 of 188 ~ 8.51%
G 75 of 188 ~ 39.89%
B 97 of 188 ~ 51.6'%

%39.89
%51.6

CMYK color model

#104B61 color CMYK value is (84,23,0,62).

  • cyan value is 83.51%
  • magenta value is 22.68%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK: (84,23,0,62) C84M23Y0K62 (84%,23%,0%,62%) (0.84/0.23/0.00/0.62) 

CMYK percentages

%83.51
%22.68
%0
%61.96

Codes

Color #104B61 in popluar color models

10 4B 61
RGB 16 75 97
HSL 196° 71.68% 22.16%
HSB/HSV 196° 83.51% 38.04%
CMYK 83.51% 22.68% 0.00%
61.96%

Color #104B61 in popluar number systems.

HEX 10 4B 61
Decimal 16 75 97
Binary 10000 1001011 1100001
Octal 20 113 141

Shades and tints

Shades of #104B61

#104B61
(16,75,97)
#0F4559
(15,69,89)
#0E3F51
(14,63,81)
#0D3949
(13,57,73)
#0C3341
(12,51,65)
#0B2D39
(11,45,57)
#0A2731
(10,39,49)
#092129
(9,33,41)
#081B21
(8,27,33)
#071519
(7,21,25)
#060F11
(6,15,17)
#000000
(0,0,0)

Tints of #104B61

#104B61
(16,75,97)
#255B6F
(37,91,111)
#3A6B7D
(58,107,125)
#4F7B8B
(79,123,139)
#648B99
(100,139,153)
#799BA7
(121,155,167)
#8EABB5
(142,171,181)
#A3BBC3
(163,187,195)
#B8CBD1
(184,203,209)
#CDDBDF
(205,219,223)
#E2EBED
(226,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #104B61 color. Also use rgb(16,75,97) instead hex code.

Text Font Color

.myTextColor { color: #104B61; }

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

This text font color is #104B61.

Background Color

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

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

This div background color is #104B61.

Border color

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

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

This div border color is #104B61.

Opacity

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

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

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

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

This text has shadow with #104B61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #104B61.

Preview

Color preview on black background

This text has color #104B61 on black background.


Color preview on white background

This text has color #104B61 on white background.


Black color preview on #104B61 background

This text has black color on #104B61 background.


White color preview on #104B61 background

This text has white color on #104B61 background.


Related colors

Complementary color

Complementary color for #hex is #EFB49E.


I love getcolorcode.com

Triadic colors

1 #61104B and #4B6110 with #104B61 are triadic colors.

2 #614B10 and #4B1061 with #104B61 are triadic colors.