COLOR #23684C

HEX: #23684C
RGB: (35,104,76)

Color info

#23684C contains mainly green and blue colors. Web safe color of #23684C is #336633 (or #363).

RGB color model

#23684C color RGB value is (35,104,76).

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

RGB channels and saturation

R 35 of 255 = 14%
G 104 of 255 = 41%
B 76 of 255 = 30%

35
104
76

R + G + B ~ 28%. #23684C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 104 + 76 = 215 (100%)
R 35 of 215 ~ 16.28%
G 104 of 215 ~ 48.37%
B 76 of 215 ~ 35.35%

%16.28
%48.37
%35.35

CMYK color model

#23684C color CMYK value is (66,0,27,59).

  • cyan value is 66.35%
  • magenta value is 0.00%
  • yellow value is 26.92%
  • key color value is 59.22%
CMYK:
(66,0,27,59)
C66M0Y27K59 
(66%,0%,27%,59%)
(0.66/0.00/0.27/0.59)	

CMYK percentages

%66.35
%0
%26.92
%59.22

Codes

Color #23684C in popluar color models

23684C
RGB3510476
HSL156°49.64%27.25%
HSB/HSV156°66.35%40.78%
CMYK66.35%0.00%26.92%
59.22%

Color #23684C in popluar number systems.

HEX23684C
Decimal3510476
Binary10001111010001001100
Octal43150114

Shades and tints

Shades of #23684C

#23684C
(35,104,76)
#205F46
(32,95,70)
#1D5640
(29,86,64)
#1A4D3A
(26,77,58)
#174434
(23,68,52)
#143B2E
(20,59,46)
#113228
(17,50,40)
#0E2922
(14,41,34)
#0B201C
(11,32,28)
#081716
(8,23,22)
#050E10
(5,14,16)
#000000
(0,0,0)

Tints of #23684C

#23684C
(35,104,76)
#37755C
(55,117,92)
#4B826C
(75,130,108)
#5F8F7C
(95,143,124)
#739C8C
(115,156,140)
#87A99C
(135,169,156)
#9BB6AC
(155,182,172)
#AFC3BC
(175,195,188)
#C3D0CC
(195,208,204)
#D7DDDC
(215,221,220)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #23684C color. Also use rgb(35,104,76) instead hex code.

Text Font Color

.myTextColor { color: #23684C; }

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

This text font color is #23684C.


Background Color

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

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

This div background color is #23684C.


Border color

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

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

This div border color is #23684C.


Opacity

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

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

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

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

This text has shadow with #23684C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #23684C on black background.


Color preview on white background

This text has color #23684C on white background.



Black color preview on #23684C background

This text has black color on #23684C background.


White color preview on #23684C background

This text has white color on #23684C background.