COLOR #374030

HEX: #374030 RGB: (55,64,48)

Color info

#374030 contains red, green and blue colors in about the same proportion. Web safe color of #374030 is #333333 (or #333).

RGB color model

#374030 color RGB value is (55,64,48).

RGB: (55,64,48) (22%, 25%, 19%)

RGB channels and saturation

R 55 of 255 = 22%
G 64 of 255 = 25%
B 48 of 255 = 19%

55
64
48

R + G + B ~ 22%. #374030 is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 64 + 48 = 167 (100%)
R 55 of 167 ~ 32.93%
G 64 of 167 ~ 38.32%
B 48 of 167 ~ 28.74'%

%32.93
%38.32
%28.74

CMYK color model

#374030 color CMYK value is (14,0,25,75).

  • cyan value is 14.06%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 74.90%

CMYK: (14,0,25,75)
C14M0Y25K75 (14%, 0%, 25%, 75%)
(0.14 / 0.00 / 0.25 / 0.75)

CMYK percentages

%14.06
%0
%25
%74.9

Codes

Color #374030 in popluar color models

37 40 30
RGB 55 64 48
HSL 94° 14.29% 21.96%
HSB/HSV 94° 25.00% 25.10%
CMYK 14.06% 0.00% 25.00%
74.90%

Color #374030 in popluar number systems.

HEX 37 40 30
Decimal 55 64 48
Binary 110111 1000000 110000
Octal 67 100 60

Shades and tints

Shades of #374030

#374030
(55,64,48)
#323B2C
(50,59,44)
#2D3628
(45,54,40)
#283124
(40,49,36)
#232C20
(35,44,32)
#1E271C
(30,39,28)
#192218
(25,34,24)
#141D14
(20,29,20)
#0F1810
(15,24,16)
#0A130C
(10,19,12)
#050E08
(5,14,8)
#000000
(0,0,0)

Tints of #374030

#374030
(55,64,48)
#495142
(73,81,66)
#5B6254
(91,98,84)
#6D7366
(109,115,102)
#7F8478
(127,132,120)
#91958A
(145,149,138)
#A3A69C
(163,166,156)
#B5B7AE
(181,183,174)
#C7C8C0
(199,200,192)
#D9D9D2
(217,217,210)
#EBEAE4
(235,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374030 color. Also use rgb(55,64,48) instead hex code.

Text Font Color

.myTextColor { color: #374030; }

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

This text font color is #374030.

Background Color

.myBgColor { background-color: #374030; }

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

This div background color is #374030.

Border color

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

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

This div border color is #374030.

Opacity

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

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

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

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

This text has shadow with #374030 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #374030.

Preview

Color preview on black background

This text has color #374030 on black background.


Color preview on white background

This text has color #374030 on white background.


Black color preview on #374030 background

This text has black color on #374030 background.


White color preview on #374030 background

This text has white color on #374030 background.


Related colors

Complementary color

Complementary color for #hex is #C8BFCF.


I love getcolorcode.com

Triadic colors

1 #303740 and #403037 with #374030 are triadic colors.

2 #304037 and #403730 with #374030 are triadic colors.