COLOR #061F26

HEX: #061F26
RGB: (6,31,38)

Color info

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

RGB color model

#061F26 color RGB value is (6,31,38).

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

RGB channels and saturation

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

6
31
38

R + G + B ~ 10%. #061F26 is dark color.

Portions of RGB colors in percentages

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

%41.33
%50.67

CMYK color model

#061F26 color CMYK value is (84,18,0,85).

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

CMYK percentages

%84.21
%18.42
%0
%85.1

Codes

Color #061F26 in popluar color models

061F26
RGB63138
HSL193°72.73%8.63%
HSB/HSV193°84.21%14.90%
CMYK84.21%18.42%0.00%
85.10%

Color #061F26 in popluar number systems.

HEX061F26
Decimal63138
Binary11011111100110
Octal63746

Shades and tints

Shades of #061F26

#061F26
(6,31,38)
#061D23
(6,29,35)
#061B20
(6,27,32)
#06191D
(6,25,29)
#06171A
(6,23,26)
#061517
(6,21,23)
#061314
(6,19,20)
#061111
(6,17,17)
#060F0E
(6,15,14)
#060D0B
(6,13,11)
#060B08
(6,11,8)
#000000
(0,0,0)

Tints of #061F26

#061F26
(6,31,38)
#1C3339
(28,51,57)
#32474C
(50,71,76)
#485B5F
(72,91,95)
#5E6F72
(94,111,114)
#748385
(116,131,133)
#8A9798
(138,151,152)
#A0ABAB
(160,171,171)
#B6BFBE
(182,191,190)
#CCD3D1
(204,211,209)
#E2E7E4
(226,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061F26; }

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

This text font color is #061F26.


Background Color

.myBgColor { background-color: #061F26; }

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

This div background color is #061F26.


Border color

.myBorderColor { border: 1px solid #061F26; }

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

This div border color is #061F26.


Opacity

.myOpacity80 { color: #061F26; opacity: 0.8; }

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

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

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

This text has shadow with #061F26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061F26 on black background.


Color preview on white background

This text has color #061F26 on white background.



Black color preview on #061F26 background

This text has black color on #061F26 background.


White color preview on #061F26 background

This text has white color on #061F26 background.