COLOR #140425

HEX: #140425 RGB: (20,4,37)

Color info

#140425 contains red, green and blue colors in about the same proportion. Web safe color of #140425 is #000033 (or #003).

RGB color model

#140425 color RGB value is (20,4,37).

RGB: (20,4,37) (8%, 2%, 15%)

RGB channels and saturation

R 20 of 255 = 8%
G 4 of 255 = 2%
B 37 of 255 = 15%

20
4
37

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

Portions of RGB colors in percentages

R + G + B = 20 + 4 + 37 = 61 (100%)
R 20 of 61 ~ 32.79%
G 4 of 61 ~ 6.56%
B 37 of 61 ~ 60.66'%

%32.79
%60.66

CMYK color model

#140425 color CMYK value is (46,89,0,85).

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

CMYK: (46,89,0,85)
C46M89Y0K85 (46%, 89%, 0%, 85%)
(0.46 / 0.89 / 0.00 / 0.85)

CMYK percentages

%45.95
%89.19
%0
%85.49

Codes

Color #140425 in popluar color models

14 04 25
RGB 20 4 37
HSL 269° 80.49% 8.04%
HSB/HSV 269° 89.19% 14.51%
CMYK 45.95% 89.19% 0.00%
85.49%

Color #140425 in popluar number systems.

HEX 14 04 25
Decimal 20 4 37
Binary 10100 100 100101
Octal 24 4 45

Shades and tints

Shades of #140425

#140425
(20,4,37)
#130422
(19,4,34)
#12041F
(18,4,31)
#11041C
(17,4,28)
#100419
(16,4,25)
#0F0416
(15,4,22)
#0E0413
(14,4,19)
#0D0410
(13,4,16)
#0C040D
(12,4,13)
#0B040A
(11,4,10)
#0A0407
(10,4,7)
#000000
(0,0,0)

Tints of #140425

#140425
(20,4,37)
#291A38
(41,26,56)
#3E304B
(62,48,75)
#53465E
(83,70,94)
#685C71
(104,92,113)
#7D7284
(125,114,132)
#928897
(146,136,151)
#A79EAA
(167,158,170)
#BCB4BD
(188,180,189)
#D1CAD0
(209,202,208)
#E6E0E3
(230,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140425; }

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

This text font color is #140425.

Background Color

.myBgColor { background-color: #140425; }

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

This div background color is #140425.

Border color

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

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

This div border color is #140425.

Opacity

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

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

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

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

This text has shadow with #140425 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #140425.

Preview

Color preview on black background

This text has color #140425 on black background.


Color preview on white background

This text has color #140425 on white background.


Black color preview on #140425 background

This text has black color on #140425 background.


White color preview on #140425 background

This text has white color on #140425 background.


Related colors

Complementary color

Complementary color for #hex is #EBFBDA.


I love getcolorcode.com

Triadic colors

1 #251404 and #042514 with #140425 are triadic colors.

2 #250414 and #041425 with #140425 are triadic colors.