COLOR #235E4A

HEX: #235E4A
RGB: (35,94,74)

Color info

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

RGB color model

#235E4A color RGB value is (35,94,74).

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

RGB channels and saturation

R 35 of 255 = 14%
G 94 of 255 = 37%
B 74 of 255 = 29%

35
94
74

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

Portions of RGB colors in percentages

R + G + B =
35 + 94 + 74 = 203 (100%)
R 35 of 203 ~ 17.24%
G 94 of 203 ~ 46.31%
B 74 of 203 ~ 36.45%

%17.24
%46.31
%36.45

CMYK color model

#235E4A color CMYK value is (63,0,21,63).

  • cyan value is 62.77%
  • magenta value is 0.00%
  • yellow value is 21.28%
  • key color value is 63.14%
CMYK:
(63,0,21,63)
C63M0Y21K63 
(63%,0%,21%,63%)
(0.63/0.00/0.21/0.63)	

CMYK percentages

%62.77
%0
%21.28
%63.14

Codes

Color #235E4A in popluar color models

235E4A
RGB359474
HSL160°45.74%25.29%
HSB/HSV160°62.77%36.86%
CMYK62.77%0.00%21.28%
63.14%

Color #235E4A in popluar number systems.

HEX235E4A
Decimal359474
Binary10001110111101001010
Octal43136112

Shades and tints

Shades of #235E4A

#235E4A
(35,94,74)
#205644
(32,86,68)
#1D4E3E
(29,78,62)
#1A4638
(26,70,56)
#173E32
(23,62,50)
#14362C
(20,54,44)
#112E26
(17,46,38)
#0E2620
(14,38,32)
#0B1E1A
(11,30,26)
#081614
(8,22,20)
#050E0E
(5,14,14)
#000000
(0,0,0)

Tints of #235E4A

#235E4A
(35,94,74)
#376C5A
(55,108,90)
#4B7A6A
(75,122,106)
#5F887A
(95,136,122)
#73968A
(115,150,138)
#87A49A
(135,164,154)
#9BB2AA
(155,178,170)
#AFC0BA
(175,192,186)
#C3CECA
(195,206,202)
#D7DCDA
(215,220,218)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #235E4A; }

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

This text font color is #235E4A.


Background Color

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

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

This div background color is #235E4A.


Border color

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

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

This div border color is #235E4A.


Opacity

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

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

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

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

This text has shadow with #235E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #235E4A on black background.


Color preview on white background

This text has color #235E4A on white background.



Black color preview on #235E4A background

This text has black color on #235E4A background.


White color preview on #235E4A background

This text has white color on #235E4A background.