COLOR #231836

HEX: #231836
RGB: (35,24,54)

Color info

#231836 contains red, green and blue colors in about the same proportion. Web safe color of #231836 is #330033 (or #303).

RGB color model

#231836 color RGB value is (35,24,54).

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

RGB channels and saturation

R 35 of 255 = 14%
G 24 of 255 = 9%
B 54 of 255 = 21%

35
24
54

R + G + B ~ 15%. #231836 is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 24 + 54 = 113 (100%)
R 35 of 113 ~ 30.97%
G 24 of 113 ~ 21.24%
B 54 of 113 ~ 47.79%

%30.97
%21.24
%47.79

CMYK color model

#231836 color CMYK value is (35,56,0,79).

  • cyan value is 35.19%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(35,56,0,79)
C35M56Y0K79 
(35%,56%,0%,79%)
(0.35/0.56/0.00/0.79)	

CMYK percentages

%35.19
%55.56
%0
%78.82

Codes

Color #231836 in popluar color models

231836
RGB352454
HSL262°38.46%15.29%
HSB/HSV262°55.56%21.18%
CMYK35.19%55.56%0.00%
78.82%

Color #231836 in popluar number systems.

HEX231836
Decimal352454
Binary10001111000110110
Octal433066

Shades and tints

Shades of #231836

#231836
(35,24,54)
#201632
(32,22,50)
#1D142E
(29,20,46)
#1A122A
(26,18,42)
#171026
(23,16,38)
#140E22
(20,14,34)
#110C1E
(17,12,30)
#0E0A1A
(14,10,26)
#0B0816
(11,8,22)
#080612
(8,6,18)
#05040E
(5,4,14)
#000000
(0,0,0)

Tints of #231836

#231836
(35,24,54)
#372D48
(55,45,72)
#4B425A
(75,66,90)
#5F576C
(95,87,108)
#736C7E
(115,108,126)
#878190
(135,129,144)
#9B96A2
(155,150,162)
#AFABB4
(175,171,180)
#C3C0C6
(195,192,198)
#D7D5D8
(215,213,216)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #231836; }

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

This text font color is #231836.


Background Color

.myBgColor { background-color: #231836; }

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

This div background color is #231836.


Border color

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

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

This div border color is #231836.


Opacity

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

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

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

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

This text has shadow with #231836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #231836 on black background.


Color preview on white background

This text has color #231836 on white background.



Black color preview on #231836 background

This text has black color on #231836 background.


White color preview on #231836 background

This text has white color on #231836 background.