COLOR #104B47

HEX: #104B47
RGB: (16,75,71)

Color info

#104B47 contains red, green and blue colors in about the same proportion. Web safe color of #104B47 is #003333 (or #033).

RGB color model

#104B47 color RGB value is (16,75,71).

  • red value is 16;
  • green value is 75;
  • blue value is 71.
RGB:
(16,75,71)
(6%,29%,28%)

RGB channels and saturation

R 16 of 255 = 6%
G 75 of 255 = 29%
B 71 of 255 = 28%

16
75
71

R + G + B ~ 21%. #104B47 is dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 75 + 71 = 162 (100%)
R 16 of 162 ~ 9.88%
G 75 of 162 ~ 46.3%
B 71 of 162 ~ 43.83%

%9.88
%46.3
%43.83

CMYK color model

#104B47 color CMYK value is (79,0,5,71).

  • cyan value is 78.67%
  • magenta value is 0.00%
  • yellow value is 5.33%
  • key color value is 70.59%
CMYK:
(79,0,5,71)
C79M0Y5K71 
(79%,0%,5%,71%)
(0.79/0.00/0.05/0.71)	

CMYK percentages

%78.67
%0
%5.33
%70.59

Codes

Color #104B47 in popluar color models

104B47
RGB167571
HSL176°64.84%17.84%
HSB/HSV176°78.67%29.41%
CMYK78.67%0.00%5.33%
70.59%

Color #104B47 in popluar number systems.

HEX104B47
Decimal167571
Binary1000010010111000111
Octal20113107

Shades and tints

Shades of #104B47

#104B47
(16,75,71)
#0F4541
(15,69,65)
#0E3F3B
(14,63,59)
#0D3935
(13,57,53)
#0C332F
(12,51,47)
#0B2D29
(11,45,41)
#0A2723
(10,39,35)
#09211D
(9,33,29)
#081B17
(8,27,23)
#071511
(7,21,17)
#060F0B
(6,15,11)
#000000
(0,0,0)

Tints of #104B47

#104B47
(16,75,71)
#255B57
(37,91,87)
#3A6B67
(58,107,103)
#4F7B77
(79,123,119)
#648B87
(100,139,135)
#799B97
(121,155,151)
#8EABA7
(142,171,167)
#A3BBB7
(163,187,183)
#B8CBC7
(184,203,199)
#CDDBD7
(205,219,215)
#E2EBE7
(226,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #104B47; }

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

This text font color is #104B47.


Background Color

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

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

This div background color is #104B47.


Border color

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

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

This div border color is #104B47.


Opacity

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

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

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

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

This text has shadow with #104B47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #104B47 on black background.


Color preview on white background

This text has color #104B47 on white background.



Black color preview on #104B47 background

This text has black color on #104B47 background.


White color preview on #104B47 background

This text has white color on #104B47 background.