COLOR #084126

HEX: #084126
RGB: (8,65,38)

Color info

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

RGB color model

#084126 color RGB value is (8,65,38).

  • red value is 8;
  • green value is 65;
  • blue value is 38.
RGB:
(8,65,38)
(3%,25%,15%)

RGB channels and saturation

R 8 of 255 = 3%
G 65 of 255 = 25%
B 38 of 255 = 15%

8
65
38

R + G + B ~ 14%. #084126 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 65 + 38 = 111 (100%)
R 8 of 111 ~ 7.21%
G 65 of 111 ~ 58.56%
B 38 of 111 ~ 34.23%

%58.56
%34.23

CMYK color model

#084126 color CMYK value is (88,0,42,75).

  • cyan value is 87.69%
  • magenta value is 0.00%
  • yellow value is 41.54%
  • key color value is 74.51%
CMYK:
(88,0,42,75)
C88M0Y42K75 
(88%,0%,42%,75%)
(0.88/0.00/0.42/0.75)	

CMYK percentages

%87.69
%0
%41.54
%74.51

Codes

Color #084126 in popluar color models

084126
RGB86538
HSL152°78.08%14.31%
HSB/HSV152°87.69%25.49%
CMYK87.69%0.00%41.54%
74.51%

Color #084126 in popluar number systems.

HEX084126
Decimal86538
Binary10001000001100110
Octal1010146

Shades and tints

Shades of #084126

#084126
(8,65,38)
#083C23
(8,60,35)
#083720
(8,55,32)
#08321D
(8,50,29)
#082D1A
(8,45,26)
#082817
(8,40,23)
#082314
(8,35,20)
#081E11
(8,30,17)
#08190E
(8,25,14)
#08140B
(8,20,11)
#080F08
(8,15,8)
#000000
(0,0,0)

Tints of #084126

#084126
(8,65,38)
#1E5239
(30,82,57)
#34634C
(52,99,76)
#4A745F
(74,116,95)
#608572
(96,133,114)
#769685
(118,150,133)
#8CA798
(140,167,152)
#A2B8AB
(162,184,171)
#B8C9BE
(184,201,190)
#CEDAD1
(206,218,209)
#E4EBE4
(228,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #084126 color. Also use rgb(8,65,38) instead hex code.

Text Font Color

.myTextColor { color: #084126; }

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

This text font color is #084126.


Background Color

.myBgColor { background-color: #084126; }

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

This div background color is #084126.


Border color

.myBorderColor { border: 1px solid #084126; }

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

This div border color is #084126.


Opacity

.myOpacity80 { color: #084126; opacity: 0.8; }

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

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

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

This text has shadow with #084126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084126 on black background.


Color preview on white background

This text has color #084126 on white background.



Black color preview on #084126 background

This text has black color on #084126 background.


White color preview on #084126 background

This text has white color on #084126 background.