COLOR #235F52

HEX: #235F52
RGB: (35,95,82)

Color info

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

RGB color model

#235F52 color RGB value is (35,95,82).

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

RGB channels and saturation

R 35 of 255 = 14%
G 95 of 255 = 37%
B 82 of 255 = 32%

35
95
82

R + G + B ~ 28%. #235F52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 95 + 82 = 212 (100%)
R 35 of 212 ~ 16.51%
G 95 of 212 ~ 44.81%
B 82 of 212 ~ 38.68%

%16.51
%44.81
%38.68

CMYK color model

#235F52 color CMYK value is (63,0,14,63).

  • cyan value is 63.16%
  • magenta value is 0.00%
  • yellow value is 13.68%
  • key color value is 62.75%
CMYK:
(63,0,14,63)
C63M0Y14K63 
(63%,0%,14%,63%)
(0.63/0.00/0.14/0.63)	

CMYK percentages

%63.16
%0
%13.68
%62.75

Codes

Color #235F52 in popluar color models

235F52
RGB359582
HSL167°46.15%25.49%
HSB/HSV167°63.16%37.25%
CMYK63.16%0.00%13.68%
62.75%

Color #235F52 in popluar number systems.

HEX235F52
Decimal359582
Binary10001110111111010010
Octal43137122

Shades and tints

Shades of #235F52

#235F52
(35,95,82)
#20574B
(32,87,75)
#1D4F44
(29,79,68)
#1A473D
(26,71,61)
#173F36
(23,63,54)
#14372F
(20,55,47)
#112F28
(17,47,40)
#0E2721
(14,39,33)
#0B1F1A
(11,31,26)
#081713
(8,23,19)
#050F0C
(5,15,12)
#000000
(0,0,0)

Tints of #235F52

#235F52
(35,95,82)
#376D61
(55,109,97)
#4B7B70
(75,123,112)
#5F897F
(95,137,127)
#73978E
(115,151,142)
#87A59D
(135,165,157)
#9BB3AC
(155,179,172)
#AFC1BB
(175,193,187)
#C3CFCA
(195,207,202)
#D7DDD9
(215,221,217)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #235F52; }

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

This text font color is #235F52.


Background Color

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

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

This div background color is #235F52.


Border color

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

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

This div border color is #235F52.


Opacity

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

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

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

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

This text has shadow with #235F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #235F52 on black background.


Color preview on white background

This text has color #235F52 on white background.



Black color preview on #235F52 background

This text has black color on #235F52 background.


White color preview on #235F52 background

This text has white color on #235F52 background.