COLOR #383000

HEX: #383000 RGB: (56,48,0)

Color info

#383000 contains only red and green colors. Web safe color of #383000 is #333300 (or #330).

RGB color model

#383000 color RGB value is (56,48,0).

RGB: (56,48,0) (22%, 19%, 0%)

RGB channels and saturation

R 56 of 255 = 22%
G 48 of 255 = 19%
B 0 of 255 = 0%

56
48
0

R + G + B ~ 14%. #383000 is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 48 + 0 = 104 (100%)
R 56 of 104 ~ 53.85%
G 48 of 104 ~ 46.15%
B 0 of 104 ~ 0'%

%53.85
%46.15

CMYK color model

#383000 color CMYK value is (0,14,100,78).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 100.00%
  • key color value is 78.04%

CMYK: (0,14,100,78)
C0M14Y100K78 (0%, 14%, 100%, 78%)
(0.00 / 0.14 / 1.00 / 0.78)

CMYK percentages

%0
%14.29
%100
%78.04

Codes

Color #383000 in popluar color models

38 30 00
RGB 56 48 0
HSL 51° 100.00% 10.98%
HSB/HSV 51° 100.00% 21.96%
CMYK 0.00% 14.29% 100.00%
78.04%

Color #383000 in popluar number systems.

HEX 38 30 00
Decimal 56 48 0
Binary 111000 110000 0
Octal 70 60 0

Shades and tints

Shades of #383000

#383000
(56,48,0)
#332C00
(51,44,0)
#2E2800
(46,40,0)
#292400
(41,36,0)
#242000
(36,32,0)
#1F1C00
(31,28,0)
#1A1800
(26,24,0)
#151400
(21,20,0)
#101000
(16,16,0)
#0B0C00
(11,12,0)
#060800
(6,8,0)
#000000
(0,0,0)

Tints of #383000

#383000
(56,48,0)
#4A4217
(74,66,23)
#5C542E
(92,84,46)
#6E6645
(110,102,69)
#80785C
(128,120,92)
#928A73
(146,138,115)
#A49C8A
(164,156,138)
#B6AEA1
(182,174,161)
#C8C0B8
(200,192,184)
#DAD2CF
(218,210,207)
#ECE4E6
(236,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383000 color. Also use rgb(56,48,0) instead hex code.

Text Font Color

.myTextColor { color: #383000; }

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

This text font color is #383000.

Background Color

.myBgColor { background-color: #383000; }

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

This div background color is #383000.

Border color

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

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

This div border color is #383000.

Opacity

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

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

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

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

This text has shadow with #383000 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #383000.

Preview

Color preview on black background

This text has color #383000 on black background.


Color preview on white background

This text has color #383000 on white background.


Black color preview on #383000 background

This text has black color on #383000 background.


White color preview on #383000 background

This text has white color on #383000 background.


Related colors

Complementary color

Complementary color for #hex is #C7CFFF.


I love getcolorcode.com

Triadic colors

1 #003830 and #300038 with #383000 are triadic colors.

2 #003038 and #303800 with #383000 are triadic colors.