COLOR #140835

HEX: #140835
RGB: (20,8,53)

Color info

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

RGB color model

#140835 color RGB value is (20,8,53).

  • red value is 20;
  • green value is 8;
  • blue value is 53.
RGB:
(20,8,53)
(8%,3%,21%)

RGB channels and saturation

R 20 of 255 = 8%
G 8 of 255 = 3%
B 53 of 255 = 21%

20
8
53

R + G + B ~ 11%. #140835 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 8 + 53 = 81 (100%)
R 20 of 81 ~ 24.69%
G 8 of 81 ~ 9.88%
B 53 of 81 ~ 65.43%

%24.69
%9.88
%65.43

CMYK color model

#140835 color CMYK value is (62,85,0,79).

  • cyan value is 62.26%
  • magenta value is 84.91%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(62,85,0,79)
C62M85Y0K79 
(62%,85%,0%,79%)
(0.62/0.85/0.00/0.79)	

CMYK percentages

%62.26
%84.91
%0
%79.22

Codes

Color #140835 in popluar color models

140835
RGB20853
HSL256°73.77%11.96%
HSB/HSV256°84.91%20.78%
CMYK62.26%84.91%0.00%
79.22%

Color #140835 in popluar number systems.

HEX140835
Decimal20853
Binary101001000110101
Octal241065

Shades and tints

Shades of #140835

#140835
(20,8,53)
#130831
(19,8,49)
#12082D
(18,8,45)
#110829
(17,8,41)
#100825
(16,8,37)
#0F0821
(15,8,33)
#0E081D
(14,8,29)
#0D0819
(13,8,25)
#0C0815
(12,8,21)
#0B0811
(11,8,17)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #140835

#140835
(20,8,53)
#291E47
(41,30,71)
#3E3459
(62,52,89)
#534A6B
(83,74,107)
#68607D
(104,96,125)
#7D768F
(125,118,143)
#928CA1
(146,140,161)
#A7A2B3
(167,162,179)
#BCB8C5
(188,184,197)
#D1CED7
(209,206,215)
#E6E4E9
(230,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #140835 color. Also use rgb(20,8,53) instead hex code.

Text Font Color

.myTextColor { color: #140835; }

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

This text font color is #140835.


Background Color

.myBgColor { background-color: #140835; }

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

This div background color is #140835.


Border color

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

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

This div border color is #140835.


Opacity

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

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

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

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

This text has shadow with #140835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140835 on black background.


Color preview on white background

This text has color #140835 on white background.



Black color preview on #140835 background

This text has black color on #140835 background.


White color preview on #140835 background

This text has white color on #140835 background.