COLOR #386033

HEX: #386033
RGB: (56,96,51)

Color info

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

RGB color model

#386033 color RGB value is (56,96,51).

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

RGB channels and saturation

R 56 of 255 = 22%
G 96 of 255 = 38%
B 51 of 255 = 20%

56
96
51

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

Portions of RGB colors in percentages

R + G + B =
56 + 96 + 51 = 203 (100%)
R 56 of 203 ~ 27.59%
G 96 of 203 ~ 47.29%
B 51 of 203 ~ 25.12%

%27.59
%47.29
%25.12

CMYK color model

#386033 color CMYK value is (42,0,47,62).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 46.88%
  • key color value is 62.35%
CMYK:
(42,0,47,62)
C42M0Y47K62 
(42%,0%,47%,62%)
(0.42/0.00/0.47/0.62)	

CMYK percentages

%41.67
%0
%46.88
%62.35

Codes

Color #386033 in popluar color models

386033
RGB569651
HSL113°30.61%28.82%
HSB/HSV113°46.88%37.65%
CMYK41.67%0.00%46.88%
62.35%

Color #386033 in popluar number systems.

HEX386033
Decimal569651
Binary1110001100000110011
Octal7014063

Shades and tints

Shades of #386033

#386033
(56,96,51)
#33582F
(51,88,47)
#2E502B
(46,80,43)
#294827
(41,72,39)
#244023
(36,64,35)
#1F381F
(31,56,31)
#1A301B
(26,48,27)
#152817
(21,40,23)
#102013
(16,32,19)
#0B180F
(11,24,15)
#06100B
(6,16,11)
#000000
(0,0,0)

Tints of #386033

#386033
(56,96,51)
#4A6E45
(74,110,69)
#5C7C57
(92,124,87)
#6E8A69
(110,138,105)
#80987B
(128,152,123)
#92A68D
(146,166,141)
#A4B49F
(164,180,159)
#B6C2B1
(182,194,177)
#C8D0C3
(200,208,195)
#DADED5
(218,222,213)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #386033; }

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

This text font color is #386033.


Background Color

.myBgColor { background-color: #386033; }

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

This div background color is #386033.


Border color

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

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

This div border color is #386033.


Opacity

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

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

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

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

This text has shadow with #386033 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386033 on black background.


Color preview on white background

This text has color #386033 on white background.



Black color preview on #386033 background

This text has black color on #386033 background.


White color preview on #386033 background

This text has white color on #386033 background.