COLOR #3C5834

HEX: #3C5834 RGB: (60,88,52)

Color info

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

RGB color model

#3C5834 color RGB value is (60,88,52).

RGB: (60,88,52) (24%, 35%, 20%)

RGB channels and saturation

R 60 of 255 = 24%
G 88 of 255 = 35%
B 52 of 255 = 20%

60
88
52

R + G + B ~ 26%. #3C5834 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 88 + 52 = 200 (100%)
R 60 of 200 ~ 30%
G 88 of 200 ~ 44%
B 52 of 200 ~ 26'%

%30
%44
%26

CMYK color model

#3C5834 color CMYK value is (32,0,41,65).

  • cyan value is 31.82%
  • magenta value is 0.00%
  • yellow value is 40.91%
  • key color value is 65.49%

CMYK: (32,0,41,65)
C32M0Y41K65 (32%, 0%, 41%, 65%)
(0.32 / 0.00 / 0.41 / 0.65)

CMYK percentages

%31.82
%0
%40.91
%65.49

Codes

Color #3C5834 in popluar color models

3C 58 34
RGB 60 88 52
HSL 107° 25.71% 27.45%
HSB/HSV 107° 40.91% 34.51%
CMYK 31.82% 0.00% 40.91%
65.49%

Color #3C5834 in popluar number systems.

HEX 3C 58 34
Decimal 60 88 52
Binary 111100 1011000 110100
Octal 74 130 64

Shades and tints

Shades of #3C5834

#3C5834
(60,88,52)
#375030
(55,80,48)
#32482C
(50,72,44)
#2D4028
(45,64,40)
#283824
(40,56,36)
#233020
(35,48,32)
#1E281C
(30,40,28)
#192018
(25,32,24)
#141814
(20,24,20)
#0F1010
(15,16,16)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #3C5834

#3C5834
(60,88,52)
#4D6746
(77,103,70)
#5E7658
(94,118,88)
#6F856A
(111,133,106)
#80947C
(128,148,124)
#91A38E
(145,163,142)
#A2B2A0
(162,178,160)
#B3C1B2
(179,193,178)
#C4D0C4
(196,208,196)
#D5DFD6
(213,223,214)
#E6EEE8
(230,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5834 color. Also use rgb(60,88,52) instead hex code.

Text Font Color

.myTextColor { color: #3C5834; }

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

This text font color is #3C5834.

Background Color

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

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

This div background color is #3C5834.

Border color

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

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

This div border color is #3C5834.

Opacity

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

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

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

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

This text has shadow with #3C5834 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C5834.

Preview

Color preview on black background

This text has color #3C5834 on black background.


Color preview on white background

This text has color #3C5834 on white background.


Black color preview on #3C5834 background

This text has black color on #3C5834 background.


White color preview on #3C5834 background

This text has white color on #3C5834 background.


Related colors

Complementary color

Complementary color for #hex is #C3A7CB.


I love getcolorcode.com

Triadic colors

1 #343C58 and #58343C with #3C5834 are triadic colors.

2 #34583C and #583C34 with #3C5834 are triadic colors.