COLOR #380C35

HEX: #380C35 RGB: (56,12,53)

Color info

#380C35 contains red, green and blue colors in about the same proportion. Web safe color of #380C35 is #330033 (or #303).

RGB color model

#380C35 color RGB value is (56,12,53).

RGB: (56,12,53) (22%, 5%, 21%)

RGB channels and saturation

R 56 of 255 = 22%
G 12 of 255 = 5%
B 53 of 255 = 21%

56
12
53

R + G + B ~ 16%. #380C35 is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 12 + 53 = 121 (100%)
R 56 of 121 ~ 46.28%
G 12 of 121 ~ 9.92%
B 53 of 121 ~ 43.8'%

%46.28
%9.92
%43.8

CMYK color model

#380C35 color CMYK value is (0,79,5,78).

  • cyan value is 0.00%
  • magenta value is 78.57%
  • yellow value is 5.36%
  • key color value is 78.04%
CMYK: (0,79,5,78) C0M79Y5K78 (0%,79%,5%,78%) (0.00/0.79/0.05/0.78) 

CMYK percentages

%0
%78.57
%5.36
%78.04

Codes

Color #380C35 in popluar color models

38 0C 35
RGB 56 12 53
HSL 304° 64.71% 13.33%
HSB/HSV 304° 78.57% 21.96%
CMYK 0.00% 78.57% 5.36%
78.04%

Color #380C35 in popluar number systems.

HEX 38 0C 35
Decimal 56 12 53
Binary 111000 1100 110101
Octal 70 14 65

Shades and tints

Shades of #380C35

#380C35
(56,12,53)
#330B31
(51,11,49)
#2E0A2D
(46,10,45)
#290929
(41,9,41)
#240825
(36,8,37)
#1F0721
(31,7,33)
#1A061D
(26,6,29)
#150519
(21,5,25)
#100415
(16,4,21)
#0B0311
(11,3,17)
#06020D
(6,2,13)
#000000
(0,0,0)

Tints of #380C35

#380C35
(56,12,53)
#4A2247
(74,34,71)
#5C3859
(92,56,89)
#6E4E6B
(110,78,107)
#80647D
(128,100,125)
#927A8F
(146,122,143)
#A490A1
(164,144,161)
#B6A6B3
(182,166,179)
#C8BCC5
(200,188,197)
#DAD2D7
(218,210,215)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #380C35 color. Also use rgb(56,12,53) instead hex code.

Text Font Color

.myTextColor { color: #380C35; }

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

This text font color is #380C35.

Background Color

.myBgColor { background-color: #380C35; }

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

This div background color is #380C35.

Border color

.myBorderColor { border: 1px solid #380C35; }

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

This div border color is #380C35.

Opacity

.myOpacity80 { color: #380C35; opacity: 0.8; }

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

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

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

This text has shadow with #380C35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #380C35.

Preview

Color preview on black background

This text has color #380C35 on black background.


Color preview on white background

This text has color #380C35 on white background.


Black color preview on #380C35 background

This text has black color on #380C35 background.


White color preview on #380C35 background

This text has white color on #380C35 background.


Related colors

Complementary color

Complementary color for #hex is #C7F3CA.


I love getcolorcode.com

Triadic colors

1 #35380C and #0C3538 with #380C35 are triadic colors.

2 #350C38 and #0C3835 with #380C35 are triadic colors.