COLOR #034D39

HEX: #034D39
RGB: (3,77,57)

Color info

#034D39 contains mainly green and blue colors. Web safe color of #034D39 is #003333 (or #033).

RGB color model

#034D39 color RGB value is (3,77,57).

  • red value is 3;
  • green value is 77;
  • blue value is 57.
RGB:
(3,77,57)
(1%,30%,22%)

RGB channels and saturation

R 3 of 255 = 1%
G 77 of 255 = 30%
B 57 of 255 = 22%

3
77
57

R + G + B ~ 18%. #034D39 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 77 + 57 = 137 (100%)
R 3 of 137 ~ 2.19%
G 77 of 137 ~ 56.2%
B 57 of 137 ~ 41.61%

%56.2
%41.61

CMYK color model

#034D39 color CMYK value is (96,0,26,70).

  • cyan value is 96.10%
  • magenta value is 0.00%
  • yellow value is 25.97%
  • key color value is 69.80%
CMYK:
(96,0,26,70)
C96M0Y26K70 
(96%,0%,26%,70%)
(0.96/0.00/0.26/0.70)	

CMYK percentages

%96.1
%0
%25.97
%69.8

Codes

Color #034D39 in popluar color models

034D39
RGB37757
HSL164°92.50%15.69%
HSB/HSV164°96.10%30.20%
CMYK96.10%0.00%25.97%
69.80%

Color #034D39 in popluar number systems.

HEX034D39
Decimal37757
Binary111001101111001
Octal311571

Shades and tints

Shades of #034D39

#034D39
(3,77,57)
#034634
(3,70,52)
#033F2F
(3,63,47)
#03382A
(3,56,42)
#033125
(3,49,37)
#032A20
(3,42,32)
#03231B
(3,35,27)
#031C16
(3,28,22)
#031511
(3,21,17)
#030E0C
(3,14,12)
#030707
(3,7,7)
#000000
(0,0,0)

Tints of #034D39

#034D39
(3,77,57)
#195D4B
(25,93,75)
#2F6D5D
(47,109,93)
#457D6F
(69,125,111)
#5B8D81
(91,141,129)
#719D93
(113,157,147)
#87ADA5
(135,173,165)
#9DBDB7
(157,189,183)
#B3CDC9
(179,205,201)
#C9DDDB
(201,221,219)
#DFEDED
(223,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #034D39 color. Also use rgb(3,77,57) instead hex code.

Text Font Color

.myTextColor { color: #034D39; }

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

This text font color is #034D39.


Background Color

.myBgColor { background-color: #034D39; }

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

This div background color is #034D39.


Border color

.myBorderColor { border: 1px solid #034D39; }

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

This div border color is #034D39.


Opacity

.myOpacity80 { color: #034D39; opacity: 0.8; }

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

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

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

This text has shadow with #034D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #034D39 on black background.


Color preview on white background

This text has color #034D39 on white background.



Black color preview on #034D39 background

This text has black color on #034D39 background.


White color preview on #034D39 background

This text has white color on #034D39 background.