COLOR #042523

HEX: #042523 RGB: (4,37,35)

Color info

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

RGB color model

#042523 color RGB value is (4,37,35).

RGB: (4,37,35) (2%, 15%, 14%)

RGB channels and saturation

R 4 of 255 = 2%
G 37 of 255 = 15%
B 35 of 255 = 14%

4
37
35

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

Portions of RGB colors in percentages

R + G + B = 4 + 37 + 35 = 76 (100%)
R 4 of 76 ~ 5.26%
G 37 of 76 ~ 48.68%
B 35 of 76 ~ 46.05'%

%48.68
%46.05

CMYK color model

#042523 color CMYK value is (89,0,5,85).

  • cyan value is 89.19%
  • magenta value is 0.00%
  • yellow value is 5.41%
  • key color value is 85.49%

CMYK: (89,0,5,85)
C89M0Y5K85 (89%, 0%, 5%, 85%)
(0.89 / 0.00 / 0.05 / 0.85)

CMYK percentages

%89.19
%0
%5.41
%85.49

Codes

Color #042523 in popluar color models

04 25 23
RGB 4 37 35
HSL 176° 80.49% 8.04%
HSB/HSV 176° 89.19% 14.51%
CMYK 89.19% 0.00% 5.41%
85.49%

Color #042523 in popluar number systems.

HEX 04 25 23
Decimal 4 37 35
Binary 100 100101 100011
Octal 4 45 43

Shades and tints

Shades of #042523

#042523
(4,37,35)
#042220
(4,34,32)
#041F1D
(4,31,29)
#041C1A
(4,28,26)
#041917
(4,25,23)
#041614
(4,22,20)
#041311
(4,19,17)
#04100E
(4,16,14)
#040D0B
(4,13,11)
#040A08
(4,10,8)
#040705
(4,7,5)
#000000
(0,0,0)

Tints of #042523

#042523
(4,37,35)
#1A3837
(26,56,55)
#304B4B
(48,75,75)
#465E5F
(70,94,95)
#5C7173
(92,113,115)
#728487
(114,132,135)
#88979B
(136,151,155)
#9EAAAF
(158,170,175)
#B4BDC3
(180,189,195)
#CAD0D7
(202,208,215)
#E0E3EB
(224,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #042523; }

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

This text font color is #042523.

Background Color

.myBgColor { background-color: #042523; }

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

This div background color is #042523.

Border color

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

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

This div border color is #042523.

Opacity

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

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

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

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

This text has shadow with #042523 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #042523.

Preview

Color preview on black background

This text has color #042523 on black background.


Color preview on white background

This text has color #042523 on white background.


Black color preview on #042523 background

This text has black color on #042523 background.


White color preview on #042523 background

This text has white color on #042523 background.


Related colors

Complementary color

Complementary color for #hex is #FBDADC.


I love getcolorcode.com

Triadic colors

1 #230425 and #252304 with #042523 are triadic colors.

2 #232504 and #250423 with #042523 are triadic colors.