COLOR #235E4C

HEX: #235E4C
RGB: (35,94,76)

Color info

#235E4C contains red, green and blue colors in about the same proportion. Web safe color of #235E4C is #336633 (or #363).

RGB color model

#235E4C color RGB value is (35,94,76).

  • red value is 35;
  • green value is 94;
  • blue value is 76.
RGB:
(35,94,76)
(14%,37%,30%)

RGB channels and saturation

R 35 of 255 = 14%
G 94 of 255 = 37%
B 76 of 255 = 30%

35
94
76

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

Portions of RGB colors in percentages

R + G + B =
35 + 94 + 76 = 205 (100%)
R 35 of 205 ~ 17.07%
G 94 of 205 ~ 45.85%
B 76 of 205 ~ 37.07%

%17.07
%45.85
%37.07

CMYK color model

#235E4C color CMYK value is (63,0,19,63).

  • cyan value is 62.77%
  • magenta value is 0.00%
  • yellow value is 19.15%
  • key color value is 63.14%
CMYK:
(63,0,19,63)
C63M0Y19K63 
(63%,0%,19%,63%)
(0.63/0.00/0.19/0.63)	

CMYK percentages

%62.77
%0
%19.15
%63.14

Codes

Color #235E4C in popluar color models

235E4C
RGB359476
HSL162°45.74%25.29%
HSB/HSV162°62.77%36.86%
CMYK62.77%0.00%19.15%
63.14%

Color #235E4C in popluar number systems.

HEX235E4C
Decimal359476
Binary10001110111101001100
Octal43136114

Shades and tints

Shades of #235E4C

#235E4C
(35,94,76)
#205646
(32,86,70)
#1D4E40
(29,78,64)
#1A463A
(26,70,58)
#173E34
(23,62,52)
#14362E
(20,54,46)
#112E28
(17,46,40)
#0E2622
(14,38,34)
#0B1E1C
(11,30,28)
#081616
(8,22,22)
#050E10
(5,14,16)
#000000
(0,0,0)

Tints of #235E4C

#235E4C
(35,94,76)
#376C5C
(55,108,92)
#4B7A6C
(75,122,108)
#5F887C
(95,136,124)
#73968C
(115,150,140)
#87A49C
(135,164,156)
#9BB2AC
(155,178,172)
#AFC0BC
(175,192,188)
#C3CECC
(195,206,204)
#D7DCDC
(215,220,220)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #235E4C color. Also use rgb(35,94,76) instead hex code.

Text Font Color

.myTextColor { color: #235E4C; }

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

This text font color is #235E4C.


Background Color

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

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

This div background color is #235E4C.


Border color

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

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

This div border color is #235E4C.


Opacity

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

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

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

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

This text has shadow with #235E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #235E4C on black background.


Color preview on white background

This text has color #235E4C on white background.



Black color preview on #235E4C background

This text has black color on #235E4C background.


White color preview on #235E4C background

This text has white color on #235E4C background.