COLOR #1D764A

HEX: #1D764A
RGB: (29,118,74)

Color info

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

RGB color model

#1D764A color RGB value is (29,118,74).

  • red value is 29;
  • green value is 118;
  • blue value is 74.
RGB:
(29,118,74)
(11%,46%,29%)

RGB channels and saturation

R 29 of 255 = 11%
G 118 of 255 = 46%
B 74 of 255 = 29%

29
118
74

R + G + B ~ 29%. #1D764A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 118 + 74 = 221 (100%)
R 29 of 221 ~ 13.12%
G 118 of 221 ~ 53.39%
B 74 of 221 ~ 33.48%

%13.12
%53.39
%33.48

CMYK color model

#1D764A color CMYK value is (75,0,37,54).

  • cyan value is 75.42%
  • magenta value is 0.00%
  • yellow value is 37.29%
  • key color value is 53.73%
CMYK:
(75,0,37,54)
C75M0Y37K54 
(75%,0%,37%,54%)
(0.75/0.00/0.37/0.54)	

CMYK percentages

%75.42
%0
%37.29
%53.73

Codes

Color #1D764A in popluar color models

1D764A
RGB2911874
HSL150°60.54%28.82%
HSB/HSV150°75.42%46.27%
CMYK75.42%0.00%37.29%
53.73%

Color #1D764A in popluar number systems.

HEX1D764A
Decimal2911874
Binary1110111101101001010
Octal35166112

Shades and tints

Shades of #1D764A

#1D764A
(29,118,74)
#1B6C44
(27,108,68)
#19623E
(25,98,62)
#175838
(23,88,56)
#154E32
(21,78,50)
#13442C
(19,68,44)
#113A26
(17,58,38)
#0F3020
(15,48,32)
#0D261A
(13,38,26)
#0B1C14
(11,28,20)
#09120E
(9,18,14)
#000000
(0,0,0)

Tints of #1D764A

#1D764A
(29,118,74)
#31825A
(49,130,90)
#458E6A
(69,142,106)
#599A7A
(89,154,122)
#6DA68A
(109,166,138)
#81B29A
(129,178,154)
#95BEAA
(149,190,170)
#A9CABA
(169,202,186)
#BDD6CA
(189,214,202)
#D1E2DA
(209,226,218)
#E5EEEA
(229,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D764A color. Also use rgb(29,118,74) instead hex code.

Text Font Color

.myTextColor { color: #1D764A; }

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

This text font color is #1D764A.


Background Color

.myBgColor { background-color: #1D764A; }

<div style="background-color:#1D764A">Inner text</div>

This div background color is #1D764A.


Border color

.myBorderColor { border: 1px solid #1D764A; }

<div style="border:3px solid #1D764A">Div</div>

This div border color is #1D764A.


Opacity

.myOpacity80 { color: #1D764A; opacity: 0.8; }

<p style="color:#1D764A;opacity:0.8;">80%</p>

Text with #1D764A 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 #1D764A;}

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

This text has shadow with #1D764A color.

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

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

This text has shadow with #1D764A primary color and red secondary color.


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

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

This text has shadow with #1D764A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D764A on black background.


Color preview on white background

This text has color #1D764A on white background.



Black color preview on #1D764A background

This text has black color on #1D764A background.


White color preview on #1D764A background

This text has white color on #1D764A background.