COLOR #06261D

HEX: #06261D RGB: (6,38,29)

Color info

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

RGB color model

#06261D color RGB value is (6,38,29).

RGB: (6,38,29) (2%, 15%, 11%)

RGB channels and saturation

R 6 of 255 = 2%
G 38 of 255 = 15%
B 29 of 255 = 11%

6
38
29

R + G + B ~ 9%. #06261D is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 38 + 29 = 73 (100%)
R 6 of 73 ~ 8.22%
G 38 of 73 ~ 52.05%
B 29 of 73 ~ 39.73'%

%52.05
%39.73

CMYK color model

#06261D color CMYK value is (84,0,24,85).

  • cyan value is 84.21%
  • magenta value is 0.00%
  • yellow value is 23.68%
  • key color value is 85.10%

CMYK: (84,0,24,85)
C84M0Y24K85 (84%, 0%, 24%, 85%)
(0.84 / 0.00 / 0.24 / 0.85)

CMYK percentages

%84.21
%0
%23.68
%85.1

Codes

Color #06261D in popluar color models

06 26 1D
RGB 6 38 29
HSL 163° 72.73% 8.63%
HSB/HSV 163° 84.21% 14.90%
CMYK 84.21% 0.00% 23.68%
85.10%

Color #06261D in popluar number systems.

HEX 06 26 1D
Decimal 6 38 29
Binary 110 100110 11101
Octal 6 46 35

Shades and tints

Shades of #06261D

#06261D
(6,38,29)
#06231B
(6,35,27)
#062019
(6,32,25)
#061D17
(6,29,23)
#061A15
(6,26,21)
#061713
(6,23,19)
#061411
(6,20,17)
#06110F
(6,17,15)
#060E0D
(6,14,13)
#060B0B
(6,11,11)
#060809
(6,8,9)
#000000
(0,0,0)

Tints of #06261D

#06261D
(6,38,29)
#1C3931
(28,57,49)
#324C45
(50,76,69)
#485F59
(72,95,89)
#5E726D
(94,114,109)
#748581
(116,133,129)
#8A9895
(138,152,149)
#A0ABA9
(160,171,169)
#B6BEBD
(182,190,189)
#CCD1D1
(204,209,209)
#E2E4E5
(226,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06261D; }

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

This text font color is #06261D.

Background Color

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

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

This div background color is #06261D.

Border color

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

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

This div border color is #06261D.

Opacity

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

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

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

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

This text has shadow with #06261D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06261D.

Preview

Color preview on black background

This text has color #06261D on black background.


Color preview on white background

This text has color #06261D on white background.


Black color preview on #06261D background

This text has black color on #06261D background.


White color preview on #06261D background

This text has white color on #06261D background.


Related colors

Complementary color

Complementary color for #hex is #F9D9E2.


I love getcolorcode.com

Triadic colors

1 #1D0626 and #261D06 with #06261D are triadic colors.

2 #1D2606 and #26061D with #06261D are triadic colors.