COLOR #231813

HEX: #231813
RGB: (35,24,19)

Color info

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

RGB color model

#231813 color RGB value is (35,24,19).

  • red value is 35;
  • green value is 24;
  • blue value is 19.
RGB:
(35,24,19)
(14%,9%,7%)

RGB channels and saturation

R 35 of 255 = 14%
G 24 of 255 = 9%
B 19 of 255 = 7%

35
24
19

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

Portions of RGB colors in percentages

R + G + B =
35 + 24 + 19 = 78 (100%)
R 35 of 78 ~ 44.87%
G 24 of 78 ~ 30.77%
B 19 of 78 ~ 24.36%

%44.87
%30.77
%24.36

CMYK color model

#231813 color CMYK value is (0,31,46,86).

  • cyan value is 0.00%
  • magenta value is 31.43%
  • yellow value is 45.71%
  • key color value is 86.27%
CMYK:
(0,31,46,86)
C0M31Y46K86 
(0%,31%,46%,86%)
(0.00/0.31/0.46/0.86)	

CMYK percentages

%0
%31.43
%45.71
%86.27

Codes

Color #231813 in popluar color models

231813
RGB352419
HSL19°29.63%10.59%
HSB/HSV19°45.71%13.73%
CMYK0.00%31.43%45.71%
86.27%

Color #231813 in popluar number systems.

HEX231813
Decimal352419
Binary1000111100010011
Octal433023

Shades and tints

Shades of #231813

#231813
(35,24,19)
#201612
(32,22,18)
#1D1411
(29,20,17)
#1A1210
(26,18,16)
#17100F
(23,16,15)
#140E0E
(20,14,14)
#110C0D
(17,12,13)
#0E0A0C
(14,10,12)
#0B080B
(11,8,11)
#08060A
(8,6,10)
#050409
(5,4,9)
#000000
(0,0,0)

Tints of #231813

#231813
(35,24,19)
#372D28
(55,45,40)
#4B423D
(75,66,61)
#5F5752
(95,87,82)
#736C67
(115,108,103)
#87817C
(135,129,124)
#9B9691
(155,150,145)
#AFABA6
(175,171,166)
#C3C0BB
(195,192,187)
#D7D5D0
(215,213,208)
#EBEAE5
(235,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #231813 color. Also use rgb(35,24,19) instead hex code.

Text Font Color

.myTextColor { color: #231813; }

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

This text font color is #231813.


Background Color

.myBgColor { background-color: #231813; }

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

This div background color is #231813.


Border color

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

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

This div border color is #231813.


Opacity

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

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

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

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

This text has shadow with #231813 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #231813 on black background.


Color preview on white background

This text has color #231813 on white background.



Black color preview on #231813 background

This text has black color on #231813 background.


White color preview on #231813 background

This text has white color on #231813 background.