COLOR #084023

HEX: #084023
RGB: (8,64,35)

Color info

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

RGB color model

#084023 color RGB value is (8,64,35).

  • red value is 8;
  • green value is 64;
  • blue value is 35.
RGB:
(8,64,35)
(3%,25%,14%)

RGB channels and saturation

R 8 of 255 = 3%
G 64 of 255 = 25%
B 35 of 255 = 14%

8
64
35

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

Portions of RGB colors in percentages

R + G + B =
8 + 64 + 35 = 107 (100%)
R 8 of 107 ~ 7.48%
G 64 of 107 ~ 59.81%
B 35 of 107 ~ 32.71%

%59.81
%32.71

CMYK color model

#084023 color CMYK value is (88,0,45,75).

  • cyan value is 87.50%
  • magenta value is 0.00%
  • yellow value is 45.31%
  • key color value is 74.90%
CMYK:
(88,0,45,75)
C88M0Y45K75 
(88%,0%,45%,75%)
(0.88/0.00/0.45/0.75)	

CMYK percentages

%87.5
%0
%45.31
%74.9

Codes

Color #084023 in popluar color models

084023
RGB86435
HSL149°77.78%14.12%
HSB/HSV149°87.50%25.10%
CMYK87.50%0.00%45.31%
74.90%

Color #084023 in popluar number systems.

HEX084023
Decimal86435
Binary10001000000100011
Octal1010043

Shades and tints

Shades of #084023

#084023
(8,64,35)
#083B20
(8,59,32)
#08361D
(8,54,29)
#08311A
(8,49,26)
#082C17
(8,44,23)
#082714
(8,39,20)
#082211
(8,34,17)
#081D0E
(8,29,14)
#08180B
(8,24,11)
#081308
(8,19,8)
#080E05
(8,14,5)
#000000
(0,0,0)

Tints of #084023

#084023
(8,64,35)
#1E5137
(30,81,55)
#34624B
(52,98,75)
#4A735F
(74,115,95)
#608473
(96,132,115)
#769587
(118,149,135)
#8CA69B
(140,166,155)
#A2B7AF
(162,183,175)
#B8C8C3
(184,200,195)
#CED9D7
(206,217,215)
#E4EAEB
(228,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #084023 color. Also use rgb(8,64,35) instead hex code.

Text Font Color

.myTextColor { color: #084023; }

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

This text font color is #084023.


Background Color

.myBgColor { background-color: #084023; }

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

This div background color is #084023.


Border color

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

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

This div border color is #084023.


Opacity

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

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

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

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

This text has shadow with #084023 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084023 on black background.


Color preview on white background

This text has color #084023 on white background.



Black color preview on #084023 background

This text has black color on #084023 background.


White color preview on #084023 background

This text has white color on #084023 background.