COLOR #231848

HEX: #231848
RGB: (35,24,72)

Color info

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

RGB color model

#231848 color RGB value is (35,24,72).

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

RGB channels and saturation

R 35 of 255 = 14%
G 24 of 255 = 9%
B 72 of 255 = 28%

35
24
72

R + G + B ~ 17%. #231848 is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 24 + 72 = 131 (100%)
R 35 of 131 ~ 26.72%
G 24 of 131 ~ 18.32%
B 72 of 131 ~ 54.96%

%26.72
%18.32
%54.96

CMYK color model

#231848 color CMYK value is (51,67,0,72).

  • cyan value is 51.39%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(51,67,0,72)
C51M67Y0K72 
(51%,67%,0%,72%)
(0.51/0.67/0.00/0.72)	

CMYK percentages

%51.39
%66.67
%0
%71.76

Codes

Color #231848 in popluar color models

231848
RGB352472
HSL254°50.00%18.82%
HSB/HSV254°66.67%28.24%
CMYK51.39%66.67%0.00%
71.76%

Color #231848 in popluar number systems.

HEX231848
Decimal352472
Binary100011110001001000
Octal4330110

Shades and tints

Shades of #231848

#231848
(35,24,72)
#201642
(32,22,66)
#1D143C
(29,20,60)
#1A1236
(26,18,54)
#171030
(23,16,48)
#140E2A
(20,14,42)
#110C24
(17,12,36)
#0E0A1E
(14,10,30)
#0B0818
(11,8,24)
#080612
(8,6,18)
#05040C
(5,4,12)
#000000
(0,0,0)

Tints of #231848

#231848
(35,24,72)
#372D58
(55,45,88)
#4B4268
(75,66,104)
#5F5778
(95,87,120)
#736C88
(115,108,136)
#878198
(135,129,152)
#9B96A8
(155,150,168)
#AFABB8
(175,171,184)
#C3C0C8
(195,192,200)
#D7D5D8
(215,213,216)
#EBEAE8
(235,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #231848; }

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

This text font color is #231848.


Background Color

.myBgColor { background-color: #231848; }

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

This div background color is #231848.


Border color

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

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

This div border color is #231848.


Opacity

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

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

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

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

This text has shadow with #231848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #231848 on black background.


Color preview on white background

This text has color #231848 on white background.



Black color preview on #231848 background

This text has black color on #231848 background.


White color preview on #231848 background

This text has white color on #231848 background.