COLOR #042615

HEX: #042615 RGB: (4,38,21)

Color info

#042615 contains red, green and blue colors in about the same proportion. Web safe color of #042615 is #003300 (or #030).

RGB color model

#042615 color RGB value is (4,38,21).

RGB: (4,38,21) (2%, 15%, 8%)

RGB channels and saturation

R 4 of 255 = 2%
G 38 of 255 = 15%
B 21 of 255 = 8%

4
38
21

R + G + B ~ 8%. #042615 is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 38 + 21 = 63 (100%)
R 4 of 63 ~ 6.35%
G 38 of 63 ~ 60.32%
B 21 of 63 ~ 33.33'%

%60.32
%33.33

CMYK color model

#042615 color CMYK value is (89,0,45,85).

  • cyan value is 89.47%
  • magenta value is 0.00%
  • yellow value is 44.74%
  • key color value is 85.10%

CMYK: (89,0,45,85)
C89M0Y45K85 (89%, 0%, 45%, 85%)
(0.89 / 0.00 / 0.45 / 0.85)

CMYK percentages

%89.47
%0
%44.74
%85.1

Codes

Color #042615 in popluar color models

04 26 15
RGB 4 38 21
HSL 150° 80.95% 8.24%
HSB/HSV 150° 89.47% 14.90%
CMYK 89.47% 0.00% 44.74%
85.10%

Color #042615 in popluar number systems.

HEX 04 26 15
Decimal 4 38 21
Binary 100 100110 10101
Octal 4 46 25

Shades and tints

Shades of #042615

#042615
(4,38,21)
#042314
(4,35,20)
#042013
(4,32,19)
#041D12
(4,29,18)
#041A11
(4,26,17)
#041710
(4,23,16)
#04140F
(4,20,15)
#04110E
(4,17,14)
#040E0D
(4,14,13)
#040B0C
(4,11,12)
#04080B
(4,8,11)
#000000
(0,0,0)

Tints of #042615

#042615
(4,38,21)
#1A392A
(26,57,42)
#304C3F
(48,76,63)
#465F54
(70,95,84)
#5C7269
(92,114,105)
#72857E
(114,133,126)
#889893
(136,152,147)
#9EABA8
(158,171,168)
#B4BEBD
(180,190,189)
#CAD1D2
(202,209,210)
#E0E4E7
(224,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #042615; }

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

This text font color is #042615.

Background Color

.myBgColor { background-color: #042615; }

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

This div background color is #042615.

Border color

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

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

This div border color is #042615.

Opacity

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

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

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

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

This text has shadow with #042615 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #042615.

Preview

Color preview on black background

This text has color #042615 on black background.


Color preview on white background

This text has color #042615 on white background.


Black color preview on #042615 background

This text has black color on #042615 background.


White color preview on #042615 background

This text has white color on #042615 background.


Related colors

Complementary color

Complementary color for #hex is #FBD9EA.


I love getcolorcode.com

Triadic colors

1 #150426 and #261504 with #042615 are triadic colors.

2 #152604 and #260415 with #042615 are triadic colors.