COLOR #235749

HEX: #235749
RGB: (35,87,73)

Color info

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

RGB color model

#235749 color RGB value is (35,87,73).

  • red value is 35;
  • green value is 87;
  • blue value is 73.
RGB:
(35,87,73)
(14%,34%,29%)

RGB channels and saturation

R 35 of 255 = 14%
G 87 of 255 = 34%
B 73 of 255 = 29%

35
87
73

R + G + B ~ 26%. #235749 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 87 + 73 = 195 (100%)
R 35 of 195 ~ 17.95%
G 87 of 195 ~ 44.62%
B 73 of 195 ~ 37.44%

%17.95
%44.62
%37.44

CMYK color model

#235749 color CMYK value is (60,0,16,66).

  • cyan value is 59.77%
  • magenta value is 0.00%
  • yellow value is 16.09%
  • key color value is 65.88%
CMYK:
(60,0,16,66)
C60M0Y16K66 
(60%,0%,16%,66%)
(0.60/0.00/0.16/0.66)	

CMYK percentages

%59.77
%0
%16.09
%65.88

Codes

Color #235749 in popluar color models

235749
RGB358773
HSL164°42.62%23.92%
HSB/HSV164°59.77%34.12%
CMYK59.77%0.00%16.09%
65.88%

Color #235749 in popluar number systems.

HEX235749
Decimal358773
Binary10001110101111001001
Octal43127111

Shades and tints

Shades of #235749

#235749
(35,87,73)
#205043
(32,80,67)
#1D493D
(29,73,61)
#1A4237
(26,66,55)
#173B31
(23,59,49)
#14342B
(20,52,43)
#112D25
(17,45,37)
#0E261F
(14,38,31)
#0B1F19
(11,31,25)
#081813
(8,24,19)
#05110D
(5,17,13)
#000000
(0,0,0)

Tints of #235749

#235749
(35,87,73)
#376659
(55,102,89)
#4B7569
(75,117,105)
#5F8479
(95,132,121)
#739389
(115,147,137)
#87A299
(135,162,153)
#9BB1A9
(155,177,169)
#AFC0B9
(175,192,185)
#C3CFC9
(195,207,201)
#D7DED9
(215,222,217)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #235749 color. Also use rgb(35,87,73) instead hex code.

Text Font Color

.myTextColor { color: #235749; }

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

This text font color is #235749.


Background Color

.myBgColor { background-color: #235749; }

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

This div background color is #235749.


Border color

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

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

This div border color is #235749.


Opacity

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

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

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

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

This text has shadow with #235749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #235749 on black background.


Color preview on white background

This text has color #235749 on white background.



Black color preview on #235749 background

This text has black color on #235749 background.


White color preview on #235749 background

This text has white color on #235749 background.