COLOR #042123

HEX: #042123
RGB: (4,33,35)

Color info

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

RGB color model

#042123 color RGB value is (4,33,35).

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

RGB channels and saturation

R 4 of 255 = 2%
G 33 of 255 = 13%
B 35 of 255 = 14%

4
33
35

R + G + B ~ 10%. #042123 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 33 + 35 = 72 (100%)
R 4 of 72 ~ 5.56%
G 33 of 72 ~ 45.83%
B 35 of 72 ~ 48.61%

%45.83
%48.61

CMYK color model

#042123 color CMYK value is (89,6,0,86).

  • cyan value is 88.57%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 86.27%
CMYK:
(89,6,0,86)
C89M6Y0K86 
(89%,6%,0%,86%)
(0.89/0.06/0.00/0.86)	

CMYK percentages

%88.57
%5.71
%0
%86.27

Codes

Color #042123 in popluar color models

042123
RGB43335
HSL184°79.49%7.65%
HSB/HSV184°88.57%13.73%
CMYK88.57%5.71%0.00%
86.27%

Color #042123 in popluar number systems.

HEX042123
Decimal43335
Binary100100001100011
Octal44143

Shades and tints

Shades of #042123

#042123
(4,33,35)
#041E20
(4,30,32)
#041B1D
(4,27,29)
#04181A
(4,24,26)
#041517
(4,21,23)
#041214
(4,18,20)
#040F11
(4,15,17)
#040C0E
(4,12,14)
#04090B
(4,9,11)
#040608
(4,6,8)
#040305
(4,3,5)
#000000
(0,0,0)

Tints of #042123

#042123
(4,33,35)
#1A3537
(26,53,55)
#30494B
(48,73,75)
#465D5F
(70,93,95)
#5C7173
(92,113,115)
#728587
(114,133,135)
#88999B
(136,153,155)
#9EADAF
(158,173,175)
#B4C1C3
(180,193,195)
#CAD5D7
(202,213,215)
#E0E9EB
(224,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #042123; }

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

This text font color is #042123.


Background Color

.myBgColor { background-color: #042123; }

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

This div background color is #042123.


Border color

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

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

This div border color is #042123.


Opacity

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

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

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

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

This text has shadow with #042123 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #042123 on black background.


Color preview on white background

This text has color #042123 on white background.



Black color preview on #042123 background

This text has black color on #042123 background.


White color preview on #042123 background

This text has white color on #042123 background.