COLOR #06261F

HEX: #06261F
RGB: (6,38,31)

Color info

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

RGB color model

#06261F color RGB value is (6,38,31).

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

RGB channels and saturation

R 6 of 255 = 2%
G 38 of 255 = 15%
B 31 of 255 = 12%

6
38
31

R + G + B ~ 10%. #06261F is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 38 + 31 = 75 (100%)
R 6 of 75 ~ 8%
G 38 of 75 ~ 50.67%
B 31 of 75 ~ 41.33%

%50.67
%41.33

CMYK color model

#06261F color CMYK value is (84,0,18,85).

  • cyan value is 84.21%
  • magenta value is 0.00%
  • yellow value is 18.42%
  • key color value is 85.10%
CMYK:
(84,0,18,85)
C84M0Y18K85 
(84%,0%,18%,85%)
(0.84/0.00/0.18/0.85)	

CMYK percentages

%84.21
%0
%18.42
%85.1

Codes

Color #06261F in popluar color models

06261F
RGB63831
HSL167°72.73%8.63%
HSB/HSV167°84.21%14.90%
CMYK84.21%0.00%18.42%
85.10%

Color #06261F in popluar number systems.

HEX06261F
Decimal63831
Binary11010011011111
Octal64637

Shades and tints

Shades of #06261F

#06261F
(6,38,31)
#06231D
(6,35,29)
#06201B
(6,32,27)
#061D19
(6,29,25)
#061A17
(6,26,23)
#061715
(6,23,21)
#061413
(6,20,19)
#061111
(6,17,17)
#060E0F
(6,14,15)
#060B0D
(6,11,13)
#06080B
(6,8,11)
#000000
(0,0,0)

Tints of #06261F

#06261F
(6,38,31)
#1C3933
(28,57,51)
#324C47
(50,76,71)
#485F5B
(72,95,91)
#5E726F
(94,114,111)
#748583
(116,133,131)
#8A9897
(138,152,151)
#A0ABAB
(160,171,171)
#B6BEBF
(182,190,191)
#CCD1D3
(204,209,211)
#E2E4E7
(226,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06261F; }

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

This text font color is #06261F.


Background Color

.myBgColor { background-color: #06261F; }

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

This div background color is #06261F.


Border color

.myBorderColor { border: 1px solid #06261F; }

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

This div border color is #06261F.


Opacity

.myOpacity80 { color: #06261F; opacity: 0.8; }

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

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

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

This text has shadow with #06261F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06261F on black background.


Color preview on white background

This text has color #06261F on white background.



Black color preview on #06261F background

This text has black color on #06261F background.


White color preview on #06261F background

This text has white color on #06261F background.