COLOR #3D633C

HEX: #3D633C
RGB: (61,99,60)

Color info

#3D633C contains red, green and blue colors in about the same proportion. Web safe color of #3D633C is #336633 (or #363).

RGB color model

#3D633C color RGB value is (61,99,60).

  • red value is 61;
  • green value is 99;
  • blue value is 60.
RGB:
(61,99,60)
(24%,39%,24%)

RGB channels and saturation

R 61 of 255 = 24%
G 99 of 255 = 39%
B 60 of 255 = 24%

61
99
60

R + G + B ~ 29%. #3D633C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 99 + 60 = 220 (100%)
R 61 of 220 ~ 27.73%
G 99 of 220 ~ 45%
B 60 of 220 ~ 27.27%

%27.73
%45
%27.27

CMYK color model

#3D633C color CMYK value is (38,0,39,61).

  • cyan value is 38.38%
  • magenta value is 0.00%
  • yellow value is 39.39%
  • key color value is 61.18%
CMYK:
(38,0,39,61)
C38M0Y39K61 
(38%,0%,39%,61%)
(0.38/0.00/0.39/0.61)	

CMYK percentages

%38.38
%0
%39.39
%61.18

Codes

Color #3D633C in popluar color models

3D633C
RGB619960
HSL118°24.53%31.18%
HSB/HSV118°39.39%38.82%
CMYK38.38%0.00%39.39%
61.18%

Color #3D633C in popluar number systems.

HEX3D633C
Decimal619960
Binary1111011100011111100
Octal7514374

Shades and tints

Shades of #3D633C

#3D633C
(61,99,60)
#385A37
(56,90,55)
#335132
(51,81,50)
#2E482D
(46,72,45)
#293F28
(41,63,40)
#243623
(36,54,35)
#1F2D1E
(31,45,30)
#1A2419
(26,36,25)
#151B14
(21,27,20)
#10120F
(16,18,15)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #3D633C

#3D633C
(61,99,60)
#4E714D
(78,113,77)
#5F7F5E
(95,127,94)
#708D6F
(112,141,111)
#819B80
(129,155,128)
#92A991
(146,169,145)
#A3B7A2
(163,183,162)
#B4C5B3
(180,197,179)
#C5D3C4
(197,211,196)
#D6E1D5
(214,225,213)
#E7EFE6
(231,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D633C color. Also use rgb(61,99,60) instead hex code.

Text Font Color

.myTextColor { color: #3D633C; }

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

This text font color is #3D633C.


Background Color

.myBgColor { background-color: #3D633C; }

<div style="background-color:#3D633C">Inner text</div>

This div background color is #3D633C.


Border color

.myBorderColor { border: 1px solid #3D633C; }

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

This div border color is #3D633C.


Opacity

.myOpacity80 { color: #3D633C; opacity: 0.8; }

<p style="color:#3D633C;opacity:0.8;">80%</p>

Text with #3D633C 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 #3D633C;}

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

This text has shadow with #3D633C color.

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

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

This text has shadow with #3D633C primary color and red secondary color.


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

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

This text has shadow with #3D633C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D633C on black background.


Color preview on white background

This text has color #3D633C on white background.



Black color preview on #3D633C background

This text has black color on #3D633C background.


White color preview on #3D633C background

This text has white color on #3D633C background.