COLOR #274141

HEX: #274141
RGB: (39,65,65)

Color info

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

RGB color model

#274141 color RGB value is (39,65,65).

  • red value is 39;
  • green value is 65;
  • blue value is 65.
RGB:
(39,65,65)
(15%,25%,25%)

RGB channels and saturation

R 39 of 255 = 15%
G 65 of 255 = 25%
B 65 of 255 = 25%

39
65
65

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

Portions of RGB colors in percentages

R + G + B =
39 + 65 + 65 = 169 (100%)
R 39 of 169 ~ 23.08%
G 65 of 169 ~ 38.46%
B 65 of 169 ~ 38.46%

%23.08
%38.46
%38.46

CMYK color model

#274141 color CMYK value is (40,0,0,75).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(40,0,0,75)
C40M0Y0K75 
(40%,0%,0%,75%)
(0.40/0.00/0.00/0.75)	

CMYK percentages

%40
%0
%0
%74.51

Codes

Color #274141 in popluar color models

274141
RGB396565
HSL180°25.00%20.39%
HSB/HSV180°40.00%25.49%
CMYK40.00%0.00%0.00%
74.51%

Color #274141 in popluar number systems.

HEX274141
Decimal396565
Binary10011110000011000001
Octal47101101

Shades and tints

Shades of #274141

#274141
(39,65,65)
#243C3C
(36,60,60)
#213737
(33,55,55)
#1E3232
(30,50,50)
#1B2D2D
(27,45,45)
#182828
(24,40,40)
#152323
(21,35,35)
#121E1E
(18,30,30)
#0F1919
(15,25,25)
#0C1414
(12,20,20)
#090F0F
(9,15,15)
#000000
(0,0,0)

Tints of #274141

#274141
(39,65,65)
#3A5252
(58,82,82)
#4D6363
(77,99,99)
#607474
(96,116,116)
#738585
(115,133,133)
#869696
(134,150,150)
#99A7A7
(153,167,167)
#ACB8B8
(172,184,184)
#BFC9C9
(191,201,201)
#D2DADA
(210,218,218)
#E5EBEB
(229,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #274141; }

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

This text font color is #274141.


Background Color

.myBgColor { background-color: #274141; }

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

This div background color is #274141.


Border color

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

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

This div border color is #274141.


Opacity

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

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

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

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

This text has shadow with #274141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274141 on black background.


Color preview on white background

This text has color #274141 on white background.



Black color preview on #274141 background

This text has black color on #274141 background.


White color preview on #274141 background

This text has white color on #274141 background.