COLOR #3A6B01

HEX: #3A6B01
RGB: (58,107,1)

Color info

#3A6B01 contains mainly red and green colors. Web safe color of #3A6B01 is #336600 (or #360).

RGB color model

#3A6B01 color RGB value is (58,107,1).

  • red value is 58;
  • green value is 107;
  • blue value is 1.
RGB:
(58,107,1)
(23%,42%,0%)

RGB channels and saturation

R 58 of 255 = 23%
G 107 of 255 = 42%
B 1 of 255 = 0%

58
107
1

R + G + B ~ 22%. #3A6B01 is dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 107 + 1 = 166 (100%)
R 58 of 166 ~ 34.94%
G 107 of 166 ~ 64.46%
B 1 of 166 ~ 0.6%

%34.94
%64.46

CMYK color model

#3A6B01 color CMYK value is (46,0,99,58).

  • cyan value is 45.79%
  • magenta value is 0.00%
  • yellow value is 99.07%
  • key color value is 58.04%
CMYK:
(46,0,99,58)
C46M0Y99K58 
(46%,0%,99%,58%)
(0.46/0.00/0.99/0.58)	

CMYK percentages

%45.79
%0
%99.07
%58.04

Codes

Color #3A6B01 in popluar color models

3A6B01
RGB581071
HSL88°98.15%21.18%
HSB/HSV88°99.07%41.96%
CMYK45.79%0.00%99.07%
58.04%

Color #3A6B01 in popluar number systems.

HEX3A6B01
Decimal581071
Binary11101011010111
Octal721531

Shades and tints

Shades of #3A6B01

#3A6B01
(58,107,1)
#356201
(53,98,1)
#305901
(48,89,1)
#2B5001
(43,80,1)
#264701
(38,71,1)
#213E01
(33,62,1)
#1C3501
(28,53,1)
#172C01
(23,44,1)
#122301
(18,35,1)
#0D1A01
(13,26,1)
#081101
(8,17,1)
#000000
(0,0,0)

Tints of #3A6B01

#3A6B01
(58,107,1)
#4B7818
(75,120,24)
#5C852F
(92,133,47)
#6D9246
(109,146,70)
#7E9F5D
(126,159,93)
#8FAC74
(143,172,116)
#A0B98B
(160,185,139)
#B1C6A2
(177,198,162)
#C2D3B9
(194,211,185)
#D3E0D0
(211,224,208)
#E4EDE7
(228,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6B01 color. Also use rgb(58,107,1) instead hex code.

Text Font Color

.myTextColor { color: #3A6B01; }

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

This text font color is #3A6B01.


Background Color

.myBgColor { background-color: #3A6B01; }

<div style="background-color:#3A6B01">Inner text</div>

This div background color is #3A6B01.


Border color

.myBorderColor { border: 1px solid #3A6B01; }

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

This div border color is #3A6B01.


Opacity

.myOpacity80 { color: #3A6B01; opacity: 0.8; }

<p style="color:#3A6B01;opacity:0.8;">80%</p>

Text with #3A6B01 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 #3A6B01;}

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

This text has shadow with #3A6B01 color.

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

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

This text has shadow with #3A6B01 primary color and red secondary color.


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

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

This text has shadow with #3A6B01 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6B01 on black background.


Color preview on white background

This text has color #3A6B01 on white background.



Black color preview on #3A6B01 background

This text has black color on #3A6B01 background.


White color preview on #3A6B01 background

This text has white color on #3A6B01 background.