COLOR #1D653B

HEX: #1D653B
RGB: (29,101,59)

Color info

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

RGB color model

#1D653B color RGB value is (29,101,59).

  • red value is 29;
  • green value is 101;
  • blue value is 59.
RGB:
(29,101,59)
(11%,40%,23%)

RGB channels and saturation

R 29 of 255 = 11%
G 101 of 255 = 40%
B 59 of 255 = 23%

29
101
59

R + G + B ~ 25%. #1D653B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 101 + 59 = 189 (100%)
R 29 of 189 ~ 15.34%
G 101 of 189 ~ 53.44%
B 59 of 189 ~ 31.22%

%15.34
%53.44
%31.22

CMYK color model

#1D653B color CMYK value is (71,0,42,60).

  • cyan value is 71.29%
  • magenta value is 0.00%
  • yellow value is 41.58%
  • key color value is 60.39%
CMYK:
(71,0,42,60)
C71M0Y42K60 
(71%,0%,42%,60%)
(0.71/0.00/0.42/0.60)	

CMYK percentages

%71.29
%0
%41.58
%60.39

Codes

Color #1D653B in popluar color models

1D653B
RGB2910159
HSL145°55.38%25.49%
HSB/HSV145°71.29%39.61%
CMYK71.29%0.00%41.58%
60.39%

Color #1D653B in popluar number systems.

HEX1D653B
Decimal2910159
Binary111011100101111011
Octal3514573

Shades and tints

Shades of #1D653B

#1D653B
(29,101,59)
#1B5C36
(27,92,54)
#195331
(25,83,49)
#174A2C
(23,74,44)
#154127
(21,65,39)
#133822
(19,56,34)
#112F1D
(17,47,29)
#0F2618
(15,38,24)
#0D1D13
(13,29,19)
#0B140E
(11,20,14)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #1D653B

#1D653B
(29,101,59)
#31734C
(49,115,76)
#45815D
(69,129,93)
#598F6E
(89,143,110)
#6D9D7F
(109,157,127)
#81AB90
(129,171,144)
#95B9A1
(149,185,161)
#A9C7B2
(169,199,178)
#BDD5C3
(189,213,195)
#D1E3D4
(209,227,212)
#E5F1E5
(229,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D653B color. Also use rgb(29,101,59) instead hex code.

Text Font Color

.myTextColor { color: #1D653B; }

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

This text font color is #1D653B.


Background Color

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

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

This div background color is #1D653B.


Border color

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

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

This div border color is #1D653B.


Opacity

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

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

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

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

This text has shadow with #1D653B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D653B on black background.


Color preview on white background

This text has color #1D653B on white background.



Black color preview on #1D653B background

This text has black color on #1D653B background.


White color preview on #1D653B background

This text has white color on #1D653B background.