COLOR #104B43

HEX: #104B43 RGB: (16,75,67)

Color info

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

RGB color model

#104B43 color RGB value is (16,75,67).

RGB: (16,75,67) (6%, 29%, 26%)

RGB channels and saturation

R 16 of 255 = 6%
G 75 of 255 = 29%
B 67 of 255 = 26%

16
75
67

R + G + B ~ 20%. #104B43 is dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 75 + 67 = 158 (100%)
R 16 of 158 ~ 10.13%
G 75 of 158 ~ 47.47%
B 67 of 158 ~ 42.41'%

%47.47
%42.41

CMYK color model

#104B43 color CMYK value is (79,0,11,71).

  • cyan value is 78.67%
  • magenta value is 0.00%
  • yellow value is 10.67%
  • key color value is 70.59%

CMYK: (79,0,11,71)
C79M0Y11K71 (79%, 0%, 11%, 71%)
(0.79 / 0.00 / 0.11 / 0.71)

CMYK percentages

%78.67
%0
%10.67
%70.59

Codes

Color #104B43 in popluar color models

10 4B 43
RGB 16 75 67
HSL 172° 64.84% 17.84%
HSB/HSV 172° 78.67% 29.41%
CMYK 78.67% 0.00% 10.67%
70.59%

Color #104B43 in popluar number systems.

HEX 10 4B 43
Decimal 16 75 67
Binary 10000 1001011 1000011
Octal 20 113 103

Shades and tints

Shades of #104B43

#104B43
(16,75,67)
#0F453D
(15,69,61)
#0E3F37
(14,63,55)
#0D3931
(13,57,49)
#0C332B
(12,51,43)
#0B2D25
(11,45,37)
#0A271F
(10,39,31)
#092119
(9,33,25)
#081B13
(8,27,19)
#07150D
(7,21,13)
#060F07
(6,15,7)
#000000
(0,0,0)

Tints of #104B43

#104B43
(16,75,67)
#255B54
(37,91,84)
#3A6B65
(58,107,101)
#4F7B76
(79,123,118)
#648B87
(100,139,135)
#799B98
(121,155,152)
#8EABA9
(142,171,169)
#A3BBBA
(163,187,186)
#B8CBCB
(184,203,203)
#CDDBDC
(205,219,220)
#E2EBED
(226,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #104B43; }

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

This text font color is #104B43.

Background Color

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

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

This div background color is #104B43.

Border color

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

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

This div border color is #104B43.

Opacity

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

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

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

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

This text has shadow with #104B43 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #104B43.

Preview

Color preview on black background

This text has color #104B43 on black background.


Color preview on white background

This text has color #104B43 on white background.


Black color preview on #104B43 background

This text has black color on #104B43 background.


White color preview on #104B43 background

This text has white color on #104B43 background.


Related colors

Complementary color

Complementary color for #hex is #EFB4BC.


I love getcolorcode.com

Triadic colors

1 #43104B and #4B4310 with #104B43 are triadic colors.

2 #434B10 and #4B1043 with #104B43 are triadic colors.