COLOR #231D3D

HEX: #231D3D
RGB: (35,29,61)

Color info

#231D3D contains red, green and blue colors in about the same proportion. Web safe color of #231D3D is #333333 (or #333).

RGB color model

#231D3D color RGB value is (35,29,61).

  • red value is 35;
  • green value is 29;
  • blue value is 61.
RGB:
(35,29,61)
(14%,11%,24%)

RGB channels and saturation

R 35 of 255 = 14%
G 29 of 255 = 11%
B 61 of 255 = 24%

35
29
61

R + G + B ~ 16%. #231D3D is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 29 + 61 = 125 (100%)
R 35 of 125 ~ 28%
G 29 of 125 ~ 23.2%
B 61 of 125 ~ 48.8%

%28
%23.2
%48.8

CMYK color model

#231D3D color CMYK value is (43,52,0,76).

  • cyan value is 42.62%
  • magenta value is 52.46%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(43,52,0,76)
C43M52Y0K76 
(43%,52%,0%,76%)
(0.43/0.52/0.00/0.76)	

CMYK percentages

%42.62
%52.46
%0
%76.08

Codes

Color #231D3D in popluar color models

231D3D
RGB352961
HSL251°35.56%17.65%
HSB/HSV251°52.46%23.92%
CMYK42.62%52.46%0.00%
76.08%

Color #231D3D in popluar number systems.

HEX231D3D
Decimal352961
Binary10001111101111101
Octal433575

Shades and tints

Shades of #231D3D

#231D3D
(35,29,61)
#201B38
(32,27,56)
#1D1933
(29,25,51)
#1A172E
(26,23,46)
#171529
(23,21,41)
#141324
(20,19,36)
#11111F
(17,17,31)
#0E0F1A
(14,15,26)
#0B0D15
(11,13,21)
#080B10
(8,11,16)
#05090B
(5,9,11)
#000000
(0,0,0)

Tints of #231D3D

#231D3D
(35,29,61)
#37314E
(55,49,78)
#4B455F
(75,69,95)
#5F5970
(95,89,112)
#736D81
(115,109,129)
#878192
(135,129,146)
#9B95A3
(155,149,163)
#AFA9B4
(175,169,180)
#C3BDC5
(195,189,197)
#D7D1D6
(215,209,214)
#EBE5E7
(235,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #231D3D color. Also use rgb(35,29,61) instead hex code.

Text Font Color

.myTextColor { color: #231D3D; }

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

This text font color is #231D3D.


Background Color

.myBgColor { background-color: #231D3D; }

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

This div background color is #231D3D.


Border color

.myBorderColor { border: 1px solid #231D3D; }

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

This div border color is #231D3D.


Opacity

.myOpacity80 { color: #231D3D; opacity: 0.8; }

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

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

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

This text has shadow with #231D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #231D3D on black background.


Color preview on white background

This text has color #231D3D on white background.



Black color preview on #231D3D background

This text has black color on #231D3D background.


White color preview on #231D3D background

This text has white color on #231D3D background.