COLOR #385734

HEX: #385734
RGB: (56,87,52)

Color info

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

RGB color model

#385734 color RGB value is (56,87,52).

  • red value is 56;
  • green value is 87;
  • blue value is 52.
RGB:
(56,87,52)
(22%,34%,20%)

RGB channels and saturation

R 56 of 255 = 22%
G 87 of 255 = 34%
B 52 of 255 = 20%

56
87
52

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

Portions of RGB colors in percentages

R + G + B =
56 + 87 + 52 = 195 (100%)
R 56 of 195 ~ 28.72%
G 87 of 195 ~ 44.62%
B 52 of 195 ~ 26.67%

%28.72
%44.62
%26.67

CMYK color model

#385734 color CMYK value is (36,0,40,66).

  • cyan value is 35.63%
  • magenta value is 0.00%
  • yellow value is 40.23%
  • key color value is 65.88%
CMYK:
(36,0,40,66)
C36M0Y40K66 
(36%,0%,40%,66%)
(0.36/0.00/0.40/0.66)	

CMYK percentages

%35.63
%0
%40.23
%65.88

Codes

Color #385734 in popluar color models

385734
RGB568752
HSL113°25.18%27.25%
HSB/HSV113°40.23%34.12%
CMYK35.63%0.00%40.23%
65.88%

Color #385734 in popluar number systems.

HEX385734
Decimal568752
Binary1110001010111110100
Octal7012764

Shades and tints

Shades of #385734

#385734
(56,87,52)
#335030
(51,80,48)
#2E492C
(46,73,44)
#294228
(41,66,40)
#243B24
(36,59,36)
#1F3420
(31,52,32)
#1A2D1C
(26,45,28)
#152618
(21,38,24)
#101F14
(16,31,20)
#0B1810
(11,24,16)
#06110C
(6,17,12)
#000000
(0,0,0)

Tints of #385734

#385734
(56,87,52)
#4A6646
(74,102,70)
#5C7558
(92,117,88)
#6E846A
(110,132,106)
#80937C
(128,147,124)
#92A28E
(146,162,142)
#A4B1A0
(164,177,160)
#B6C0B2
(182,192,178)
#C8CFC4
(200,207,196)
#DADED6
(218,222,214)
#ECEDE8
(236,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #385734 color. Also use rgb(56,87,52) instead hex code.

Text Font Color

.myTextColor { color: #385734; }

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

This text font color is #385734.


Background Color

.myBgColor { background-color: #385734; }

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

This div background color is #385734.


Border color

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

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

This div border color is #385734.


Opacity

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

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

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

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

This text has shadow with #385734 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385734 on black background.


Color preview on white background

This text has color #385734 on white background.



Black color preview on #385734 background

This text has black color on #385734 background.


White color preview on #385734 background

This text has white color on #385734 background.