COLOR #235343

HEX: #235343
RGB: (35,83,67)

Color info

#235343 contains red, green and blue colors in about the same proportion. Web safe color of #235343 is #336633 (or #363).

RGB color model

#235343 color RGB value is (35,83,67).

  • red value is 35;
  • green value is 83;
  • blue value is 67.
RGB:
(35,83,67)
(14%,33%,26%)

RGB channels and saturation

R 35 of 255 = 14%
G 83 of 255 = 33%
B 67 of 255 = 26%

35
83
67

R + G + B ~ 24%. #235343 is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 83 + 67 = 185 (100%)
R 35 of 185 ~ 18.92%
G 83 of 185 ~ 44.86%
B 67 of 185 ~ 36.22%

%18.92
%44.86
%36.22

CMYK color model

#235343 color CMYK value is (58,0,19,67).

  • cyan value is 57.83%
  • magenta value is 0.00%
  • yellow value is 19.28%
  • key color value is 67.45%
CMYK:
(58,0,19,67)
C58M0Y19K67 
(58%,0%,19%,67%)
(0.58/0.00/0.19/0.67)	

CMYK percentages

%57.83
%0
%19.28
%67.45

Codes

Color #235343 in popluar color models

235343
RGB358367
HSL160°40.68%23.14%
HSB/HSV160°57.83%32.55%
CMYK57.83%0.00%19.28%
67.45%

Color #235343 in popluar number systems.

HEX235343
Decimal358367
Binary10001110100111000011
Octal43123103

Shades and tints

Shades of #235343

#235343
(35,83,67)
#204C3D
(32,76,61)
#1D4537
(29,69,55)
#1A3E31
(26,62,49)
#17372B
(23,55,43)
#143025
(20,48,37)
#11291F
(17,41,31)
#0E2219
(14,34,25)
#0B1B13
(11,27,19)
#08140D
(8,20,13)
#050D07
(5,13,7)
#000000
(0,0,0)

Tints of #235343

#235343
(35,83,67)
#376254
(55,98,84)
#4B7165
(75,113,101)
#5F8076
(95,128,118)
#738F87
(115,143,135)
#879E98
(135,158,152)
#9BADA9
(155,173,169)
#AFBCBA
(175,188,186)
#C3CBCB
(195,203,203)
#D7DADC
(215,218,220)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #235343 color. Also use rgb(35,83,67) instead hex code.

Text Font Color

.myTextColor { color: #235343; }

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

This text font color is #235343.


Background Color

.myBgColor { background-color: #235343; }

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

This div background color is #235343.


Border color

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

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

This div border color is #235343.


Opacity

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

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

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

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

This text has shadow with #235343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #235343 on black background.


Color preview on white background

This text has color #235343 on white background.



Black color preview on #235343 background

This text has black color on #235343 background.


White color preview on #235343 background

This text has white color on #235343 background.