COLOR #042641

HEX: #042641
RGB: (4,38,65)

Color info

#042641 contains mainly green and blue colors. Web safe color of #042641 is #003333 (or #033).

RGB color model

#042641 color RGB value is (4,38,65).

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

RGB channels and saturation

R 4 of 255 = 2%
G 38 of 255 = 15%
B 65 of 255 = 25%

4
38
65

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

Portions of RGB colors in percentages

R + G + B =
4 + 38 + 65 = 107 (100%)
R 4 of 107 ~ 3.74%
G 38 of 107 ~ 35.51%
B 65 of 107 ~ 60.75%

%35.51
%60.75

CMYK color model

#042641 color CMYK value is (94,42,0,75).

  • cyan value is 93.85%
  • magenta value is 41.54%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(94,42,0,75)
C94M42Y0K75 
(94%,42%,0%,75%)
(0.94/0.42/0.00/0.75)	

CMYK percentages

%93.85
%41.54
%0
%74.51

Codes

Color #042641 in popluar color models

042641
RGB43865
HSL207°88.41%13.53%
HSB/HSV207°93.85%25.49%
CMYK93.85%41.54%0.00%
74.51%

Color #042641 in popluar number systems.

HEX042641
Decimal43865
Binary1001001101000001
Octal446101

Shades and tints

Shades of #042641

#042641
(4,38,65)
#04233C
(4,35,60)
#042037
(4,32,55)
#041D32
(4,29,50)
#041A2D
(4,26,45)
#041728
(4,23,40)
#041423
(4,20,35)
#04111E
(4,17,30)
#040E19
(4,14,25)
#040B14
(4,11,20)
#04080F
(4,8,15)
#000000
(0,0,0)

Tints of #042641

#042641
(4,38,65)
#1A3952
(26,57,82)
#304C63
(48,76,99)
#465F74
(70,95,116)
#5C7285
(92,114,133)
#728596
(114,133,150)
#8898A7
(136,152,167)
#9EABB8
(158,171,184)
#B4BEC9
(180,190,201)
#CAD1DA
(202,209,218)
#E0E4EB
(224,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #042641; }

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

This text font color is #042641.


Background Color

.myBgColor { background-color: #042641; }

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

This div background color is #042641.


Border color

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

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

This div border color is #042641.


Opacity

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

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

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

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

This text has shadow with #042641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #042641 on black background.


Color preview on white background

This text has color #042641 on white background.



Black color preview on #042641 background

This text has black color on #042641 background.


White color preview on #042641 background

This text has white color on #042641 background.