COLOR #23363C

HEX: #23363C
RGB: (35,54,60)

Color info

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

RGB color model

#23363C color RGB value is (35,54,60).

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

RGB channels and saturation

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

35
54
60

R + G + B ~ 20%. #23363C is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 54 + 60 = 149 (100%)
R 35 of 149 ~ 23.49%
G 54 of 149 ~ 36.24%
B 60 of 149 ~ 40.27%

%23.49
%36.24
%40.27

CMYK color model

#23363C color CMYK value is (42,10,0,76).

  • cyan value is 41.67%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(42,10,0,76)
C42M10Y0K76 
(42%,10%,0%,76%)
(0.42/0.10/0.00/0.76)	

CMYK percentages

%41.67
%10
%0
%76.47

Codes

Color #23363C in popluar color models

23363C
RGB355460
HSL194°26.32%18.63%
HSB/HSV194°41.67%23.53%
CMYK41.67%10.00%0.00%
76.47%

Color #23363C in popluar number systems.

HEX23363C
Decimal355460
Binary100011110110111100
Octal436674

Shades and tints

Shades of #23363C

#23363C
(35,54,60)
#203237
(32,50,55)
#1D2E32
(29,46,50)
#1A2A2D
(26,42,45)
#172628
(23,38,40)
#142223
(20,34,35)
#111E1E
(17,30,30)
#0E1A19
(14,26,25)
#0B1614
(11,22,20)
#08120F
(8,18,15)
#050E0A
(5,14,10)
#000000
(0,0,0)

Tints of #23363C

#23363C
(35,54,60)
#37484D
(55,72,77)
#4B5A5E
(75,90,94)
#5F6C6F
(95,108,111)
#737E80
(115,126,128)
#879091
(135,144,145)
#9BA2A2
(155,162,162)
#AFB4B3
(175,180,179)
#C3C6C4
(195,198,196)
#D7D8D5
(215,216,213)
#EBEAE6
(235,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #23363C; }

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

This text font color is #23363C.


Background Color

.myBgColor { background-color: #23363C; }

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

This div background color is #23363C.


Border color

.myBorderColor { border: 1px solid #23363C; }

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

This div border color is #23363C.


Opacity

.myOpacity80 { color: #23363C; opacity: 0.8; }

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

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

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

This text has shadow with #23363C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #23363C on black background.


Color preview on white background

This text has color #23363C on white background.



Black color preview on #23363C background

This text has black color on #23363C background.


White color preview on #23363C background

This text has white color on #23363C background.