COLOR #235F66

HEX: #235F66
RGB: (35,95,102)

Color info

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

RGB color model

#235F66 color RGB value is (35,95,102).

  • red value is 35;
  • green value is 95;
  • blue value is 102.
RGB:
(35,95,102)
(14%,37%,40%)

RGB channels and saturation

R 35 of 255 = 14%
G 95 of 255 = 37%
B 102 of 255 = 40%

35
95
102

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

Portions of RGB colors in percentages

R + G + B =
35 + 95 + 102 = 232 (100%)
R 35 of 232 ~ 15.09%
G 95 of 232 ~ 40.95%
B 102 of 232 ~ 43.97%

%15.09
%40.95
%43.97

CMYK color model

#235F66 color CMYK value is (66,7,0,60).

  • cyan value is 65.69%
  • magenta value is 6.86%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(66,7,0,60)
C66M7Y0K60 
(66%,7%,0%,60%)
(0.66/0.07/0.00/0.60)	

CMYK percentages

%65.69
%6.86
%0
%60

Codes

Color #235F66 in popluar color models

235F66
RGB3595102
HSL186°48.91%26.86%
HSB/HSV186°65.69%40.00%
CMYK65.69%6.86%0.00%
60.00%

Color #235F66 in popluar number systems.

HEX235F66
Decimal3595102
Binary10001110111111100110
Octal43137146

Shades and tints

Shades of #235F66

#235F66
(35,95,102)
#20575D
(32,87,93)
#1D4F54
(29,79,84)
#1A474B
(26,71,75)
#173F42
(23,63,66)
#143739
(20,55,57)
#112F30
(17,47,48)
#0E2727
(14,39,39)
#0B1F1E
(11,31,30)
#081715
(8,23,21)
#050F0C
(5,15,12)
#000000
(0,0,0)

Tints of #235F66

#235F66
(35,95,102)
#376D73
(55,109,115)
#4B7B80
(75,123,128)
#5F898D
(95,137,141)
#73979A
(115,151,154)
#87A5A7
(135,165,167)
#9BB3B4
(155,179,180)
#AFC1C1
(175,193,193)
#C3CFCE
(195,207,206)
#D7DDDB
(215,221,219)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #235F66 color. Also use rgb(35,95,102) instead hex code.

Text Font Color

.myTextColor { color: #235F66; }

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

This text font color is #235F66.


Background Color

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

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

This div background color is #235F66.


Border color

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

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

This div border color is #235F66.


Opacity

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

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

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

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

This text has shadow with #235F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #235F66 on black background.


Color preview on white background

This text has color #235F66 on white background.



Black color preview on #235F66 background

This text has black color on #235F66 background.


White color preview on #235F66 background

This text has white color on #235F66 background.