COLOR #274329

HEX: #274329
RGB: (39,67,41)

Color info

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

RGB color model

#274329 color RGB value is (39,67,41).

  • red value is 39;
  • green value is 67;
  • blue value is 41.
RGB:
(39,67,41)
(15%,26%,16%)

RGB channels and saturation

R 39 of 255 = 15%
G 67 of 255 = 26%
B 41 of 255 = 16%

39
67
41

R + G + B ~ 19%. #274329 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 67 + 41 = 147 (100%)
R 39 of 147 ~ 26.53%
G 67 of 147 ~ 45.58%
B 41 of 147 ~ 27.89%

%26.53
%45.58
%27.89

CMYK color model

#274329 color CMYK value is (42,0,39,74).

  • cyan value is 41.79%
  • magenta value is 0.00%
  • yellow value is 38.81%
  • key color value is 73.73%
CMYK:
(42,0,39,74)
C42M0Y39K74 
(42%,0%,39%,74%)
(0.42/0.00/0.39/0.74)	

CMYK percentages

%41.79
%0
%38.81
%73.73

Codes

Color #274329 in popluar color models

274329
RGB396741
HSL124°26.42%20.78%
HSB/HSV124°41.79%26.27%
CMYK41.79%0.00%38.81%
73.73%

Color #274329 in popluar number systems.

HEX274329
Decimal396741
Binary1001111000011101001
Octal4710351

Shades and tints

Shades of #274329

#274329
(39,67,41)
#243D26
(36,61,38)
#213723
(33,55,35)
#1E3120
(30,49,32)
#1B2B1D
(27,43,29)
#18251A
(24,37,26)
#151F17
(21,31,23)
#121914
(18,25,20)
#0F1311
(15,19,17)
#0C0D0E
(12,13,14)
#09070B
(9,7,11)
#000000
(0,0,0)

Tints of #274329

#274329
(39,67,41)
#3A543C
(58,84,60)
#4D654F
(77,101,79)
#607662
(96,118,98)
#738775
(115,135,117)
#869888
(134,152,136)
#99A99B
(153,169,155)
#ACBAAE
(172,186,174)
#BFCBC1
(191,203,193)
#D2DCD4
(210,220,212)
#E5EDE7
(229,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #274329 color. Also use rgb(39,67,41) instead hex code.

Text Font Color

.myTextColor { color: #274329; }

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

This text font color is #274329.


Background Color

.myBgColor { background-color: #274329; }

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

This div background color is #274329.


Border color

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

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

This div border color is #274329.


Opacity

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

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

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

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

This text has shadow with #274329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274329 on black background.


Color preview on white background

This text has color #274329 on white background.



Black color preview on #274329 background

This text has black color on #274329 background.


White color preview on #274329 background

This text has white color on #274329 background.