COLOR #235F5C

HEX: #235F5C
RGB: (35,95,92)

Color info

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

RGB color model

#235F5C color RGB value is (35,95,92).

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

RGB channels and saturation

R 35 of 255 = 14%
G 95 of 255 = 37%
B 92 of 255 = 36%

35
95
92

R + G + B ~ 29%. #235F5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 95 + 92 = 222 (100%)
R 35 of 222 ~ 15.77%
G 95 of 222 ~ 42.79%
B 92 of 222 ~ 41.44%

%15.77
%42.79
%41.44

CMYK color model

#235F5C color CMYK value is (63,0,3,63).

  • cyan value is 63.16%
  • magenta value is 0.00%
  • yellow value is 3.16%
  • key color value is 62.75%
CMYK:
(63,0,3,63)
C63M0Y3K63 
(63%,0%,3%,63%)
(0.63/0.00/0.03/0.63)	

CMYK percentages

%63.16
%0
%3.16
%62.75

Codes

Color #235F5C in popluar color models

235F5C
RGB359592
HSL177°46.15%25.49%
HSB/HSV177°63.16%37.25%
CMYK63.16%0.00%3.16%
62.75%

Color #235F5C in popluar number systems.

HEX235F5C
Decimal359592
Binary10001110111111011100
Octal43137134

Shades and tints

Shades of #235F5C

#235F5C
(35,95,92)
#205754
(32,87,84)
#1D4F4C
(29,79,76)
#1A4744
(26,71,68)
#173F3C
(23,63,60)
#143734
(20,55,52)
#112F2C
(17,47,44)
#0E2724
(14,39,36)
#0B1F1C
(11,31,28)
#081714
(8,23,20)
#050F0C
(5,15,12)
#000000
(0,0,0)

Tints of #235F5C

#235F5C
(35,95,92)
#376D6A
(55,109,106)
#4B7B78
(75,123,120)
#5F8986
(95,137,134)
#739794
(115,151,148)
#87A5A2
(135,165,162)
#9BB3B0
(155,179,176)
#AFC1BE
(175,193,190)
#C3CFCC
(195,207,204)
#D7DDDA
(215,221,218)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #235F5C; }

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

This text font color is #235F5C.


Background Color

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

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

This div background color is #235F5C.


Border color

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

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

This div border color is #235F5C.


Opacity

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

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

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

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

This text has shadow with #235F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #235F5C on black background.


Color preview on white background

This text has color #235F5C on white background.



Black color preview on #235F5C background

This text has black color on #235F5C background.


White color preview on #235F5C background

This text has white color on #235F5C background.