COLOR #0D260D

HEX: #0D260D RGB: (13,38,13)

Color info

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

RGB color model

#0D260D color RGB value is (13,38,13).

RGB: (13,38,13) (5%, 15%, 5%)

RGB channels and saturation

R 13 of 255 = 5%
G 38 of 255 = 15%
B 13 of 255 = 5%

13
38
13

R + G + B ~ 8%. #0D260D is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 38 + 13 = 64 (100%)
R 13 of 64 ~ 20.31%
G 38 of 64 ~ 59.38%
B 13 of 64 ~ 20.31'%

%20.31
%59.38
%20.31

CMYK color model

#0D260D color CMYK value is (66,0,66,85).

  • cyan value is 65.79%
  • magenta value is 0.00%
  • yellow value is 65.79%
  • key color value is 85.10%

CMYK: (66,0,66,85)
C66M0Y66K85 (66%, 0%, 66%, 85%)
(0.66 / 0.00 / 0.66 / 0.85)

CMYK percentages

%65.79
%0
%65.79
%85.1

Codes

Color #0D260D in popluar color models

0D 26 0D
RGB 13 38 13
HSL 120° 49.02% 10.00%
HSB/HSV 120° 65.79% 14.90%
CMYK 65.79% 0.00% 65.79%
85.10%

Color #0D260D in popluar number systems.

HEX 0D 26 0D
Decimal 13 38 13
Binary 1101 100110 1101
Octal 15 46 15

Shades and tints

Shades of #0D260D

#0D260D
(13,38,13)
#0C230C
(12,35,12)
#0B200B
(11,32,11)
#0A1D0A
(10,29,10)
#091A09
(9,26,9)
#081708
(8,23,8)
#071407
(7,20,7)
#061106
(6,17,6)
#050E05
(5,14,5)
#040B04
(4,11,4)
#030803
(3,8,3)
#000000
(0,0,0)

Tints of #0D260D

#0D260D
(13,38,13)
#233923
(35,57,35)
#394C39
(57,76,57)
#4F5F4F
(79,95,79)
#657265
(101,114,101)
#7B857B
(123,133,123)
#919891
(145,152,145)
#A7ABA7
(167,171,167)
#BDBEBD
(189,190,189)
#D3D1D3
(211,209,211)
#E9E4E9
(233,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D260D color. Also use rgb(13,38,13) instead hex code.

Text Font Color

.myTextColor { color: #0D260D; }

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

This text font color is #0D260D.

Background Color

.myBgColor { background-color: #0D260D; }

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

This div background color is #0D260D.

Border color

.myBorderColor { border: 1px solid #0D260D; }

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

This div border color is #0D260D.

Opacity

.myOpacity80 { color: #0D260D; opacity: 0.8; }

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

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

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

This text has shadow with #0D260D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D260D.

Preview

Color preview on black background

This text has color #0D260D on black background.


Color preview on white background

This text has color #0D260D on white background.


Black color preview on #0D260D background

This text has black color on #0D260D background.


White color preview on #0D260D background

This text has white color on #0D260D background.


Related colors

Complementary color

Complementary color for #hex is #F2D9F2.


I love getcolorcode.com

Triadic colors

1 #0D0D26 and #260D0D with #0D260D are triadic colors.

2 #0D260D and #260D0D with #0D260D are triadic colors.