COLOR #235B64

HEX: #235B64
RGB: (35,91,100)

Color info

#235B64 contains mainly green and blue colors. Web safe color of #235B64 is #336666 (or #366).

RGB color model

#235B64 color RGB value is (35,91,100).

  • red value is 35;
  • green value is 91;
  • blue value is 100.
RGB:
(35,91,100)
(14%,36%,39%)

RGB channels and saturation

R 35 of 255 = 14%
G 91 of 255 = 36%
B 100 of 255 = 39%

35
91
100

R + G + B ~ 30%. #235B64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 91 + 100 = 226 (100%)
R 35 of 226 ~ 15.49%
G 91 of 226 ~ 40.27%
B 100 of 226 ~ 44.25%

%15.49
%40.27
%44.25

CMYK color model

#235B64 color CMYK value is (65,9,0,61).

  • cyan value is 65.00%
  • magenta value is 9.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(65,9,0,61)
C65M9Y0K61 
(65%,9%,0%,61%)
(0.65/0.09/0.00/0.61)	

CMYK percentages

%65
%9
%0
%60.78

Codes

Color #235B64 in popluar color models

235B64
RGB3591100
HSL188°48.15%26.47%
HSB/HSV188°65.00%39.22%
CMYK65.00%9.00%0.00%
60.78%

Color #235B64 in popluar number systems.

HEX235B64
Decimal3591100
Binary10001110110111100100
Octal43133144

Shades and tints

Shades of #235B64

#235B64
(35,91,100)
#20535B
(32,83,91)
#1D4B52
(29,75,82)
#1A4349
(26,67,73)
#173B40
(23,59,64)
#143337
(20,51,55)
#112B2E
(17,43,46)
#0E2325
(14,35,37)
#0B1B1C
(11,27,28)
#081313
(8,19,19)
#050B0A
(5,11,10)
#000000
(0,0,0)

Tints of #235B64

#235B64
(35,91,100)
#376972
(55,105,114)
#4B7780
(75,119,128)
#5F858E
(95,133,142)
#73939C
(115,147,156)
#87A1AA
(135,161,170)
#9BAFB8
(155,175,184)
#AFBDC6
(175,189,198)
#C3CBD4
(195,203,212)
#D7D9E2
(215,217,226)
#EBE7F0
(235,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #235B64 color. Also use rgb(35,91,100) instead hex code.

Text Font Color

.myTextColor { color: #235B64; }

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

This text font color is #235B64.


Background Color

.myBgColor { background-color: #235B64; }

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

This div background color is #235B64.


Border color

.myBorderColor { border: 1px solid #235B64; }

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

This div border color is #235B64.


Opacity

.myOpacity80 { color: #235B64; opacity: 0.8; }

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

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

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

This text has shadow with #235B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #235B64 on black background.


Color preview on white background

This text has color #235B64 on white background.



Black color preview on #235B64 background

This text has black color on #235B64 background.


White color preview on #235B64 background

This text has white color on #235B64 background.