COLOR #062601

HEX: #062601
RGB: (6,38,1)

Color info

#062601 contains red, green and blue colors in about the same proportion. Web safe color of #062601 is #003300 (or #030).

RGB color model

#062601 color RGB value is (6,38,1).

  • red value is 6;
  • green value is 38;
  • blue value is 1.
RGB:
(6,38,1)
(2%,15%,0%)

RGB channels and saturation

R 6 of 255 = 2%
G 38 of 255 = 15%
B 1 of 255 = 0%

6
38
1

R + G + B ~ 6%. #062601 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 38 + 1 = 45 (100%)
R 6 of 45 ~ 13.33%
G 38 of 45 ~ 84.44%
B 1 of 45 ~ 2.22%

%13.33
%84.44

CMYK color model

#062601 color CMYK value is (84,0,97,85).

  • cyan value is 84.21%
  • magenta value is 0.00%
  • yellow value is 97.37%
  • key color value is 85.10%
CMYK:
(84,0,97,85)
C84M0Y97K85 
(84%,0%,97%,85%)
(0.84/0.00/0.97/0.85)	

CMYK percentages

%84.21
%0
%97.37
%85.1

Codes

Color #062601 in popluar color models

062601
RGB6381
HSL112°94.87%7.65%
HSB/HSV112°97.37%14.90%
CMYK84.21%0.00%97.37%
85.10%

Color #062601 in popluar number systems.

HEX062601
Decimal6381
Binary1101001101
Octal6461

Shades and tints

Shades of #062601

#062601
(6,38,1)
#062301
(6,35,1)
#062001
(6,32,1)
#061D01
(6,29,1)
#061A01
(6,26,1)
#061701
(6,23,1)
#061401
(6,20,1)
#061101
(6,17,1)
#060E01
(6,14,1)
#060B01
(6,11,1)
#060801
(6,8,1)
#000000
(0,0,0)

Tints of #062601

#062601
(6,38,1)
#1C3918
(28,57,24)
#324C2F
(50,76,47)
#485F46
(72,95,70)
#5E725D
(94,114,93)
#748574
(116,133,116)
#8A988B
(138,152,139)
#A0ABA2
(160,171,162)
#B6BEB9
(182,190,185)
#CCD1D0
(204,209,208)
#E2E4E7
(226,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #062601 color. Also use rgb(6,38,1) instead hex code.

Text Font Color

.myTextColor { color: #062601; }

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

This text font color is #062601.


Background Color

.myBgColor { background-color: #062601; }

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

This div background color is #062601.


Border color

.myBorderColor { border: 1px solid #062601; }

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

This div border color is #062601.


Opacity

.myOpacity80 { color: #062601; opacity: 0.8; }

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

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

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

This text has shadow with #062601 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062601 on black background.


Color preview on white background

This text has color #062601 on white background.



Black color preview on #062601 background

This text has black color on #062601 background.


White color preview on #062601 background

This text has white color on #062601 background.