COLOR #04275F

HEX: #04275F RGB: (4,39,95)

Color info

#04275F contains mainly green and blue colors. Web safe color of #04275F is #003366 (or #036).

RGB color model

#04275F color RGB value is (4,39,95).

RGB: (4,39,95) (2%, 15%, 37%)

RGB channels and saturation

R 4 of 255 = 2%
G 39 of 255 = 15%
B 95 of 255 = 37%

4
39
95

R + G + B ~ 18%. #04275F is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 39 + 95 = 138 (100%)
R 4 of 138 ~ 2.9%
G 39 of 138 ~ 28.26%
B 95 of 138 ~ 68.84'%

%28.26
%68.84

CMYK color model

#04275F color CMYK value is (96,59,0,63).

  • cyan value is 95.79%
  • magenta value is 58.95%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (96,59,0,63)
C96M59Y0K63 (96%, 59%, 0%, 63%)
(0.96 / 0.59 / 0.00 / 0.63)

CMYK percentages

%95.79
%58.95
%0
%62.75

Codes

Color #04275F in popluar color models

04 27 5F
RGB 4 39 95
HSL 217° 91.92% 19.41%
HSB/HSV 217° 95.79% 37.25%
CMYK 95.79% 58.95% 0.00%
62.75%

Color #04275F in popluar number systems.

HEX 04 27 5F
Decimal 4 39 95
Binary 100 100111 1011111
Octal 4 47 137

Shades and tints

Shades of #04275F

#04275F
(4,39,95)
#042457
(4,36,87)
#04214F
(4,33,79)
#041E47
(4,30,71)
#041B3F
(4,27,63)
#041837
(4,24,55)
#04152F
(4,21,47)
#041227
(4,18,39)
#040F1F
(4,15,31)
#040C17
(4,12,23)
#04090F
(4,9,15)
#000000
(0,0,0)

Tints of #04275F

#04275F
(4,39,95)
#1A3A6D
(26,58,109)
#304D7B
(48,77,123)
#466089
(70,96,137)
#5C7397
(92,115,151)
#7286A5
(114,134,165)
#8899B3
(136,153,179)
#9EACC1
(158,172,193)
#B4BFCF
(180,191,207)
#CAD2DD
(202,210,221)
#E0E5EB
(224,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04275F color. Also use rgb(4,39,95) instead hex code.

Text Font Color

.myTextColor { color: #04275F; }

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

This text font color is #04275F.

Background Color

.myBgColor { background-color: #04275F; }

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

This div background color is #04275F.

Border color

.myBorderColor { border: 1px solid #04275F; }

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

This div border color is #04275F.

Opacity

.myOpacity80 { color: #04275F; opacity: 0.8; }

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

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

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

This text has shadow with #04275F color.


.textShadow {text-shadow: 3px 3px 1px #04275F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #04275F; -webkit-box-shadow: 1px 1px 3px 2px #04275F; box-shadow:1px 1px 3px 2px #04275F;">
Div content here
</div>

This div box has shadow with color #04275F.

Preview

Color preview on black background

This text has color #04275F on black background.


Color preview on white background

This text has color #04275F on white background.


Black color preview on #04275F background

This text has black color on #04275F background.


White color preview on #04275F background

This text has white color on #04275F background.


Related colors

Complementary color

Complementary color for #hex is #FBD8A0.


I love getcolorcode.com

Triadic colors

1 #5F0427 and #275F04 with #04275F are triadic colors.

2 #5F2704 and #27045F with #04275F are triadic colors.