COLOR #385146

HEX: #385146
RGB: (56,81,70)

Color info

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

RGB color model

#385146 color RGB value is (56,81,70).

  • red value is 56;
  • green value is 81;
  • blue value is 70.
RGB:
(56,81,70)
(22%,32%,27%)

RGB channels and saturation

R 56 of 255 = 22%
G 81 of 255 = 32%
B 70 of 255 = 27%

56
81
70

R + G + B ~ 27%. #385146 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 81 + 70 = 207 (100%)
R 56 of 207 ~ 27.05%
G 81 of 207 ~ 39.13%
B 70 of 207 ~ 33.82%

%27.05
%39.13
%33.82

CMYK color model

#385146 color CMYK value is (31,0,14,68).

  • cyan value is 30.86%
  • magenta value is 0.00%
  • yellow value is 13.58%
  • key color value is 68.24%
CMYK:
(31,0,14,68)
C31M0Y14K68 
(31%,0%,14%,68%)
(0.31/0.00/0.14/0.68)	

CMYK percentages

%30.86
%0
%13.58
%68.24

Codes

Color #385146 in popluar color models

385146
RGB568170
HSL154°18.25%26.86%
HSB/HSV154°30.86%31.76%
CMYK30.86%0.00%13.58%
68.24%

Color #385146 in popluar number systems.

HEX385146
Decimal568170
Binary11100010100011000110
Octal70121106

Shades and tints

Shades of #385146

#385146
(56,81,70)
#334A40
(51,74,64)
#2E433A
(46,67,58)
#293C34
(41,60,52)
#24352E
(36,53,46)
#1F2E28
(31,46,40)
#1A2722
(26,39,34)
#15201C
(21,32,28)
#101916
(16,25,22)
#0B1210
(11,18,16)
#060B0A
(6,11,10)
#000000
(0,0,0)

Tints of #385146

#385146
(56,81,70)
#4A6056
(74,96,86)
#5C6F66
(92,111,102)
#6E7E76
(110,126,118)
#808D86
(128,141,134)
#929C96
(146,156,150)
#A4ABA6
(164,171,166)
#B6BAB6
(182,186,182)
#C8C9C6
(200,201,198)
#DAD8D6
(218,216,214)
#ECE7E6
(236,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #385146 color. Also use rgb(56,81,70) instead hex code.

Text Font Color

.myTextColor { color: #385146; }

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

This text font color is #385146.


Background Color

.myBgColor { background-color: #385146; }

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

This div background color is #385146.


Border color

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

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

This div border color is #385146.


Opacity

.myOpacity80 { color: #385146; opacity: 0.8; }

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

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

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

This text has shadow with #385146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385146 on black background.


Color preview on white background

This text has color #385146 on white background.



Black color preview on #385146 background

This text has black color on #385146 background.


White color preview on #385146 background

This text has white color on #385146 background.