COLOR #235A52

HEX: #235A52
RGB: (35,90,82)

Color info

#235A52 contains red, green and blue colors in about the same proportion. Web safe color of #235A52 is #336666 (or #366).

RGB color model

#235A52 color RGB value is (35,90,82).

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

RGB channels and saturation

R 35 of 255 = 14%
G 90 of 255 = 35%
B 82 of 255 = 32%

35
90
82

R + G + B ~ 27%. #235A52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 90 + 82 = 207 (100%)
R 35 of 207 ~ 16.91%
G 90 of 207 ~ 43.48%
B 82 of 207 ~ 39.61%

%16.91
%43.48
%39.61

CMYK color model

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

  • cyan value is 61.11%
  • magenta value is 0.00%
  • yellow value is 8.89%
  • key color value is 64.71%
CMYK:
(61,0,9,65)
C61M0Y9K65 
(61%,0%,9%,65%)
(0.61/0.00/0.09/0.65)	

CMYK percentages

%61.11
%0
%8.89
%64.71

Codes

Color #235A52 in popluar color models

235A52
RGB359082
HSL171°44.00%24.51%
HSB/HSV171°61.11%35.29%
CMYK61.11%0.00%8.89%
64.71%

Color #235A52 in popluar number systems.

HEX235A52
Decimal359082
Binary10001110110101010010
Octal43132122

Shades and tints

Shades of #235A52

#235A52
(35,90,82)
#20524B
(32,82,75)
#1D4A44
(29,74,68)
#1A423D
(26,66,61)
#173A36
(23,58,54)
#14322F
(20,50,47)
#112A28
(17,42,40)
#0E2221
(14,34,33)
#0B1A1A
(11,26,26)
#081213
(8,18,19)
#050A0C
(5,10,12)
#000000
(0,0,0)

Tints of #235A52

#235A52
(35,90,82)
#376961
(55,105,97)
#4B7870
(75,120,112)
#5F877F
(95,135,127)
#73968E
(115,150,142)
#87A59D
(135,165,157)
#9BB4AC
(155,180,172)
#AFC3BB
(175,195,187)
#C3D2CA
(195,210,202)
#D7E1D9
(215,225,217)
#EBF0E8
(235,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #235A52; }

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

This text font color is #235A52.


Background Color

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

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

This div background color is #235A52.


Border color

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

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

This div border color is #235A52.


Opacity

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

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

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

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

This text has shadow with #235A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #235A52 on black background.


Color preview on white background

This text has color #235A52 on white background.



Black color preview on #235A52 background

This text has black color on #235A52 background.


White color preview on #235A52 background

This text has white color on #235A52 background.