COLOR #233835

HEX: #233835 RGB: (35,56,53)

Color info

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

RGB color model

#233835 color RGB value is (35,56,53).

RGB: (35,56,53) (14%, 22%, 21%)

RGB channels and saturation

R 35 of 255 = 14%
G 56 of 255 = 22%
B 53 of 255 = 21%

35
56
53

R + G + B ~ 19%. #233835 is dark color.

Portions of RGB colors in percentages

R + G + B = 35 + 56 + 53 = 144 (100%)
R 35 of 144 ~ 24.31%
G 56 of 144 ~ 38.89%
B 53 of 144 ~ 36.81'%

%24.31
%38.89
%36.81

CMYK color model

#233835 color CMYK value is (38,0,5,78).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 5.36%
  • key color value is 78.04%

CMYK: (38,0,5,78)
C38M0Y5K78 (38%, 0%, 5%, 78%)
(0.38 / 0.00 / 0.05 / 0.78)

CMYK percentages

%37.5
%0
%5.36
%78.04

Codes

Color #233835 in popluar color models

23 38 35
RGB 35 56 53
HSL 171° 23.08% 17.84%
HSB/HSV 171° 37.50% 21.96%
CMYK 37.50% 0.00% 5.36%
78.04%

Color #233835 in popluar number systems.

HEX 23 38 35
Decimal 35 56 53
Binary 100011 111000 110101
Octal 43 70 65

Shades and tints

Shades of #233835

#233835
(35,56,53)
#203331
(32,51,49)
#1D2E2D
(29,46,45)
#1A2929
(26,41,41)
#172425
(23,36,37)
#141F21
(20,31,33)
#111A1D
(17,26,29)
#0E1519
(14,21,25)
#0B1015
(11,16,21)
#080B11
(8,11,17)
#05060D
(5,6,13)
#000000
(0,0,0)

Tints of #233835

#233835
(35,56,53)
#374A47
(55,74,71)
#4B5C59
(75,92,89)
#5F6E6B
(95,110,107)
#73807D
(115,128,125)
#87928F
(135,146,143)
#9BA4A1
(155,164,161)
#AFB6B3
(175,182,179)
#C3C8C5
(195,200,197)
#D7DAD7
(215,218,215)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #233835; }

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

This text font color is #233835.

Background Color

.myBgColor { background-color: #233835; }

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

This div background color is #233835.

Border color

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

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

This div border color is #233835.

Opacity

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

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

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

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

This text has shadow with #233835 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #233835.

Preview

Color preview on black background

This text has color #233835 on black background.


Color preview on white background

This text has color #233835 on white background.


Black color preview on #233835 background

This text has black color on #233835 background.


White color preview on #233835 background

This text has white color on #233835 background.


Related colors

Complementary color

Complementary color for #hex is #DCC7CA.


I love getcolorcode.com

Triadic colors

1 #352338 and #383523 with #233835 are triadic colors.

2 #353823 and #382335 with #233835 are triadic colors.