COLOR #14230D

HEX: #14230D RGB: (20,35,13)

Color info

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

RGB color model

#14230D color RGB value is (20,35,13).

RGB: (20,35,13) (8%, 14%, 5%)

RGB channels and saturation

R 20 of 255 = 8%
G 35 of 255 = 14%
B 13 of 255 = 5%

20
35
13

R + G + B ~ 9%. #14230D is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 35 + 13 = 68 (100%)
R 20 of 68 ~ 29.41%
G 35 of 68 ~ 51.47%
B 13 of 68 ~ 19.12'%

%29.41
%51.47
%19.12

CMYK color model

#14230D color CMYK value is (43,0,63,86).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 62.86%
  • key color value is 86.27%

CMYK: (43,0,63,86)
C43M0Y63K86 (43%, 0%, 63%, 86%)
(0.43 / 0.00 / 0.63 / 0.86)

CMYK percentages

%42.86
%0
%62.86
%86.27

Codes

Color #14230D in popluar color models

14 23 0D
RGB 20 35 13
HSL 101° 45.83% 9.41%
HSB/HSV 101° 62.86% 13.73%
CMYK 42.86% 0.00% 62.86%
86.27%

Color #14230D in popluar number systems.

HEX 14 23 0D
Decimal 20 35 13
Binary 10100 100011 1101
Octal 24 43 15

Shades and tints

Shades of #14230D

#14230D
(20,35,13)
#13200C
(19,32,12)
#121D0B
(18,29,11)
#111A0A
(17,26,10)
#101709
(16,23,9)
#0F1408
(15,20,8)
#0E1107
(14,17,7)
#0D0E06
(13,14,6)
#0C0B05
(12,11,5)
#0B0804
(11,8,4)
#0A0503
(10,5,3)
#000000
(0,0,0)

Tints of #14230D

#14230D
(20,35,13)
#293723
(41,55,35)
#3E4B39
(62,75,57)
#535F4F
(83,95,79)
#687365
(104,115,101)
#7D877B
(125,135,123)
#929B91
(146,155,145)
#A7AFA7
(167,175,167)
#BCC3BD
(188,195,189)
#D1D7D3
(209,215,211)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14230D color. Also use rgb(20,35,13) instead hex code.

Text Font Color

.myTextColor { color: #14230D; }

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

This text font color is #14230D.

Background Color

.myBgColor { background-color: #14230D; }

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

This div background color is #14230D.

Border color

.myBorderColor { border: 1px solid #14230D; }

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

This div border color is #14230D.

Opacity

.myOpacity80 { color: #14230D; opacity: 0.8; }

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

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

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

This text has shadow with #14230D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #14230D.

Preview

Color preview on black background

This text has color #14230D on black background.


Color preview on white background

This text has color #14230D on white background.


Black color preview on #14230D background

This text has black color on #14230D background.


White color preview on #14230D background

This text has white color on #14230D background.


Related colors

Complementary color

Complementary color for #hex is #EBDCF2.


I love getcolorcode.com

Triadic colors

1 #0D1423 and #230D14 with #14230D are triadic colors.

2 #0D2314 and #23140D with #14230D are triadic colors.