COLOR #232E35

HEX: #232E35
RGB: (35,46,53)

Color info

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

RGB color model

#232E35 color RGB value is (35,46,53).

  • red value is 35;
  • green value is 46;
  • blue value is 53.
RGB:
(35,46,53)
(14%,18%,21%)

RGB channels and saturation

R 35 of 255 = 14%
G 46 of 255 = 18%
B 53 of 255 = 21%

35
46
53

R + G + B ~ 18%. #232E35 is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 46 + 53 = 134 (100%)
R 35 of 134 ~ 26.12%
G 46 of 134 ~ 34.33%
B 53 of 134 ~ 39.55%

%26.12
%34.33
%39.55

CMYK color model

#232E35 color CMYK value is (34,13,0,79).

  • cyan value is 33.96%
  • magenta value is 13.21%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(34,13,0,79)
C34M13Y0K79 
(34%,13%,0%,79%)
(0.34/0.13/0.00/0.79)	

CMYK percentages

%33.96
%13.21
%0
%79.22

Codes

Color #232E35 in popluar color models

232E35
RGB354653
HSL203°20.45%17.25%
HSB/HSV203°33.96%20.78%
CMYK33.96%13.21%0.00%
79.22%

Color #232E35 in popluar number systems.

HEX232E35
Decimal354653
Binary100011101110110101
Octal435665

Shades and tints

Shades of #232E35

#232E35
(35,46,53)
#202A31
(32,42,49)
#1D262D
(29,38,45)
#1A2229
(26,34,41)
#171E25
(23,30,37)
#141A21
(20,26,33)
#11161D
(17,22,29)
#0E1219
(14,18,25)
#0B0E15
(11,14,21)
#080A11
(8,10,17)
#05060D
(5,6,13)
#000000
(0,0,0)

Tints of #232E35

#232E35
(35,46,53)
#374147
(55,65,71)
#4B5459
(75,84,89)
#5F676B
(95,103,107)
#737A7D
(115,122,125)
#878D8F
(135,141,143)
#9BA0A1
(155,160,161)
#AFB3B3
(175,179,179)
#C3C6C5
(195,198,197)
#D7D9D7
(215,217,215)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #232E35 color. Also use rgb(35,46,53) instead hex code.

Text Font Color

.myTextColor { color: #232E35; }

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

This text font color is #232E35.


Background Color

.myBgColor { background-color: #232E35; }

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

This div background color is #232E35.


Border color

.myBorderColor { border: 1px solid #232E35; }

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

This div border color is #232E35.


Opacity

.myOpacity80 { color: #232E35; opacity: 0.8; }

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

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

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

This text has shadow with #232E35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #232E35 on black background.


Color preview on white background

This text has color #232E35 on white background.



Black color preview on #232E35 background

This text has black color on #232E35 background.


White color preview on #232E35 background

This text has white color on #232E35 background.