COLOR #04260D

HEX: #04260D
RGB: (4,38,13)

Color info

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

RGB color model

#04260D color RGB value is (4,38,13).

  • red value is 4;
  • green value is 38;
  • blue value is 13.
RGB:
(4,38,13)
(2%,15%,5%)

RGB channels and saturation

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

4
38
13

R + G + B ~ 7%. #04260D is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 38 + 13 = 55 (100%)
R 4 of 55 ~ 7.27%
G 38 of 55 ~ 69.09%
B 13 of 55 ~ 23.64%

%69.09
%23.64

CMYK color model

#04260D color CMYK value is (89,0,66,85).

  • cyan value is 89.47%
  • magenta value is 0.00%
  • yellow value is 65.79%
  • key color value is 85.10%
CMYK:
(89,0,66,85)
C89M0Y66K85 
(89%,0%,66%,85%)
(0.89/0.00/0.66/0.85)	

CMYK percentages

%89.47
%0
%65.79
%85.1

Codes

Color #04260D in popluar color models

04260D
RGB43813
HSL136°80.95%8.24%
HSB/HSV136°89.47%14.90%
CMYK89.47%0.00%65.79%
85.10%

Color #04260D in popluar number systems.

HEX04260D
Decimal43813
Binary1001001101101
Octal44615

Shades and tints

Shades of #04260D

#04260D
(4,38,13)
#04230C
(4,35,12)
#04200B
(4,32,11)
#041D0A
(4,29,10)
#041A09
(4,26,9)
#041708
(4,23,8)
#041407
(4,20,7)
#041106
(4,17,6)
#040E05
(4,14,5)
#040B04
(4,11,4)
#040803
(4,8,3)
#000000
(0,0,0)

Tints of #04260D

#04260D
(4,38,13)
#1A3923
(26,57,35)
#304C39
(48,76,57)
#465F4F
(70,95,79)
#5C7265
(92,114,101)
#72857B
(114,133,123)
#889891
(136,152,145)
#9EABA7
(158,171,167)
#B4BEBD
(180,190,189)
#CAD1D3
(202,209,211)
#E0E4E9
(224,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04260D; }

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

This text font color is #04260D.


Background Color

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

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

This div background color is #04260D.


Border color

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

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

This div border color is #04260D.


Opacity

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

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

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

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

This text has shadow with #04260D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04260D on black background.


Color preview on white background

This text has color #04260D on white background.



Black color preview on #04260D background

This text has black color on #04260D background.


White color preview on #04260D background

This text has white color on #04260D background.