COLOR #23836C

HEX: #23836C
RGB: (35,131,108)

Color info

#23836C contains mainly green and blue colors. Web safe color of #23836C is #339966 (or #396).

RGB color model

#23836C color RGB value is (35,131,108).

  • red value is 35;
  • green value is 131;
  • blue value is 108.
RGB:
(35,131,108)
(14%,51%,42%)

RGB channels and saturation

R 35 of 255 = 14%
G 131 of 255 = 51%
B 108 of 255 = 42%

35
131
108

R + G + B ~ 36%. #23836C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 131 + 108 = 274 (100%)
R 35 of 274 ~ 12.77%
G 131 of 274 ~ 47.81%
B 108 of 274 ~ 39.42%

%12.77
%47.81
%39.42

CMYK color model

#23836C color CMYK value is (73,0,18,49).

  • cyan value is 73.28%
  • magenta value is 0.00%
  • yellow value is 17.56%
  • key color value is 48.63%
CMYK:
(73,0,18,49)
C73M0Y18K49 
(73%,0%,18%,49%)
(0.73/0.00/0.18/0.49)	

CMYK percentages

%73.28
%0
%17.56
%48.63

Codes

Color #23836C in popluar color models

23836C
RGB35131108
HSL166°57.83%32.55%
HSB/HSV166°73.28%51.37%
CMYK73.28%0.00%17.56%
48.63%

Color #23836C in popluar number systems.

HEX23836C
Decimal35131108
Binary100011100000111101100
Octal43203154

Shades and tints

Shades of #23836C

#23836C
(35,131,108)
#207863
(32,120,99)
#1D6D5A
(29,109,90)
#1A6251
(26,98,81)
#175748
(23,87,72)
#144C3F
(20,76,63)
#114136
(17,65,54)
#0E362D
(14,54,45)
#0B2B24
(11,43,36)
#08201B
(8,32,27)
#051512
(5,21,18)
#000000
(0,0,0)

Tints of #23836C

#23836C
(35,131,108)
#378E79
(55,142,121)
#4B9986
(75,153,134)
#5FA493
(95,164,147)
#73AFA0
(115,175,160)
#87BAAD
(135,186,173)
#9BC5BA
(155,197,186)
#AFD0C7
(175,208,199)
#C3DBD4
(195,219,212)
#D7E6E1
(215,230,225)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #23836C color. Also use rgb(35,131,108) instead hex code.

Text Font Color

.myTextColor { color: #23836C; }

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

This text font color is #23836C.


Background Color

.myBgColor { background-color: #23836C; }

<div style="background-color:#23836C">Inner text</div>

This div background color is #23836C.


Border color

.myBorderColor { border: 1px solid #23836C; }

<div style="border:3px solid #23836C">Div</div>

This div border color is #23836C.


Opacity

.myOpacity80 { color: #23836C; opacity: 0.8; }

<p style="color:#23836C;opacity:0.8;">80%</p>

Text with #23836C 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 #23836C;}

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

This text has shadow with #23836C color.

.textShadow {text-shadow: 3px 3px 1px #23836C, 3px 3px 1px red;}

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

This text has shadow with #23836C primary color and red secondary color.


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

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

This text has shadow with #23836C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #23836C on black background.


Color preview on white background

This text has color #23836C on white background.



Black color preview on #23836C background

This text has black color on #23836C background.


White color preview on #23836C background

This text has white color on #23836C background.