COLOR #3D5334

HEX: #3D5334
RGB: (61,83,52)

Color info

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

RGB color model

#3D5334 color RGB value is (61,83,52).

  • red value is 61;
  • green value is 83;
  • blue value is 52.
RGB:
(61,83,52)
(24%,33%,20%)

RGB channels and saturation

R 61 of 255 = 24%
G 83 of 255 = 33%
B 52 of 255 = 20%

61
83
52

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

Portions of RGB colors in percentages

R + G + B =
61 + 83 + 52 = 196 (100%)
R 61 of 196 ~ 31.12%
G 83 of 196 ~ 42.35%
B 52 of 196 ~ 26.53%

%31.12
%42.35
%26.53

CMYK color model

#3D5334 color CMYK value is (27,0,37,67).

  • cyan value is 26.51%
  • magenta value is 0.00%
  • yellow value is 37.35%
  • key color value is 67.45%
CMYK:
(27,0,37,67)
C27M0Y37K67 
(27%,0%,37%,67%)
(0.27/0.00/0.37/0.67)	

CMYK percentages

%26.51
%0
%37.35
%67.45

Codes

Color #3D5334 in popluar color models

3D5334
RGB618352
HSL103°22.96%26.47%
HSB/HSV103°37.35%32.55%
CMYK26.51%0.00%37.35%
67.45%

Color #3D5334 in popluar number systems.

HEX3D5334
Decimal618352
Binary1111011010011110100
Octal7512364

Shades and tints

Shades of #3D5334

#3D5334
(61,83,52)
#384C30
(56,76,48)
#33452C
(51,69,44)
#2E3E28
(46,62,40)
#293724
(41,55,36)
#243020
(36,48,32)
#1F291C
(31,41,28)
#1A2218
(26,34,24)
#151B14
(21,27,20)
#101410
(16,20,16)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #3D5334

#3D5334
(61,83,52)
#4E6246
(78,98,70)
#5F7158
(95,113,88)
#70806A
(112,128,106)
#818F7C
(129,143,124)
#929E8E
(146,158,142)
#A3ADA0
(163,173,160)
#B4BCB2
(180,188,178)
#C5CBC4
(197,203,196)
#D6DAD6
(214,218,214)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D5334 color. Also use rgb(61,83,52) instead hex code.

Text Font Color

.myTextColor { color: #3D5334; }

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

This text font color is #3D5334.


Background Color

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

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

This div background color is #3D5334.


Border color

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

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

This div border color is #3D5334.


Opacity

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

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

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

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

This text has shadow with #3D5334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D5334 on black background.


Color preview on white background

This text has color #3D5334 on white background.



Black color preview on #3D5334 background

This text has black color on #3D5334 background.


White color preview on #3D5334 background

This text has white color on #3D5334 background.