COLOR #230E19

HEX: #230E19
RGB: (35,14,25)

Color info

#230E19 contains red, green and blue colors in about the same proportion. Web safe color of #230E19 is #330000 (or #300).

RGB color model

#230E19 color RGB value is (35,14,25).

  • red value is 35;
  • green value is 14;
  • blue value is 25.
RGB:
(35,14,25)
(14%,5%,10%)

RGB channels and saturation

R 35 of 255 = 14%
G 14 of 255 = 5%
B 25 of 255 = 10%

35
14
25

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

Portions of RGB colors in percentages

R + G + B =
35 + 14 + 25 = 74 (100%)
R 35 of 74 ~ 47.3%
G 14 of 74 ~ 18.92%
B 25 of 74 ~ 33.78%

%47.3
%18.92
%33.78

CMYK color model

#230E19 color CMYK value is (0,60,29,86).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 28.57%
  • key color value is 86.27%
CMYK:
(0,60,29,86)
C0M60Y29K86 
(0%,60%,29%,86%)
(0.00/0.60/0.29/0.86)	

CMYK percentages

%0
%60
%28.57
%86.27

Codes

Color #230E19 in popluar color models

230E19
RGB351425
HSL329°42.86%9.61%
HSB/HSV329°60.00%13.73%
CMYK0.00%60.00%28.57%
86.27%

Color #230E19 in popluar number systems.

HEX230E19
Decimal351425
Binary100011111011001
Octal431631

Shades and tints

Shades of #230E19

#230E19
(35,14,25)
#200D17
(32,13,23)
#1D0C15
(29,12,21)
#1A0B13
(26,11,19)
#170A11
(23,10,17)
#14090F
(20,9,15)
#11080D
(17,8,13)
#0E070B
(14,7,11)
#0B0609
(11,6,9)
#080507
(8,5,7)
#050405
(5,4,5)
#000000
(0,0,0)

Tints of #230E19

#230E19
(35,14,25)
#37232D
(55,35,45)
#4B3841
(75,56,65)
#5F4D55
(95,77,85)
#736269
(115,98,105)
#87777D
(135,119,125)
#9B8C91
(155,140,145)
#AFA1A5
(175,161,165)
#C3B6B9
(195,182,185)
#D7CBCD
(215,203,205)
#EBE0E1
(235,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #230E19 color. Also use rgb(35,14,25) instead hex code.

Text Font Color

.myTextColor { color: #230E19; }

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

This text font color is #230E19.


Background Color

.myBgColor { background-color: #230E19; }

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

This div background color is #230E19.


Border color

.myBorderColor { border: 1px solid #230E19; }

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

This div border color is #230E19.


Opacity

.myOpacity80 { color: #230E19; opacity: 0.8; }

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

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

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

This text has shadow with #230E19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #230E19 on black background.


Color preview on white background

This text has color #230E19 on white background.



Black color preview on #230E19 background

This text has black color on #230E19 background.


White color preview on #230E19 background

This text has white color on #230E19 background.