COLOR #3C6023

HEX: #3C6023
RGB: (60,96,35)

Color info

#3C6023 contains mainly red and green colors. Web safe color of #3C6023 is #336633 (or #363).

RGB color model

#3C6023 color RGB value is (60,96,35).

  • red value is 60;
  • green value is 96;
  • blue value is 35.
RGB:
(60,96,35)
(24%,38%,14%)

RGB channels and saturation

R 60 of 255 = 24%
G 96 of 255 = 38%
B 35 of 255 = 14%

60
96
35

R + G + B ~ 25%. #3C6023 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 96 + 35 = 191 (100%)
R 60 of 191 ~ 31.41%
G 96 of 191 ~ 50.26%
B 35 of 191 ~ 18.32%

%31.41
%50.26
%18.32

CMYK color model

#3C6023 color CMYK value is (38,0,64,62).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 63.54%
  • key color value is 62.35%
CMYK:
(38,0,64,62)
C38M0Y64K62 
(38%,0%,64%,62%)
(0.38/0.00/0.64/0.62)	

CMYK percentages

%37.5
%0
%63.54
%62.35

Codes

Color #3C6023 in popluar color models

3C6023
RGB609635
HSL95°46.56%25.69%
HSB/HSV95°63.54%37.65%
CMYK37.50%0.00%63.54%
62.35%

Color #3C6023 in popluar number systems.

HEX3C6023
Decimal609635
Binary1111001100000100011
Octal7414043

Shades and tints

Shades of #3C6023

#3C6023
(60,96,35)
#375820
(55,88,32)
#32501D
(50,80,29)
#2D481A
(45,72,26)
#284017
(40,64,23)
#233814
(35,56,20)
#1E3011
(30,48,17)
#19280E
(25,40,14)
#14200B
(20,32,11)
#0F1808
(15,24,8)
#0A1005
(10,16,5)
#000000
(0,0,0)

Tints of #3C6023

#3C6023
(60,96,35)
#4D6E37
(77,110,55)
#5E7C4B
(94,124,75)
#6F8A5F
(111,138,95)
#809873
(128,152,115)
#91A687
(145,166,135)
#A2B49B
(162,180,155)
#B3C2AF
(179,194,175)
#C4D0C3
(196,208,195)
#D5DED7
(213,222,215)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C6023 color. Also use rgb(60,96,35) instead hex code.

Text Font Color

.myTextColor { color: #3C6023; }

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

This text font color is #3C6023.


Background Color

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

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

This div background color is #3C6023.


Border color

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

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

This div border color is #3C6023.


Opacity

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

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

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

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

This text has shadow with #3C6023 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6023 on black background.


Color preview on white background

This text has color #3C6023 on white background.



Black color preview on #3C6023 background

This text has black color on #3C6023 background.


White color preview on #3C6023 background

This text has white color on #3C6023 background.