COLOR #040823

HEX: #040823
RGB: (4,8,35)

Color info

#040823 contains red, green and blue colors in about the same proportion. Web safe color of #040823 is #000033 (or #003).

RGB color model

#040823 color RGB value is (4,8,35).

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

RGB channels and saturation

R 4 of 255 = 2%
G 8 of 255 = 3%
B 35 of 255 = 14%

4
8
35

R + G + B ~ 6%. #040823 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 8 + 35 = 47 (100%)
R 4 of 47 ~ 8.51%
G 8 of 47 ~ 17.02%
B 35 of 47 ~ 74.47%

%17.02
%74.47

CMYK color model

#040823 color CMYK value is (89,77,0,86).

  • cyan value is 88.57%
  • magenta value is 77.14%
  • yellow value is 0.00%
  • key color value is 86.27%
CMYK:
(89,77,0,86)
C89M77Y0K86 
(89%,77%,0%,86%)
(0.89/0.77/0.00/0.86)	

CMYK percentages

%88.57
%77.14
%0
%86.27

Codes

Color #040823 in popluar color models

040823
RGB4835
HSL232°79.49%7.65%
HSB/HSV232°88.57%13.73%
CMYK88.57%77.14%0.00%
86.27%

Color #040823 in popluar number systems.

HEX040823
Decimal4835
Binary1001000100011
Octal41043

Shades and tints

Shades of #040823

#040823
(4,8,35)
#040820
(4,8,32)
#04081D
(4,8,29)
#04081A
(4,8,26)
#040817
(4,8,23)
#040814
(4,8,20)
#040811
(4,8,17)
#04080E
(4,8,14)
#04080B
(4,8,11)
#040808
(4,8,8)
#040805
(4,8,5)
#000000
(0,0,0)

Tints of #040823

#040823
(4,8,35)
#1A1E37
(26,30,55)
#30344B
(48,52,75)
#464A5F
(70,74,95)
#5C6073
(92,96,115)
#727687
(114,118,135)
#888C9B
(136,140,155)
#9EA2AF
(158,162,175)
#B4B8C3
(180,184,195)
#CACED7
(202,206,215)
#E0E4EB
(224,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040823; }

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

This text font color is #040823.


Background Color

.myBgColor { background-color: #040823; }

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

This div background color is #040823.


Border color

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

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

This div border color is #040823.


Opacity

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

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

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

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

This text has shadow with #040823 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040823 on black background.


Color preview on white background

This text has color #040823 on white background.



Black color preview on #040823 background

This text has black color on #040823 background.


White color preview on #040823 background

This text has white color on #040823 background.