COLOR #104B01

HEX: #104B01
RGB: (16,75,1)

Color info

#104B01 contains mainly red and green colors. Web safe color of #104B01 is #003300 (or #030).

RGB color model

#104B01 color RGB value is (16,75,1).

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

RGB channels and saturation

R 16 of 255 = 6%
G 75 of 255 = 29%
B 1 of 255 = 0%

16
75
1

R + G + B ~ 12%. #104B01 is dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 75 + 1 = 92 (100%)
R 16 of 92 ~ 17.39%
G 75 of 92 ~ 81.52%
B 1 of 92 ~ 1.09%

%17.39
%81.52

CMYK color model

#104B01 color CMYK value is (79,0,99,71).

  • cyan value is 78.67%
  • magenta value is 0.00%
  • yellow value is 98.67%
  • key color value is 70.59%
CMYK:
(79,0,99,71)
C79M0Y99K71 
(79%,0%,99%,71%)
(0.79/0.00/0.99/0.71)	

CMYK percentages

%78.67
%0
%98.67
%70.59

Codes

Color #104B01 in popluar color models

104B01
RGB16751
HSL108°97.37%14.90%
HSB/HSV108°98.67%29.41%
CMYK78.67%0.00%98.67%
70.59%

Color #104B01 in popluar number systems.

HEX104B01
Decimal16751
Binary1000010010111
Octal201131

Shades and tints

Shades of #104B01

#104B01
(16,75,1)
#0F4501
(15,69,1)
#0E3F01
(14,63,1)
#0D3901
(13,57,1)
#0C3301
(12,51,1)
#0B2D01
(11,45,1)
#0A2701
(10,39,1)
#092101
(9,33,1)
#081B01
(8,27,1)
#071501
(7,21,1)
#060F01
(6,15,1)
#000000
(0,0,0)

Tints of #104B01

#104B01
(16,75,1)
#255B18
(37,91,24)
#3A6B2F
(58,107,47)
#4F7B46
(79,123,70)
#648B5D
(100,139,93)
#799B74
(121,155,116)
#8EAB8B
(142,171,139)
#A3BBA2
(163,187,162)
#B8CBB9
(184,203,185)
#CDDBD0
(205,219,208)
#E2EBE7
(226,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #104B01; }

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

This text font color is #104B01.


Background Color

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

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

This div background color is #104B01.


Border color

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

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

This div border color is #104B01.


Opacity

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

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

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

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

This text has shadow with #104B01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #104B01 on black background.


Color preview on white background

This text has color #104B01 on white background.



Black color preview on #104B01 background

This text has black color on #104B01 background.


White color preview on #104B01 background

This text has white color on #104B01 background.