COLOR #385833

HEX: #385833
RGB: (56,88,51)

Color info

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

RGB color model

#385833 color RGB value is (56,88,51).

  • red value is 56;
  • green value is 88;
  • blue value is 51.
RGB:
(56,88,51)
(22%,35%,20%)

RGB channels and saturation

R 56 of 255 = 22%
G 88 of 255 = 35%
B 51 of 255 = 20%

56
88
51

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

Portions of RGB colors in percentages

R + G + B =
56 + 88 + 51 = 195 (100%)
R 56 of 195 ~ 28.72%
G 88 of 195 ~ 45.13%
B 51 of 195 ~ 26.15%

%28.72
%45.13
%26.15

CMYK color model

#385833 color CMYK value is (36,0,42,65).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 42.05%
  • key color value is 65.49%
CMYK:
(36,0,42,65)
C36M0Y42K65 
(36%,0%,42%,65%)
(0.36/0.00/0.42/0.65)	

CMYK percentages

%36.36
%0
%42.05
%65.49

Codes

Color #385833 in popluar color models

385833
RGB568851
HSL112°26.62%27.25%
HSB/HSV112°42.05%34.51%
CMYK36.36%0.00%42.05%
65.49%

Color #385833 in popluar number systems.

HEX385833
Decimal568851
Binary1110001011000110011
Octal7013063

Shades and tints

Shades of #385833

#385833
(56,88,51)
#33502F
(51,80,47)
#2E482B
(46,72,43)
#294027
(41,64,39)
#243823
(36,56,35)
#1F301F
(31,48,31)
#1A281B
(26,40,27)
#152017
(21,32,23)
#101813
(16,24,19)
#0B100F
(11,16,15)
#06080B
(6,8,11)
#000000
(0,0,0)

Tints of #385833

#385833
(56,88,51)
#4A6745
(74,103,69)
#5C7657
(92,118,87)
#6E8569
(110,133,105)
#80947B
(128,148,123)
#92A38D
(146,163,141)
#A4B29F
(164,178,159)
#B6C1B1
(182,193,177)
#C8D0C3
(200,208,195)
#DADFD5
(218,223,213)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #385833 color. Also use rgb(56,88,51) instead hex code.

Text Font Color

.myTextColor { color: #385833; }

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

This text font color is #385833.


Background Color

.myBgColor { background-color: #385833; }

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

This div background color is #385833.


Border color

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

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

This div border color is #385833.


Opacity

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

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

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

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

This text has shadow with #385833 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385833 on black background.


Color preview on white background

This text has color #385833 on white background.



Black color preview on #385833 background

This text has black color on #385833 background.


White color preview on #385833 background

This text has white color on #385833 background.