COLOR #23764D

HEX: #23764D RGB: (35,118,77)

Color info

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

RGB color model

#23764D color RGB value is (35,118,77).

RGB: (35,118,77) (14%, 46%, 30%)

RGB channels and saturation

R 35 of 255 = 14%
G 118 of 255 = 46%
B 77 of 255 = 30%

35
118
77

R + G + B ~ 30%. #23764D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 35 + 118 + 77 = 230 (100%)
R 35 of 230 ~ 15.22%
G 118 of 230 ~ 51.3%
B 77 of 230 ~ 33.48'%

%15.22
%51.3
%33.48

CMYK color model

#23764D color CMYK value is (70,0,35,54).

  • cyan value is 70.34%
  • magenta value is 0.00%
  • yellow value is 34.75%
  • key color value is 53.73%

CMYK: (70,0,35,54)
C70M0Y35K54 (70%, 0%, 35%, 54%)
(0.70 / 0.00 / 0.35 / 0.54)

CMYK percentages

%70.34
%0
%34.75
%53.73

Codes

Color #23764D in popluar color models

23 76 4D
RGB 35 118 77
HSL 150° 54.25% 30.00%
HSB/HSV 150° 70.34% 46.27%
CMYK 70.34% 0.00% 34.75%
53.73%

Color #23764D in popluar number systems.

HEX 23 76 4D
Decimal 35 118 77
Binary 100011 1110110 1001101
Octal 43 166 115

Shades and tints

Shades of #23764D

#23764D
(35,118,77)
#206C46
(32,108,70)
#1D623F
(29,98,63)
#1A5838
(26,88,56)
#174E31
(23,78,49)
#14442A
(20,68,42)
#113A23
(17,58,35)
#0E301C
(14,48,28)
#0B2615
(11,38,21)
#081C0E
(8,28,14)
#051207
(5,18,7)
#000000
(0,0,0)

Tints of #23764D

#23764D
(35,118,77)
#37825D
(55,130,93)
#4B8E6D
(75,142,109)
#5F9A7D
(95,154,125)
#73A68D
(115,166,141)
#87B29D
(135,178,157)
#9BBEAD
(155,190,173)
#AFCABD
(175,202,189)
#C3D6CD
(195,214,205)
#D7E2DD
(215,226,221)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #23764D color. Also use rgb(35,118,77) instead hex code.

Text Font Color

.myTextColor { color: #23764D; }

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

This text font color is #23764D.

Background Color

.myBgColor { background-color: #23764D; }

<div style="background-color:#23764D">Inner text</div>

This div background color is #23764D.

Border color

.myBorderColor { border: 1px solid #23764D; }

<div style="border:3px solid #23764D">Div</div>

This div border color is #23764D.

Opacity

.myOpacity80 { color: #23764D; opacity: 0.8; }

<p style="color:#23764D;opacity:0.8;">80%</p>

Text with #23764D 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 #23764D;}

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

This text has shadow with #23764D color.


.textShadow {text-shadow: 3px 3px 1px #23764D', 3px 3px 1px red;}

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

This text has shadow with #23764D primary color and red secondary color.


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

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

This text has shadow with #23764D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #23764D; -webkit-box-shadow: 1px 1px 3px 2px #23764D; box-shadow:1px 1px 3px 2px #23764D;">
Div content here
</div>

This div box has shadow with color #23764D.

Preview

Color preview on black background

This text has color #23764D on black background.


Color preview on white background

This text has color #23764D on white background.


Black color preview on #23764D background

This text has black color on #23764D background.


White color preview on #23764D background

This text has white color on #23764D background.


Related colors

Complementary color

Complementary color for #hex is #DC89B2.


I love getcolorcode.com

Triadic colors

1 #4D2376 and #764D23 with #23764D are triadic colors.

2 #4D7623 and #76234D with #23764D are triadic colors.